Actions
Task #61512
closedTemplateService: Add verbose option
Start date:
2014-09-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The TemplateService class contains the functionality
to parse the TypoScript constants that haven't
been replaced yet.
This is done each time in the frontend, although
it is only useful when $this->tt_track is active,
thus when a BE user is logged in, who can read the info.
The improvement in this patch is to skip the strstr check
if not set, thus making first-hit page calls a bit
quicker and the code more readable.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32706
Updated by Benni Mack about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4dc1e804d90c8c12253c6afb08b1d25d75288f4f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions