Harry
Harry

Reputation: 54939

chrome developer tools, what's loading?

When I open a site the loading spinner keeps spinning in the favicon area and I see the 'waiting for site.com' message.

It seems to me like the site has already fully loaded, but evidently not.

How do I check what's still loading?

I'm happy to use Firebug as well if it's easier to see there.

Edit:

Network tab doesn't indicate anything is still loading.

Edit: is there any way to filter network tab to see what's still incomplete vs already completed requests

Upvotes: 2

Views: 2692

Answers (2)

Dan Davies Brackett
Dan Davies Brackett

Reputation: 10071

To check what's still loading, first open the Developer Tools (press F12) and switch to the Network tab. Then load the site; you'll see all the requests the page makes. From there, you'll be able to see which aren't yet done.

Upvotes: 0

user47900
user47900

Reputation: 647

You can use developer tools (Network tab) for this analysis.

Upvotes: 2

Related Questions