# 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.

- Skill: `thedaviddias/gtm-present` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add thedaviddias/gtm-present`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedaviddias/gtm-present/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: thedaviddias (https://skillmd.com/u/thedaviddias)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thedaviddias/gtm-present

---


# 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

