View Issue Details

IDProjectCategoryView StatusLast Update
2502Composrcorepublic2016-06-26 20:46
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary2502: Tempcode optimisation - optimised caching
DescriptionA 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.
TagsType: Performance
Attach Tags
Time estimation (hours)8
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2016-04-26 03:33

administrator   ~3749

Small optimisation on top of this -- any boolean parameter can be pre-converted to '0' or '1'.

Chris Graham

2016-06-19 16:53

administrator   ~4059

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).

Issue History

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