分析网页的最佳实践

发布于 2024-09-27 22:58:37 字数 148 浏览 1 评论 0原文

我正在尝试分析我的应用程序中的页面。我想询问

  • 开发人员在早期阶段使用 Chrome 开发人员工具等工具
  • 在过渡阶段使用第三方工具和方法

来完成这项工作的最佳实践哪些是执行此操作的最佳方法?有哪些可用的工具?

I am trying to profile pages in my application. I would like to ask for best practices to follow to do this job either

  • at an early stage by the developer using tools as Chrome Developer tool
  • at the staging phase by using third party tools and methods

Which are the best way to do this? What are tools available?

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

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

发布评论

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

评论(1

〃安静 2024-10-04 22:58:37

一个很大的话题。 Java 网站性能分析这本书有很多内容适用的智慧。

我认为一个有价值的想法是:尽早开始分析。一旦您获得了部分存根的实现,就可以对其进行负载测试。定期这样做,您就会发现不良行为。

A very big topic. The book Performance Analysis for Java WebSites has much applicable wisdom.

One idea I find valuable: start profiling early. Once you've got even a partially stubbed implementation it can be load tested. Do that regularly and you spot the bad behaviours as they are introduced.

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