Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以强制网络浏览器降低渲染质量以提高速度?我想展示大的 html 结构(document.getElementsByTagName("*").length返回 661844 个元素)。
document.getElementsByTagName("*").length
目前该网站需要大约 2.8 秒来加载内容(~13MB,但 gzip 压缩),但 DOMContentLoaded 事件在启动后大约 46 秒触发 - 这太长了。在按下“开始按钮”和 DOMContentLoaded 事件之间,浏览器没有响应,因此我想减少时间。
有什么建议么?
没有“草稿”渲染之类的东西,但是有一些方法可以防止浏览器锁定:防止长时间运行的 JavaScript 锁定浏览器