Check explainer
Third-party scripts
More external scripts = slower load times and a larger compliance surface.
- critical
- to review
- note
- ok
What we check
Counts external <script src> includes on the page.
Why it matters
More external scripts = slower load times and a larger compliance surface.
Common causes
The most common triggers for this finding. Expand this section with real-world examples.
How to fix it
Script inventory: document a justification per script, load non-critical ones with defer/async.
-
What does a failing Third-party scripts finding mean?
More external scripts = slower load times and a larger compliance surface. Script inventory: document a justification per script, load non-critical ones with defer/async.
-
How do you fix Third-party scripts?
Script inventory: document a justification per script, load non-critical ones with defer/async.