Replies: 2 comments
-
Is there a specific time line for this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of referencing a stylesheet via a
<link>
tag, we could inline its content in the initial HTML. This should result in a faster FCP. We need to do extensive measurement/testing before we'd consider doing this by default.As an added bonus, this will help fix some browser-specific bugs (like Chrome incorrectly rendering a transition, #20540).
Beta Was this translation helpful? Give feedback.
All reactions