You know when you sometimes go to a site, and the progress bar (or the semi-circle in Chrome) is filling or spinning, but no content is being displayed? What is actually going on in the background here? Does it have something to do with the amount of content that has to be displayed for the certain site?
|
There could be a lot going on or nothing at all. So many factors are at play.
The list could go on. |
|||
|
|
|
It's obviously browser-specific, but several things could be happening:
If you see a blank page, it's likely that the browser hasn't even got the basic HTML representing the page/frames etc. to render before rendering further image content etc. |
|||
|
|
|
Basically, when a browsing status bar is pending, it means that your browsing is waiting the response for a GET request method of the webpage you are accessing. If it keeps running and nothing happends two situations are possible:
Until your browser overflow it's response timer, the bar keeps showing progress. Reference:
|
|||||
|
|
In addition to all that's given here, any java-script heavy web applications which rely on javascript to build up the DOM will display a blank page if there's an error in the javascript. You can check for these in the javascript console of your particular browser. |
|||||||
|
|
To avoid latency, do the following Good Browsing Procedures (GBP):
|
|||
|
|
