PHP with MySQL is slow

前端 未结 3 1543
灰色年华
灰色年华 2020-12-09 19:25

(IMPORTANT) EDIT 3: Running the testajax2.php by itself and not Ajax. The duration is about the same, 1.02-1.03 seconds. So I guess that means the

3条回答
  •  旧巷少年郎
    2020-12-09 19:51

    Add the following line in the hosts file located in ”C:\Windows\System32\drivers\etc”

       127.0.0.1 localhost
    

    This solved my problem. PHP-MySQL can now complete its task depending on how complex somewhere between 20-500 ms.

提交回复
热议问题