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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Image Optimization: Figuring Out the Exact Impact on Google’s Performance Score

6 点作者 rsedykh大约 6 年前
I wanted to figure out the <i>exact</i> impact of image optimizations on Performance Score before implementing them. The question I wanted to answer was &quot;Does Image Optimization provide actual worth? What&#x27;s the impact on real-world businesses?&quot;<p>I took the world’s top 500 websites (from Alexa) and ran performance analyses with Lighthouse (performance analyzer made by Google) and PageDetox (a diagnostic framework made by Uploadcare, where I work).<p>PageDetox fetched website images, optimized them, and calculated the differences in image weights and page-loading times (I used the same throttle settings as Lighthouse, and decreased derived load times by `saved_bytes &#x2F; speed`).<p>From there, I tried to model the improvement in Performance Score by proportionally decreasing the weighted params used in the score calculations: FCP, FMP, SI, CPU, and TTI.<p>I understand that I have the two weak links in this model:<p>1) Load time improvement might easily fall to zero if JS rendering takes ages while even the largest images have already been loaded;<p>2) Linearly decreasing the Performance Score parameters may not be an exact fit.<p>But I think that (on average) the data I got is legit. Here is a raw data:<p>https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1K1qUIPCm2ZOxwCW52Zu5oLo5p9r8xydEh5h97HF3eyU&#x2F;edit?usp=sharing<p><i>What are your thoughts about this prediction model? Where do you see the room for improvement?</i>

暂无评论

暂无评论