Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocking JS initialization logic #3058

Open
ValarDragon opened this issue Apr 9, 2024 · 0 comments
Open

Blocking JS initialization logic #3058

ValarDragon opened this issue Apr 9, 2024 · 0 comments

Comments

@ValarDragon
Copy link
Member

There is a lot of frontend logic that is causing blocking behaviors for further network requests, leading to very high cache-hit load times.

For instance if you do a performance profile and network profile of the FE cache hit loads, we see very large initialization logic times. Here is a screenshot of one such one of these, which is taking 130ms.

image

This blocks further network requests, which in turn have a large amount of blocking behavior. We should get this JS logic to be non-blocking for more page load network requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant