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?
In tab sources your can see all dependencies.
In tab network you can see time and loading order.