在 IIS 7 上分析生产中的 PHP 应用程序

发布于 2024-12-27 17:25:10 字数 310 浏览 1 评论 0原文

我想分析生产中的 PHP 应用程序。我的设置是windows server 2008,带有IIS 7FastCGI中的PHP 5.3。我从这个问题知道XHProf Profiler是一个很好的工具,但是显然它还不能在 Windows 上运行。我应该尝试使用 xdebug 探查器还是有人有更好的建议?

I'd like to profile a PHP application in production. My setup is windows server 2008 with IIS 7 and PHP 5.3 in FastCGI. I know from this question that XHProf Profiler is a good tool but obviously it doesn't work on Windows yet. Should I try with xdebug profiler or has anyone a better suggestion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风流物 2025-01-03 17:25:10

如果您有权访问 Zend Studio 许可证,Zend Server 中内置的探查器非常棒(请查看此处的一些屏幕截图 http://files.zend.com/help/Beta/Zend_Studio_8_0/working_with_the_profiler.htm) -否则 XDebug 和缓存研磨应用程序会有所帮助(请参阅此 http:// devzone.zend.com/1139/profiling-php-applications-with-xdebug/

If you have access to a Zend Studio license the profiler built into Zend Server is fantastic (check out some screenshots here http://files.zend.com/help/Beta/Zend_Studio_8_0/working_with_the_profiler.htm) - otherwise XDebug and a cache grind app will help (see this http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文