WebKit 的审核工具 - 永远运行

发布于 2024-12-19 01:57:09 字数 414 浏览 3 评论 0原文

我正在尝试使用 WebKit 的审核面板在我正在开发的一个相当复杂的网络应用程序中删除一些未使用的CSS。它会永远加载,并且这不是 WebKit 中的错误,因为它在其他网站上运行良好。所有资源均已完成加载 - 我可以看到没有待处理的请求,并且我认为 JavaScript 也应该处于空闲状态...

在 Chrome 和 Safari(最新)、OS X 10.7 中都会发生这种情况。

有什么想法吗?

永远加载(第 33 条,共 33 条)

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?

Loading (33 of 33) forever

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

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

发布评论

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

评论(2

烈酒灼喉 2024-12-26 01:57:09

最近,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.)

凉月流沐 2024-12-26 01:57:09

我发现 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

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