Skip to content

Waterfall optimization #1914

Closed Answered by ccssmnn
kof asked this question in Q&A
Feb 12, 2022 · 5 comments · 12 replies
Discussion options

You must be logged in to vote

Let me summarize the discussion:

One thing that caught my attention is that some waterfall is still happening at the beginning. Before app chunks are loaded, they are waiting for fonts, some styles and polyfill.js costing around 500ms from my machine of waiting time.

Resources are not blocked. This is Chrome queuing the other resources due to lower prioritization, indicated by the white bar. Chrome might prioritize assets in <head> over the ones in <body> which is why polyfills, fonts and CSS are loaded first. Safari and Firefox behave different because they have different opinions on the best user experience when loading websites.

Further more I can see despite the Matter font blockin…

Replies: 5 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ccssmnn
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@ccssmnn
Comment options

@kof
Comment options

@ccssmnn
Comment options

@kof
Comment options

Comment options

You must be logged in to vote
7 replies
@ccssmnn
Comment options

@kof
Comment options

@ccssmnn
Comment options

@kof
Comment options

@ccssmnn
Comment options

Answer selected by machour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants