Actions
Feature #19242
closedcompiled t3lib_TSparser
Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2008-08-21
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:
Description
according to perfomance investigation (xdebug) TS parsing takes almost 30% of all load for non-cached pages.
Would be nice to have ability to "compile" TS in BE. So result will look like some object or array that will be stored in DB.
(issue imported from #M9207)
Updated by Mathias Schreiber almost 10 years ago
- Tracker changed from Bug to Feature
- Description updated (diff)
- Category set to Performance
- Status changed from New to On Hold
- Priority changed from Should have to Could have
- Target version deleted (
0) - PHP Version changed from 4.3 to 5.5
Updated by Benni Mack about 7 years ago
- Status changed from On Hold to Rejected
This is not possible conceptually, because conditions are environment-dependant, and conditions work on the first stage of compiling (within <INCLUDE_TYPOSCRIPT condition="">) so unless this is gone, it's not possible to do anything.
Actions