CSS Optimization Test
Test your webpage for CSS issues that slow your website down.
CSS Delivery Test FAQ
The most frequently asked questions
How does this test work?
This test shows you what steps you can take to optimize the CSS delivery of your web page(s). It checks your web page to find unoptimized methods and CSS scripts and gives you advice on how to optimize this. Learn more about optimizing the CSS delivery here.What does this tool check for?
- The number of CSS files.
- Whether the CSS is inlined or not.
- Whether CSS files are optimally minified.
- The usage of STYLE tags inside the HTML body.
- Usage of CSS @import directives to call files.
- Usage of CSS Expression properties.
- Usage of AlphaImageLoader filters.