GitHub user trau-sca added a comment to the discussion: Slow API server website load times
Thanks for the tip, I looked into this and quite a few requests look long, but the biggest one is `dags?dag_runs_limit=14&limit=50&offset=0&exclude_stale=true&order_by=-dag_display_name` taking 51s, but even `dags?is_favorite=true` takes 4 seconds. I then remoted into the dag-processor, did a curl command for the first one, and that also took 51s. I used the private endpoint assigned to the pod while I was in the dag-processor. GitHub link: https://github.com/apache/airflow/discussions/56585#discussioncomment-14670489 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
