跨平台、跨浏览器 Javascript 性能分析

发布于 2024-10-05 08:30:28 字数 272 浏览 7 评论 0原文

除了我在服务器端的最近的问题在分析 PHP 应用程序时,应用程序可以包含大量 javascript,内容全部采用 AJAXy。

这就引出了跨平台、跨浏览器的 javascript 分析工具的问题 - 它们是否存在,人们使用哪些工具,以及每种工具有什么好处?

非常感谢。

In addition to my recent question on server-side profiling of a PHP app, an app can have a ton of javascript, being all AJAXy in content.

This begs the question of cross-platform, cross-browser javascript profiling tools - do they exist, what ones do people use, and what benefits are there for each one?

Much appreciated.

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

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

发布评论

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

评论(4

淡淡绿茶香 2024-10-12 08:30:28

你可以在 firebug 中进行分析,但不知道 chrome 的控制台

you may do profiling in firebug, dont know about chrome's console though

左岸枫 2024-10-12 08:30:28

查看 HTML 5 样板

它包括一个也适用于 IE6/7 的 Javascript 分析器。观看视频以进一步了解如何执行此操作。其中还有许多其他与最新网络标准/实践相关的精彩内容。

Check out HTML 5 Boilerplate.

It includes a Javascript profiler that works for IE6/7 as well. Watch the video on further explanation on how to do this. There are lots of other neat stuff in there too related to latest web standards/practices.

站稳脚跟 2024-10-12 08:30:28

如果您的代码抽象得很好,使用了良好的跨浏览器框架和库,并尽可能避免使用本机 JavaScript,那么您就不必担心是否有工具可以帮助您跨所有不同的浏览器进行测试。

If your code is abstracted well, using good cross-browser frameworks and libraries, and avoid using native JavaScript wherever possibile, you should not worry about having tools to help you test across all different browsers.

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