The lastest release of Google’s Chrome web browser is quick. Really, really quick. Have a look…
These speed tests were filmed at actual web page rendering times and with the new beta version of Google Chrome. If you’re interested in the technical details, or trying out a modern browser, read on below (also: the science behind & making of this video).
Keep in mind – this video only demonstrates the test version (or Beta). The full (stable) version is currently only available for Windows.
We’ve been using the beta for several months and haven’t noticed a thing. In other words: the beta version runs better than a standard version of Internet explorer any day. It’s more secure, faster, and supports new features you’re missing out on. What’s not to love?
Our website was even designed with a few features that can only be seen with browsers that support CSS3.
A few technical details of the video shoot from Google
Equipment used:
- Computer: MacBook Pro laptop with Windows installed
- Monitor – 24″ Asus: We had to replace the standard fluorescent backlight with very large tungsten fixtures to funnel in more light to capture the screen. In addition, we flipped the monitor 180 degrees to eliminate a shadow from the driver board and set the system preferences on the computer to rotate 180 degrees. No special software was used in this process.
- 15Mbps Internet connection.
- Camera: Phantom v640 High Speed Camera at 1920 x 1080, films up to 2700 fps.
Straight from the horses mouth
“Why does allrecipes.com in the potato gun sequence appear at once, and not the text first and images second? And why does it appear to render from bottom of the screen to the top?”
Chrome sends the rendered page to the video card buffer all at once, which is why allrecipes.com appears at once, and not with the text first and images second. Chrome actually paints the page from top to bottom, but to eliminate a shadow from the driver board, we had to flip the monitor upside down and set the system preferences in Windows to rotate everything 180 degrees, resulting in the page appearing to render from bottom to top.
“Why does the top one third of the page appear first on the weather.com page load?”
Sometimes only half the buffer gets filled before the video card sends its buffer over to the LCD panel. This is because Chrome on Windows uses GDI to draw, which does not do v-sync.
“The screen wipes are so smooth – how was that achieved?”
The screen wipes up in a gradated wipe because LCD pixels take around 10ms to flip and gradually change color.
