-
Hi,
this is about the latest FV WordPress Flowplayer, namely Version 2.2.12.
I just measured that the latest Chrome renders pages with videos on them very slowly while other browsers are very fast.
I did the first measurements locally with the latest Chrome:
Google Chrome 35.0.1916.153 (Official Build 274914)
OS Mac OS X
Blink 537.36 (@175075)
JavaScript V8 3.25.28.18
Flash (Disabled)I then reproduced all of this using webpagetest.org:
To be sure it’s not the theme or anything else that’s slow, as a benchmark, here’s the data for a page without a video on it (but a lot of text content):
Page: http://www.php-schulung.de/blog/
Results:
Chrome: first view: 0.4 seconds, repeat view: 0.3, http://www.webpagetest.org/result/140619_K7_YPZ/So without a video, Chrome is really fast.
Then I measured a page with a video on it (and not too much other content):
Page: http://www.php-schulung.de/en/symfony-training/
Results:
Chrome: first view: 3.6 seconds, repeat view: 3.5 seconds, http://www.webpagetest.org/result/140619_2X_YC9/
IE 9: first view: 1.7 seconds, repeat view: 0.5 seconds, http://www.webpagetest.org/result/140619_SF_YSR/
Firefox: first view: 1.2 seconds, repeat view: 0.5 seconds, http://www.webpagetest.org/result/140619_QX_YSZ/
Safari: first view: 1.2 seconds, repeat view: 0.3 seconds, http://www.webpagetest.org/result/140619_4B_YV3/So on a page with a video on it, Chrome is very slow, while other browsers are fast.
Let’s focus on the repeat view (when all files are cached in the browser already):
As shown above, Chrome takes 3.5 seconds to fully load the page from a local cache!
On the contray IE9, Firefox and Safary only take 0.5, 0.5 and 0.3 seconds respectively.What’s wrong with Chrome? Or is it a Chrome specific JS bug?
Cheers,
Timon