用于测量 html 渲染时间的工具
我的网站 (1.3MB) 存在速度问题。 该问题在 Internet Explorer (7,8) 中尤其重要。 现在我正在寻找一个测量渲染时间的工具(HTML、JavaScript、CSS)。
感谢您的帮助!
此致
I have speed problems with my Website (1.3MB).
The problem is particularly relevant in the Internet Explorer (7,8).
Now I'am searching a tool for measuring the rendering time (HTML, JavaScript, CSS).
Thanks for help !
best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我相信您需要一个 IE 分析工具。了解 IE 在网页设计师/开发人员中的流行程度,我对工具不多并不感到惊讶。我曾经在 Mozilla 浏览器中使用 Yahoo 的 YSlow。当我只能在 IE 中进行测试时(当我的客户坚持这样做时),我遇到了 MSFAST。
I believe you want a profiling tool for IE. Knowing how popular IE is with web designers/developers, I am not surprised that there are not many tools. I used to use YSlow from Yahoo in Mozilla browsers. When I had to test only in IE, (when my client insisted on it), I came across MSFAST.
我发现一个有趣的工具叫做“Speed Tracer”。它可以用来找出为什么你的页面加载那么长时间。它与 YSlow 的不同之处在于您看到浏览器实际在做什么的方式。当它开始在屏幕上绘制网站时,CSS 评估、JavaScript 执行等等。
https://developers.google.com/web-toolkit/speedtracer/
这是谷歌提供的更有用的开发者工具列表:
https://developers.google.com/speed/tools
One tool I found interesting is called Speed Tracer. It can be used to figure out, why your page loads that long. It differs from YSlow in the way that you see, what the Browser actually is doing. When it starts drawing the website on your screen, CSS evaluation, JavaScript execution and so on.
https://developers.google.com/web-toolkit/speedtracer/
Here's a list of more useful developer tools provided by google:
https://developers.google.com/speed/tools
如果您使用 Google Chrome,它有一些出色的分析工具。
请参阅此处了解详细信息:
http://google-chrome -browser.com/google-chrome-developer-tools-profiling-and-optimizing
If you use Google chrome, it has some excellent profiling tools.
See here for more info:
http://google-chrome-browser.com/google-chrome-developer-tools-profiling-and-optimizing
Chrome、Safari(基本上所有基于 WebKit 的浏览器)确实提供了检查器,您可以通过右键单击网站上的任何位置并选择“检查元素”来打开该检查器。
Chrome, Safari (basically all WebKit-based browsers) do provide the Inspector which you can open by right-clicking on any place on a web site and choose "Inspect Element".