CtrlK
BlogDocsLog inGet started
Tessl Logo

gtm-present

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

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Optimize Google Tag Manager implementation

An unoptimized GTM setup can lead to significant main-thread blocking and increased page weight, slowing down the overall user experience.

Quick Reference

  • Place the GTM script in the <head> but audit its impact
  • Minimize the number of tags and triggers to reduce execution
  • Use Server-Side GTM to offload processing from the client

Check

Verify that GTM is implemented correctly and evaluate its impact on page performance using Lighthouse.

Fix

Clean up unused tags, use asynchronous loading, and consider moving to a server-side implementation.

Explain

Explain how GTM affects performance and how to balance tracking needs with speed.

Code Review

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

Repository
thedaviddias/Front-End-Checklist
Last updated
First committed

Is this your skill?

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.