TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google releases a Chrome extension to identify web app performance problems

82 点作者 seekely超过 15 年前

6 条评论

boucher超过 15 年前
This app was demo'd at Google IO this past spring. It was incredibly cool back then, and it's only gotten better since. It's going to be an amazing tool for web developers.
PStamatiou超过 15 年前
I think this is what Yahoo! wanted that YSlow firebug add-on to be. I'm quite enjoying Speed Tracer but it's giving me a warning about Google Analytics embed code. Those two teams need to have a meeting..
评论 #985385 未加载
bgray超过 15 年前
Very Nice! Now we need extension support on OSX Chrome even more! :)
评论 #985293 未加载
评论 #985562 未加载
sparky超过 15 年前
I haven't dug into it yet, but from the video the sluggishness and network graphs seem to be a great level of abstraction at which to view the UX behavior of your application.<p>One question I have: I can't figure out if this is only for GWT (Java compiled to Javascript) apps or for any web app). Anyone?
评论 #985280 未加载
评论 #985277 未加载
dminor超过 15 年前
This would be even better if it could break down javascript execution time on a line by line basis. I was able to spot an inefficient javascript file, but only found the culprit by commenting and uncommenting lines (inefficient jquery selector).<p>Way cool though.
ericb超过 15 年前
This is a cool tool, but I suspect its major use-case will be premature optimization.