third-party-scripts
Installation
SKILL.md
Third-Party Scripts — Performance & SEO
Third-party scripts are the most common uncontrolled variable in CWV. They execute on the client's main thread, consume bandwidth, and can independently cause LCP, INP, and TBT failures.
Script loading strategies
async
<script async src="https://example.com/script.js"></script>