有哪些可以使用的优秀 PHP 分析器?

发布于 2024-08-19 11:25:08 字数 1539 浏览 4 评论 0原文

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

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

发布评论

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

评论(6

残龙傲雪 2024-08-26 11:25:08

低级分析器 - 这些是加载到 php 可执行文件中的模块,因此设置起来有点困难,但它们提供了可靠的结果。

PQP 是一个基于代码的分析器。虽然可能不如上面提到的低级分析器那么准确,但如果您正在寻找一些简单的指标,它可能就是您所需要的。

Low level profilers - These are modules which are loaded into the php executable, and therefore are a bit harder to setup, but they provide solid results.

PQP is a code-based profiler. While probably not as accurate as the low-level profilers mentioned above, it may be all you need if you are looking for some simple metrics.

独孤求败 2024-08-26 11:25:08

我使用 XDebug 和 WinCacheGrind 来分析 php。

I use XDebug and WinCacheGrind to profile php.

夏末 2024-08-26 11:25:08

请参阅我公司的(语义设计)PHP Profiler。使用此功能无需对 PHP 服务器进行任何更改。

See my company's (Semantic Designs) PHP Profiler. No changes required to the PHP server are needed to use this.

怀里藏娇 2024-08-26 11:25:08

您可以使用的一个是 xdebug。另外值得注意的是,如果您使用框架。框架 kohana 有一个内置的分析器,甚至可以测量您的查询。

One you can use is xdebug. Also something nice to note is that if you use frameworks. The framework kohana has a build in profiler that even measures your queries.

影子的影子 2024-08-26 11:25:08

我会选择xdebug

I'd go for xdebug.

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