performanceVercel
Throttle When Profiling
MUST
MUST: Profile with CPU/network throttling
Test with CPU and network throttling
Bad
Good
Why it matters
Developer machines are faster than average user devices. Use browser DevTools to throttle CPU (4x slowdown) and network (Fast 3G) to test how your app performs for users on slower devices and connections.
References