View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
2502 | Composr | core | public | 2016-04-25 21:43 | 2016-06-26 20:46 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 2502: Tempcode optimisation - optimised caching | ||||
Description | A powerful improvement would be an ability to do do_template calls in an 'optimise' mode. These calls would do a full template recompile each time, but as they know the exact parameters used then we could avoid storing the parameters within the Tempcode object separately, and have much simpler generated Tempcode. Things like IF directives on those parameters could be fully unrolled. Blocks with caching enabled would enable optimise mode while the blocks are first generating. | ||||
Tags | Type: Performance | ||||
Attach Tags | |||||
Time estimation (hours) | 8 | ||||
Sponsorship open | |||||
|
Small optimisation on top of this -- any boolean parameter can be pre-converted to '0' or '1'. |
|
Further, for each symbol we can code whether than symbol can be flattened to a string if all its parameters are strings. This should be a very significant optimisation as a whole template instance may then become equivalent to a single string. If it is, we can set a flag in the object so when it gets attached to something else during optimise mode, it gets attached as string (i.e. evaluate gets called). |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-25 21:43 | Chris Graham | New Issue | |
2016-04-26 03:33 | Chris Graham | Note Added: 0003749 | |
2016-06-19 16:51 | Chris Graham | Tag Attached: Type: Performance | |
2016-06-19 16:53 | Chris Graham | Note Added: 0004059 | |
2016-06-26 20:46 | Chris Graham | Status | Not Assigned => Resolved |
2016-06-26 20:46 | Chris Graham | Resolution | open => fixed |
2016-06-26 20:46 | Chris Graham | Assigned To | => Chris Graham |