WebKit 的审核工具 - 永远运行
我正在尝试使用 WebKit 的审核面板在我正在开发的一个相当复杂的网络应用程序中删除一些未使用的CSS。它会永远加载,并且这不是 WebKit 中的错误,因为它在其他网站上运行良好。所有资源均已完成加载 - 我可以看到没有待处理的请求,并且我认为 JavaScript 也应该处于空闲状态...
在 Chrome 和 Safari(最新)、OS X 10.7 中都会发生这种情况。
有什么想法吗?
I'm trying to use WebKit's audits panel to remove some unused CSS in a fairly complicated webapp I'm working on. It loads forever, and it's not a bug in WebKit because it works well on other sites. All resources have finished loading - there are no pending requests that I can see, and I think JavaScript should be idling too...
This happens both in Chrome and Safari (latest), OS X 10.7.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最近,Canary Chrome 允许您停止运行审核,但最好的选择可能是提供一个可供开发人员访问的公开可用的测试用例 URL,并使用 http://new.crbug.com (在摘要行中提及“DevTools”,并在可能的情况下设置“Feature-DevTools”标签。)
Since recently, canary Chrome allows you to stop running audits, but the best option possible would be coming up with a publicly available test case URL that can be accessed by developers, and filing a respective bug using http://new.crbug.com (mention "DevTools" in the summary line and set the "Feature-DevTools" label if possible.)
我发现 Webkit 的审核在没有发现任何错误时会永远运行。这是一个错误,可能已被报告。我通常所做的就是重新启动浏览器并进行另一次审核。这通常有效。与此同时,我确信修复将会完成
I find that Webkit's audit runs forever when it has no errors to find. It's a bug and it's probably reported. What I usually do is just restart the browser and do another audit. That usually works. In the meantime I'm sure a fix will be out