Performance of blogmemes

Smarty performance

I made experiments and the 80% of time is wasted on smarty processing. Cache don't work because we use only one template: master_page.tpl. I want to check if we put the labels inside the template the performance improves. If this improves performance, then we must forget about config file. I'm thinking in relabel master_page.tpl to master_page_LI.tpl, where LI is the locale initials, for example: master_page_es.tpl, master_page_en.tpl.

This could lead us to a future improvement using themes!

Update: april.4.2006

I tried a new master_page_es.tpl without including files, but no significative improvement :( I think we have to investigate more on smarty optimization.