top | item 8496052

Why is Chrome so much less graphically performant than Safari?

4 points| Aslan11 | 11 years ago | reply

Hey HN,

Front End Developer here, long time reader. I'm trying to identify why Chrome seems to struggle when it comes to animation performance while Safari is able to render everything without a hitch. Is this because Safari has hooks into the OS that Chrome does not? Is this because Google adopted blink in lieu of webkit? And most importantly is there a remedy out there?

Take the following site for example: http://scrollrevealjs.org/

In Chrome my scrolling gets choppy, however everything remains beautifully buttery in Safari. As a developer what can I do to improve the performance of my sites that rely heavily on animation?

Thanks!

4 comments

order
[+] lsllc|11 years ago|reply
It's a known issue, been around since retina MBP was introduced; see:

https://code.google.com/p/chromium/issues/detail?id=136555

For me, I have no problems with Chrome when running an rMBP with a external display, but once I switch to the built in retina display, performance suffers significantly.

I switched to Safari a few months ago despite preferring Chrome because I couldn't stand Chrome's poor retina performance.

[+] Sarkie|11 years ago|reply
Try looking at this.

http://jankfree.org/

Chrome has some good tools and even has chrome://tracing to show you low level stuff inside Chrome.

[+] zwiteof|11 years ago|reply
Your example looks fine in chrome for me.