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 2022/10/17 08:43:30 UTC

[GitHub] [airflow] tirkarthi commented on pull request #13517: Support Brotli compression for web views

tirkarthi commented on PR #13517:
URL: https://github.com/apache/airflow/pull/13517#issuecomment-1280499902

   This will be a very useful feature. We deployed the change internally with flask-compress before noticing this PR and had significant speedups and in some cases up to 10x reduction in bandwidth transfer for large grid pages and homepage with lot of dag runs and tasks. This can be done in load balancer end but unfortunately we don't have control over nginx. This will also be helpful in local environments and some non production environments that don't have load balancer setup. It will be helpful to have this as part of upstream itself.
   
   We did notice an issue where static files are not compressed and ended up using 1.11 and yet to test 1.13. Related issue : https://github.com/colour-science/flask-compress/issues/37


-- 
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: commits-unsubscribe@airflow.apache.org

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