Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我一直在本地开发我的客户端-服务器应用程序,一切都很好。昨天我试图将它上传到一个网络域上,我意识到当一个请求被发送时,它会持续或多或少 5 秒来接收来自服务器的答案。
使用谷歌浏览器控制台我检查了这个延迟是由“等待”给出的,而不是“发送”或“接收”数据,所以我假设服务器持续 5 秒来运行 PHP 代码。这怎么可能?在我的电脑上 php cod 在几毫秒内运行