«   Previous tip Next tip   »

Chrome DevTools: A full JavaScript stack trace to see how resources were loaded with resource initiators

Last updated: 19th July 2020
A full JavaScript stack trace to see how resources were loaded with resource initiators

Add the 'Initiator' column to the Network Panel if it's not there already. It will show you how a resource was initiated. Examples include:

Update - New in DevTools: (tweet) this will now work for images loaded asynchronously. You now get the full JavaScript stack trace.

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week