Use when auditing slow page loads, heavy assets, or rendering delays related to Optimize Google Tag Manager implementation. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
An unoptimized GTM setup can lead to significant main-thread blocking and increased page weight, slowing down the overall user experience.
<head> but audit its impactVerify that GTM is implemented correctly and evaluate its impact on page performance using Lighthouse.
Clean up unused tags, use asynchronous loading, and consider moving to a server-side implementation.
Explain how GTM affects performance and how to balance tracking needs with speed.
Review the routes, assets, and loading behavior that affect Optimize Google Tag Manager implementation. Flag exact files, requests, or rendering steps that add unnecessary network, CPU, or layout cost, and describe the measurement method used to confirm the issue.
For full implementation details, code examples, and framework-specific guidance,
see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/performance/gtm-present
48405aa
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.