You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/02 19:04:55 UTC

[GitHub] [airflow] mik-laj commented on issue #14034: Airflow Webserver slow to start up

mik-laj commented on issue #14034:
URL: https://github.com/apache/airflow/issues/14034#issuecomment-771896965


   Can you check how long it takes to display all routes?
   ```
   time bash -c "AIRFLOW__LOGGING__LOGGING_LEVEL=debug FLASK_APP=airflow.www.app:create_app flask routes"
   ```
   For me:
   ```
   real	0m16.187s
   user	0m8.826s
   sys	0m0.973s
   ```
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org