Tuesday, 4 October 2016

How to fix - Site Loading Speed Test

In order to resolve this problem you are advised to:
  • Minimize HTTP requests
  • Use Gzip compression
  • Use HTTP caching
  • Move all CSS style rules into a single, external and minified CSS file
  • Minify all JS files and, if possible, try combining them into a single external JS file
  • Include external CSS files before external JS files
  • Place your JS scripts at the bottom of your page
  • Optimize images
  • Reduce redirects
  • Reduce the number of plug-ins

No comments:

Post a Comment