Meaning of the clockwise/counter-clockwise rolling circle in Google Chrome

22

4

When using Google Chrome I've observed that the icon that holds the favicon.ico shows a rolling circle before a page is fully loaded.

It appears as if the circle is rolling counter-clockwise when the browser is in the following states:

  • Resolving hostname
  • Connecting to server
  • Waiting for response (before first byte being sent from server?)

Whereas the circle appears to be rolling clockwise when the browser is in the following states:

  • Loading the page or referenced resources

My questions:

  • Are my observations correct w.r.t. the rolling circles indicating state?
  • Has anyone seen this documented somewhere?

knorv

Posted 2009-08-12T13:22:16.773

Reputation: 3 392

Answers

16

When you load a webpage in a tab, a slow-spinning gray circle on the tab lets you know that Google Chrome is connecting to the website. The circle turns blue and spins faster once loading is in progress. Once the webpage is completely loaded, the icon changes to the website's graphic.

http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95622

Daniel A. White

Posted 2009-08-12T13:22:16.773

Reputation: 3 428

4The link you reference no longer has the quoted text. – mkasberg – 2017-04-10T19:41:53.530

18

From Gloson Blog:

alt text

When the site is being resolved, Chrome will display this gray line, revolving slowly, counter-clockwise.

alt text

When the site is found and is being loaded, Chrome will show this blue line, revolving quickly, clockwise.

From another blog:

The unique feature that I love in Chrome is that it spins both ways – anti-clockwise means data is being uploaded, or a page is being requested, and clockwise means that the page is being downloaded. I believe the speed of rotation also relates to transfer speed.

Ivo Flipse

Posted 2009-08-12T13:22:16.773

Reputation: 24 054

I have found, while debugging with PHP breakpoints, that the icon in Chrome spins to the left until the first echo or print. That is, even though the request was successfully sent to the server and the server is processing the request (executing PHP code), the Chrome icon continues to spin to the left until it begins to receive data back from the server. – mkasberg – 2017-04-10T19:44:10.830

1I'm looking for Google documents to help you confirm it – Ivo Flipse – 2009-08-12T13:29:57.980

Ok that appears to be quite hard... – Ivo Flipse – 2009-08-12T13:39:35.550

Isn't that the one Daniel had found already? – Isxek – 2009-08-12T14:04:26.623

I was first! But people liked his answer more... I found that Google text thing too, but I can't find the API documentation :-( – Ivo Flipse – 2009-08-12T14:33:08.620

I've also observed, on this low-spec work machine which frequently gets bogged down in swapfile activities, that Chrome doesn't distinguish between actual resolution attempts and 'process commencement' activity -- therefore anything anticlockwise I treat as "not loading yet". To give you an example, I just opened a new tab and went to Google - the spinner span anticlockwise for almost 20 seconds whilst the disk thrashed on the swapfile, and only THEN did it actually show "Waiting for Google.com..." in the lower left corner before finally loading the site. – Chris Woods – 2011-12-02T20:24:59.630