Magento 1.9 – Make Fewer HTTP Requests

http-requestmagento-1.9

I Checked my site in the gtmetrix and i got one of the following suggestion

Make fewer HTTP requests

This page has 55 external Javascript scripts. Try combining them into one.

How can i solve this.I had google lot but still not got success.

What i have tried it Defer Javascript Parsing.ie loading the javascript after page completed loading. still no use

Best Answer

Go to system->configuration->Developer->JavaScript Settings and set Merge JavaScript Files to Yes.

Related Topic