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 2020/02/23 23:15:28 UTC

[GitHub] [airflow] houqp commented on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs

houqp commented on issue #7492: [AIRFLOW-6871] optimize tree view for large DAGs
URL: https://github.com/apache/airflow/pull/7492#issuecomment-590128295
 
 
   @ashb a quick analysis can be found at: https://developpaper.com/json-parse-is-faster-than-object-literal-syntax/.
   
   This optimization only makes sense for very large JSON payload, which is the case for tree.html. For the large DAGs that we have, it reduces page load time by couple hundred milliseconds.

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


With regards,
Apache Git Services