PageSpeed ββInsights for Chrome
If you download the plug-in for Google Chrome, it lists these facts that help make the site faster.
https://developers.google.com/speed/docs/insights/using_chrome
Avoid CSS @import
Using CSS @import in an external stylesheet can add extra latency while loading a web page.
Avoid character typing in the meta tag Avoid bad queries Combining images in CSS sprites Defer JavaScript parsing Enable Keep-Alive Enable Inline Small CSS compression Built-in small JavaScript Use browser caching Redirect landing page Mini CSS Reduce HTML Minimize redirects Minimize request size Optimize images Optimize style order and scripts Prefer asynchronous resources Put CSS in the document title Remove query strings from static resources Serves l resources from a consistent URL Submit scaled images Specify a Vary: Accept-Encoding header Specify a cache validator check Specify a character set Specify image sizes
source share