分析网页的最佳实践
我正在尝试分析我的应用程序中的页面。我想询问
- 开发人员在早期阶段使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个很大的话题。 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.