I am currently working on a project and testing it on my localhost.
I am worried that pages load rather slowly (500-700 ms and not less). I thought that localhost would load faster than any other web page (since it is on my local machine). Therefore, if this is the load time on localhost, will they be much longer when moving my site to a remote server?
As technical details, I am developing a CakePHP environment and have several AJAX requests, all of which take the above load times. Queries should not be time consuming since they load the pages created by CakePHP with MySQL operations that take less than 3 ms (as shown in the frame debugger). I also use XAMPP (hence the Apache web server) on a computer running Windows 7.
Thanks for your answers, and I believe that this post would be useful for others as well.
source share