开发者

How can I test what is slowing down my php code? [duplicate]

开发者 https://www.devze.com 2023-03-20 08:47 出处:网络
This question already has answers here: Closed 11 years ago. 开发者_StackOverflowPossible Duplicate:
This question already has answers here: Closed 11 years ago.
开发者_StackOverflow

Possible Duplicate:

php-cgi running very slowly on windows

I'm running wordpress on a windows server, and for some reason the php code is executing very slowly. How would I be able to trace exactly the part of the code that is slowing the server down?


Try to start with xdebug php extension. It could give you a lot of information.

0

精彩评论

暂无评论...
验证码 换一张
取 消