07-03-2017, 11:02 AM
Check out these things:
1. Browser caching- Enable this option if someone open your site, the image will store in browser cache that help in retrieving your site.
2. Keep alive option- This option is provided by hosting side. If there is any delay in request time then don't brack the signals.
3. Minimize redirection- Reduce numbers of redirection in a website.
4. Use css first and JS at last.
5. Remove query string from the static source.
6. Landing page redirects cacheable.
1. Browser caching- Enable this option if someone open your site, the image will store in browser cache that help in retrieving your site.
2. Keep alive option- This option is provided by hosting side. If there is any delay in request time then don't brack the signals.
3. Minimize redirection- Reduce numbers of redirection in a website.
4. Use css first and JS at last.
5. Remove query string from the static source.
6. Landing page redirects cacheable.