---
title: "Feature: #97941 - Improved TypoScript Template Analyzer"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-97941-1657809445"
source: "Changelog/12.0/Feature-97941-ImprovedTypoScriptTemplateAnalyzer.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #97941 - Improved TypoScript Template Analyzer

See [forge#97941](https://forge.typo3.org/issues/97941)

## Description

The backend "Template" module "Template Analyzer" got a major overhaul and
displays much more information than before:

-   The rendering separates "constant" and "setup" includes and renders
    both in own panels.
-   `@import` and `<INCLUDE_TYPOSCRIPT:` are now resolved
    and shown as nodes within the include tree.
-   TypoScript conditions are reflected in the include tree and can be toggled
    to simulate frontend condition verdicts.
-   Clicking an include node displays this section of the include tree as source
    tree with appropriate comments for import statements.

## Impact

The "Template Analyzer" is now based on the
[new TypoScript Parser](https://docs.typo3.org/permalink/changelog:breaking-97816-1656350406)
and gives more information to integrators and administrators.
