[!!!][TASK] Streamline TimeTracker global information
This patch removes unused variables: $GLOBALS['TYPO3_MISC']['microtime_BE_USER_start'] $GLOBALS['TYPO3_MISC']['microtime_BE_USER_end'] $GLOBALS['TYPO3_MISC']['microtime_end'] $GLOBALS['TYPO3_MISC']['microtime_start'] are replaced by properly using - TimeTracker->start() - TimeTracker->finish() (new method) to encapsulate the logic into the main method. Resolves: #88498 Releases: master Change-Id: I158e4b3aed002f688f117488cb0300c6523e791f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60769 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 0 additions, 3 deletionstypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Classes/TimeTracker/TimeTracker.php 32 additions, 18 deletionstypo3/sysext/core/Classes/TimeTracker/TimeTracker.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst 44 additions, 0 deletions...aking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst
- typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php 0 additions, 20 deletions...ext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
- typo3/sysext/core/Tests/Unit/TimeTracker/TimeTrackerTest.php 7 additions, 43 deletionstypo3/sysext/core/Tests/Unit/TimeTracker/TimeTrackerTest.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 2 additions, 11 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php 29 additions, 4 deletions...frontend/Classes/Middleware/TimeTrackerInitialization.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 20 additions, 0 deletions...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php 5 additions, 0 deletions...Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
Please register or sign in to comment