How to reduced dns requests on magneto website
-
How to reduced dns requests on magneto website, really stuck, read many documents but no where near resolving the issues.
-
combining your JavaScript and CSS files will do a lot to reduce request to the server which all have to be resolved by DNS.
Using a faster DNS host like DynECT dyn.com will speed things up but ideally you will want to provide us with a list of what is being requested.
If you could run your site through this tool and then post the URL here that would be very helpful
if you are uncomfortable posting the URL publicly you can send it to me a private message.
Sincerely,
Thomas
-
this tool will allow you to add your CSS files as well as your JavaScript files and then you can combine them dramatically reducing your calls to the server therefore also reducing your DNS requests.
please run your site through this tool as well
http://www.feedthebot.com/pagespeed/
below are tools that will help you combined your JavaScript & your CSS
http://skalman.github.io/UglifyJS-online/
Here's the CSS tool
http://www.feedthebot.com/tools/css/
information on Java script
http://www.feedthebot.com/pagespeed/combine-external-javascript.html