Not sure what exactly worded.
I make a site. I noticed that the pages at opening began to load much longer. How can you see what exactly is happening now? What is downloaded, processed, etc ...
|
3 answers
Modern browsers have “developer tools”. In Opera, for example, there is a wonderful Opera Dragonfly, to call it you need to select "Inspect element" in the context menu anywhere on the page. In Dragonfly, there is a Network tab for your task, a Network Log subtab. It shows graphically how much was loaded.
- Thank! I used to just look at the layout there, now I will know. - oleg_ismaylov
- For layout, by the way, it is also very convenient) - Oleg Arkhipov
|
opera - dragonfly, firefox - firebug, chrome, ie 9+ embedded developer tools (F12), safari is also embedded, everywhere the tab is "network"
|
Firebug for FireFox.
|