Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • frontend
  • Classes
  • Http
  • RequestHandler.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [!!!][TASK] Streamline TimeTracker global information · 15e264de
    Benni Mack authored May 16, 2019 and Georg Ringer's avatar Georg Ringer committed Jun 08, 2019
    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: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    15e264de