Page Speed Optimization Tips

  • Use ​Gzip ​or similar software capable of reducing the size of your HTML, CSS and JavaScript files.
  • Reduce redirects as much as possible. Redirect partners will make your page load much slower.
  • Remove any render-blocking JavaScript. A browser needs to execute any pending scripts first before it can render a page. This is why Google recommends that you ​avoid using Blocking JavaScript​.