Throttling (CPU & Network)
Throttling is a technique used in Lab Data tools (like Lighthouse) to simulate how a website would perform on slower devices or less reliable network connections. Network throttling simulates a slower internet speed (e.g., "fast 3G"), while CPU throttling simulates a less powerful processor. Using throttling during testing is crucial for developers to understand the real-world experience of average users, rather than just the ideal performance on their own high-end machines.
Related web performance terms
- Tag Manager
A tag manager (like Google Tag Manager) is a system that allows marketing and business teams to add and manage third-party marketing tags (snippets of code for analytics, advertising, etc.) on a we…
- Third-Party Script/Tool
A third-party script or tool is any piece of code, functionality, or service that is provided by an external vendor and integrated into a website.
- Time To First Byte (TTFB)
A foundational web performance metric measuring the time from when a user makes a request to when their browser receives the very first byte of the HTML response.
- Time to Interactive (TTI)
Time to Interactive is a performance metric that measures the time it takes for a page to become fully and reliably responsive to user input.