Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉
javascript
performance
dom
analytics
web-worker
3rd-party
webworker
lighthouse
3rdparty
lighthouse-score
core-web-vitals
-
Updated
Mar 22, 2022 - TypeScript
Describe the bug
I have 2 builds with different CLS
Build 1 - CLS = 0.001
Build 2 - CLS = 0.026
When I compare this 2 builds it will not show CLS in metrics (this works with any threshold)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See CLS diff same way as any other metrics.
*Logs/Screenshots