TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,28 @@
.. include:: /Includes.rst.txt
.. _feature-84609:
==================================================
Feature: #84609 - Add SQL Log Module to AdminPanel
==================================================
See :issue:`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.
.. index:: Backend, Database, Frontend, ext:adminpanel