Tool to show what component of a webpage is being loaded?
I am loading some pages from my computer but the status is always loading. I would like to check what part such as image is missing but I don't know any tools for this.
Chosen solution
This may also be an issue with JavaScript that isn't working properly and in such a case it may be difficult to track down.
You can check the Net log in the Web Console (Web Developer > Web Console;Ctrl+Shift+K) to see if there is a problem with loading elements.
Read this answer in context 👍 1All Replies (2)
Chosen Solution
This may also be an issue with JavaScript that isn't working properly and in such a case it may be difficult to track down.
You can check the Net log in the Web Console (Web Developer > Web Console;Ctrl+Shift+K) to see if there is a problem with loading elements.
I have not found the problem yet as it comes and goes. But I think a log may detect it. Thanks.
Modified