When you run a speed test through Google Lighthouse in your browser, Lighthouse uses something called simulated throttling.
With simulated throttling, the initial site speed data is collected on a fast connection. Based on this data, Lighthouse then estimates how quickly the page would have loaded on a different connection.
For example, if a page takes 2 seconds to render on a fast connection, Lighthouse might report a value of 6 seconds on a mobile device.
Simulated throttling provides low variability and makes tests quick and cheap to run. However, it can also lead to inaccuracies, as Lighthouse doesn't fully replicate all browser features and network behaviors.
To provide a score and report that better reflects how a real-world user (with a less-than-perfect computer and internet connection) would experience the page load, Acquia Optimize applies throttling when analyzing the web page through the Performance module. We’re basically interrupting the execution of CPU work at periodic intervals to emulate a slower processor.
This approach leads to lower scores than when running Lighthouse in a browser, but the results are more realistic.