{"title":"Timer - Liquid Tag Reference","slug":"timer-tag-reference","url":"https://support.storeconnect.com/articles/timer-tag-reference","url_markdown":"https://support.storeconnect.com/articles/timer-tag-reference.md","subtitle":null,"summary":"The `timer` block tag measures how long its enclosed content takes to render. Wrap sections inside `{% timer %}...{% endtimer %}` to profile template performance and identify slow areas.","type":"Developer_Documentation","video_url":"","keywords":"liquid, tags, timer, block tag, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"The `timer` block tag measures how long its enclosed content takes to render. Wrap sections inside `{% timer %}...{% endtimer %}` to profile template performance and identify slow areas.\n\n## Syntax\n\n\n```liquid\n\n{% timer %}\n  \u003c!-- Content here --\u003e\n{% endtimer %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Tag Name** | `timer` |\n| **Type** | Block tag |\n| **Source** | StoreConnect |\n\n## Description\n\nThe `timer` tag provides functionality in StoreConnect Liquid templates."}