SpeedSense Web Performance reposted this
If someone at your company asks why your “website got faster” in the next few weeks, even though you didn’t deploy any changes… Take it as an opportunity to explain the difference between real world performance (#corewebvitals) and synthetic tests (#lighthouse). 💨🏎️ Lighthouse is like testing your race car in a wind tunnel. ⏱️🏎️ Core web vitals represent how the car is doing on the track. Soon, Google will be changing the speed of the fan in the wind tunnel. That doesn’t mean much in the real world, but the goal is to better represent the performance on-track. It also doesn’t mean wind tunnels are useless. Lighthouse is a helpful tool in the arsenal. #webperf #sitespeed
Some of you complain that PageSpeed Insights is a bit unrealistically slow for the Lighthouse test. It's true the PSI servers are a bit underpowered so we're changing the throttling, which should make the Performance score go up when this rolls out in the next few weeks: https://lnkd.in/evVekeya You should concentrate on your field Core Web Vitals (the top part of PageSpeed Insights), and only use the lab Lighthouse Score as a very rough guide of whether Lighthouse has recommendations to improve performance or not. 100 doesn't mean perfect, it just means Lighthouse can't help anymore. The Lighthouse Score is best for comparing two tests made on the same Lighthouse (e.g. to test and compare fixes). Performance IS—and hence LH Scores also ARE—highly variable. LH is particularly affected by where it is run from (PSI, DevTools, CI...), but also on the lots of other factors. Lighthouse is a GREAT tool but it also can only test some things, under certain conditions. So while it's great to see people interested in improving webperf, make sure you're doing just that (improve performance) and not just improving the score (see also: https://lnkd.in/etvQpX95). Despite all that we still feel the PSI tests are not where they should be to help give actionable insights. Therefore this change to recalibrate them has just been rolled out. This also affects the PSI API. It will not affect other Lighthouse instances. Any questions?