, open the syncfusion-sample folder in a terminal, run `git checkout gantt-make-page-unresponsive-bug` command, run `yarn` command, run `quasar dev`, then it will open a tab in browser (preferably Google Chrome): http://localhost:8081/#/
2. Open the DevTools by right-clicking the page and choosing Inspect, in the console tab there should be a log similar to this: `--gantt-process: 6643.77490234375 ms`. If you can't see it, refresh the page, then you should be able to see it (
screenshot here).
What is it? It is the amount of time needed by Gantt component to populate itself with data. During that time the page, all other components, even the Gantt itself becomes irresponsive. For example the `HIDE CALL OFF COLUMN` button would be unclickable, `DUMMY BUTTON` would be unclickable, any menu in the Gantt toolbar couldn't be clicked, etc. If we put a loading spinner on the page, the spinner would be frozen and not spinning at all during the process. In some cases even the spinner won't be shown at all.