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,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-66223:
==================================================
Deprecation: #66223 - Backend parseTime deprecated
==================================================
See :issue:`66223`
Description
===========
The option to show the parse time of the rendered script on the bottom of the HTML page has been marked for deprecation
and is not in use anymore.
Impact
======
Debug information is not shown anymore on a backend page if the member var `$parseTimeFlag` is enabled.
Affected Installations
======================
Installations with 3rd-party extensions manually activating this option by e.g. XCLASSing or hooking into the main
document template class.
Migration
=========
Do not set the member var to `TRUE`.
.. index:: PHP-API, Backend