yuseok89 commented on issue #61815:
URL: https://github.com/apache/airflow/issues/61815#issuecomment-4162221140

   @amoghrajesh 
   After your YAML migration I re-measured load time and the Add Connection 
flow was still noticeably slow on a cold cache.
   I traced it and found that the Add Connection page (via GET 
/ui/connections/hook_meta) was not actually going through the YAML.
   This PR(#63826) wires the endpoint up to use the migrated YAML metadata so 
we avoid that work.
   Could you take a look when you have time?


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

Reply via email to