Issue Summary see some lagging in Dashboard Loading

Hi guys, i am see some lagging when i make an Api call to the dashboard page. it looks pretty quick with other pages ( queries et all) only the dashboard page looks to be lagging. I am not sure what the problem might be. there are no errors in the container logs to give me a pointer.

A summary of the issue and the browser/OS environment in which it occurs.

Technical details: i

  • Redash Version: 8.0.0.b32245
  • Browser/OS: Chrome on windows
  • How did you install Redash: Self hosted hosted docker containers

Are there many visualizations on the dashboard? How much data? Plotly slows down sometimes if there is lots of data rows returned.

Thanks @k4s1m

Yes, there are for maps specifically and we struggle if it is really a large data set. it makes the dashboard laggy. Is there a way to optimize the loading time of the map when data is large?

In this case it’s the api request that took 5s :thinking:, so it probably took a long time on loading without anything in the screen, either way I think there were some good improvements that were released in v9-beta, there were some performance improvements in the UI and the api iirc there were some query updates that are supposed to make such response faster.