带有数据库(mysql)的PHP在localhost中加载速度太慢

时间:2013-06-30 07:31:37

标签: php xampp localhost

[13:58:08.334] POST http://localhost/hubcraze/@webpages/authenticate.php [HTTP/1.1 200 OK 1046ms] [13:58:09.416] GET http://localhost/hubcraze/ [HTTP/1.1 200 OK 0ms]

为什么authenticate.php(带数据库连接)加载大约1000毫秒,而加载页面只需不到100毫秒?

1 个答案:

答案 0 :(得分:0)

将此行添加到位于“C:\ Windows \ System32 \ drivers \ etc”的主机上,确保您具有编辑该文件的管理员权限。

127.0.0.1 localhost

请参阅此PHP with MySQL is Slow