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

seo | switch from css @imports to <link> #4

Open
Drew-Macgibbon opened this issue Dec 23, 2022 · 0 comments
Open

seo | switch from css @imports to <link> #4

Drew-Macgibbon opened this issue Dec 23, 2022 · 0 comments

Comments

@Drew-Macgibbon
Copy link
Collaborator

CSS @import is the process of calling stylesheets/CSS files from within another CSS file.

This method causes the browser to load each CSS file sequentially, rather than in parallel. Since CSS is render-blocking, by default, this is likely to affect page performance.

Avoid using CSS @import to speed up your page load and improve your visitors' page experience.

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