-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reload data in multiple charts on same dash faster? #7906
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Have you enabled redis or similar for caching? When caching is enabled only the first load will be slow (=fetch the data from the source), and subsequent dashboard views will get its data from the cache (usually sub-second load times). The cache can be warmed up automatically to make sure that even the first load is quick (not sure if it's comprehensively documented, though). However, there is a known bug affecting caching of Filterboxes, so that might be causing slowness. There is a PR to fix the bug that's currently pending review, see #7896. |
I haven't done this. Is it possible to explain me how to do it? Thank you @villebro. |
Hi guys,
I was wondering if you could help me with the following issue:
How to fasten this reload? I have created multiple indexes in mysql db on many fields that I use, but this does not help a lot.
Can somehow data be cached before working hours in Superset or some ideas?
Thank you.
Regards.
The text was updated successfully, but these errors were encountered: