TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why is Chrome so much less graphically performant than Safari?

4 点作者 Aslan11超过 10 年前
Hey HN,<p>Front End Developer here, long time reader. I&#x27;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?<p>Take the following site for example: http:&#x2F;&#x2F;scrollrevealjs.org&#x2F;<p>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?<p>Thanks!

3 条评论

lsllc超过 10 年前
It&#x27;s a known issue, been around since retina MBP was introduced; see:<p><a href="https://code.google.com/p/chromium/issues/detail?id=136555" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;chromium&#x2F;issues&#x2F;detail?id=136555</a><p>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.<p>I switched to Safari a few months ago despite preferring Chrome because I couldn&#x27;t stand Chrome&#x27;s poor retina performance.
Sarkie超过 10 年前
Try looking at this.<p><a href="http://jankfree.org/" rel="nofollow">http:&#x2F;&#x2F;jankfree.org&#x2F;</a><p>Chrome has some good tools and even has chrome:&#x2F;&#x2F;tracing to show you low level stuff inside Chrome.
评论 #8500813 未加载
zwiteof超过 10 年前
Your example looks fine in chrome for me.