rusackas commented on issue #30402: URL: https://github.com/apache/superset/issues/30402#issuecomment-2414527417
> We are loading the dashboards dynamically so that they do not use too many resources. i.e. based on the scroll position. Does it work when you _don't_ get tricky with it like that? Superset dashboards already try to load what's in the viewport on their own, so you might be causing issues over-optimizing. Does the dashboard itself behave as expected in Superset itself (non embedded)? This also looks like what happens when the DB is being the bottleneck, but if you're messing with the dashboard rendering process, I'd suspect that first. Also, make sure your Angular app isn't doing something strange like re-rendeing the iframe repeatedly on scroll or some other event. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
