---
title: "Feature: #84609 - Add SQL Log Module to AdminPanel"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-84609"
source: "Changelog/9.4/Feature-84609-AddSQLLogModuleToAdminPanel.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #84609 - Add SQL Log Module to AdminPanel

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

## Description

A new AdminPanel module has been introduced which shows SQL queries done to generate the current page.
The module includes a short trace of the query so developers may locate where it was initiated as well as - in case
it's a prepared statement - the placeholder values to enable checking variations of the query.

Logging of queries is done via the Doctrine SQL Logger capabilities and enabled whenever the AdminPanel is activated /
open in the frontend. Logging is only done for the currently logged in backend user, this way the overall performance
impact is negligible.

## Impact

The AdminPanel has a new sub module "Query Information" in the "Debug" section.
