简体   繁体   English

如何在Chrome开发者工具中找到关注脚本加载时间表?

[英]How find follow script loading timeline in Chrome Dev tools?

I have a script on my website that is loading somewhere in the process. 我的网站上有一个脚本正在加载过程中的某个地方。 It has started behaving erroneously and I need to intercept where it's being loaded from. 它已经开始表现错误,我需要截取它的加载位置。 I developed the site some years ago and have forgotten all the intricacies involved. 几年前,我开发了该网站,却忘记了所有涉及的复杂性。 Is there a way in Chrome dev tools to see a timeline or tree of dependencies/loaded scripts? Chrome开发人员工具中是否可以查看时间表或依赖项/已加载脚本树?

In tab sources your can see all dependencies. 在选项卡源中,您可以看到所有依赖项。

In tab network you can see time and order of they load. 在标签网络中,您可以看到它们的加载时间和顺序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM