pierrejeambrun commented on issue #52916:
URL: https://github.com/apache/airflow/issues/52916#issuecomment-3137326561

   The issue is that, for now the entire logs are still fetched from the 
backend in one go, and all of that is parsed in the UI, making it way too much 
for the browser if logs are long. Basically the 'virtualization' done in 
#50333, is only a front-end one to limit the rendered DOM nodes (only what's in 
the viewport will actually be rendered), which is cool but not enough, ideally 
we should do a full stack virtualization.


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