How to Reduce HTTP Requests
A huge issue in web performance has been the increase in HTTP request. As far as making fewer HTTP request I would need to combine "30 external Javascripts" and "16 external background images". Is that something that inmotion would be able to assist with?
I have done research and ran tests via GT Metrix but this was an issue that technical support could not resolve. Any help would be great appreciated. I know this is an issue that many people battle with the performance of their websites.
Thank you for your time!
I have done research and ran tests via GT Metrix but this was an issue that technical support could not resolve. Any help would be great appreciated. I know this is an issue that many people battle with the performance of their websites.
Thank you for your time!
Alternatively, from a programming approach, take a look at something like Grunt (http://gruntjs.com/) or Gulp (http://gulpjs.com/). Both of those are javascript tools that can help in the automation of both minification and concatenation of javascript files as well as image optimization to help speed up your site.