michael-s-molina opened a new issue, #30061: URL: https://github.com/apache/superset/issues/30061
### Bug description When a user applies a cross-filter, charts that belong to different datasets and are not affected by the cross filter are being reloaded. Each reloaded chart fires a server-side request for data, decreasing the dashboard's performance and wasting resources. ### How to reproduce the bug 1 - Create a dashboard with charts from multiple datasets 2 - Apply a cross filter on a chart 3 - Check that charts that belong to different datasets are reloaded ### Screenshots/recordings https://github.com/user-attachments/assets/12ec3fac-177c-45c5-97e3-6d0b453a6d51 ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context Also present in 4.1.0 RC2 ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
