Jake Towers
11/18/2024, 12:01 PM<Dashboard />
component from @gooddata/sdk-ui-dashboard
version 10.10.0
with react 16.14.0
and it's extremely slow. It will load the UI in a few seconds but then it will block the browser entirely for a few minutes before allowing any interaction. After that interactions will work but they take a while. I followed the basic usage example and also added the caching, and I can't see any pending requests in the network tab or errors in the console. Additionally some of the icons/styling are not loading.
I'm new to using GoodData, are there any debugging steps you could recommend or ways to improve the performance of this please?Jake Towers
11/18/2024, 12:22 PM@gooddata/sdk-ui-...
packages that we are using on the dashboard has resolved the performance issues. But I haven't yet got the styling/icons to fully workIvana Gasparekova
11/18/2024, 12:50 PMJake Towers
11/18/2024, 1:37 PMimport '@gooddata/sdk-ui-dashboard/styles/css/main.css';
Ivana Gasparekova
11/21/2024, 1:08 PMRadek Novacek
11/21/2024, 1:29 PMresolve: {
alias: {
"~@gooddata": "/node_modules/@gooddata",
},
},
to your Vite config! 👀Jake Towers
11/25/2024, 1:30 PM