Skip to content

perf: inline CSS to remove the render-blocking stylesheet#79

Merged
NeedToUpdate merged 1 commit into
devfrom
feat/revamp
Jul 15, 2026
Merged

perf: inline CSS to remove the render-blocking stylesheet#79
NeedToUpdate merged 1 commit into
devfrom
feat/revamp

Conversation

@NeedToUpdate

Copy link
Copy Markdown
Owner

App Router ships one render-blocking in . experimental.inlineCss inlines it into the HTML so styles arrive with the document instead of costing a blocking round-trip, clearing the render-blocking-requests audit. (optimizeCss/beasties is Pages-Router only.)

App Router ships one render-blocking <link rel="stylesheet"> in <head>.
experimental.inlineCss inlines it into the HTML so styles arrive with the
document instead of costing a blocking round-trip, clearing the
render-blocking-requests audit. (optimizeCss/beasties is Pages-Router only.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@NeedToUpdate NeedToUpdate merged commit 76783d1 into dev Jul 15, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant