tirkarthi commented on issue #15854: URL: https://github.com/apache/superset/issues/15854#issuecomment-1627472962
There was similar issue in Airflow where roles and users page was slow https://github.com/apache/airflow/issues/31340. The fix was to remove certain columns from filter with foreign key reference that causes queries to increase. In Airflow case created_by, changed_by were present in filter widget referencing to users and large number of users increased the the time it takes to load all users. Relevant flask-appbuilder issues https://github.com/dpgaspar/Flask-AppBuilder/issues/796 https://github.com/dpgaspar/Flask-AppBuilder/issues/875 -- 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]
