Monday 15 April 2013

performance - Local host takes long time to load -


A website on images and SQL calls has become very heavy, and when I access it on my localhost, pages Takes 30 seconds, which is very annoying, I'm using xampp to load. Is it possible to find out how slow it is and how to speed it up?

SQL I had a similar problem at very slow speed. Instead of using "localhost" to link to my local database, I changed it to 127.0.0.1. It has something to do with the domain name lookup, from 30-ish seconds to milliseconds.

No comments:

Post a Comment