dheerajturaga commented on PR #56837: URL: https://github.com/apache/airflow/pull/56837#issuecomment-3423863105
to add some context, I have several DAGs with complex taskgroups and 1000+ tasks, Im seeing some of these dags take 2-3+ minutes for grid view to load. Bottle neck seems to be `ui/grid/structure` followed by multiple `ui/grid/ti_summaries` calls. The slowness of `ui/grid/structure` prevents the downstream even if they populate faster. I think we should aim to speedup `ui/grid/structure` -- 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]
