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
  • ContentObject
  • ContentObjectRenderer.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [BUGFIX] Reduce DB queries for HMENU with external URLs · e000dc69
    Benni Mack authored Oct 01, 2021
    For historical reasons, HMENU created links to external URLs
    by calling typolink() twice.
    This is because HMENU did not always use the official typolink()
    method in the past (TYPO3 4.x/TYPO3 6.x).
    
    Because typolink() now provides much more information,
    the additional round-trip around typolink() can be removed
    as typolink() already provides this information directly now.
    
    Resolves: #95434
    Releases: master
    Change-Id: I72f29220752ce61ebcbb039efbf33796396ba4a0
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71404
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Reviewed-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    e000dc69