3 Aug
2006
3 Aug
'06
9:24 p.m.
On Thu, August 3, 2006 1:32 pm, Jakub Suchy said:
Adrian seems to think it is not a performance issue though.
Imagine you have 15 activated modules. Every module has 2 theme functions, which makes it 30 fopen() calls for every page load. This IS performance issue.
That's assuming that you use all 30 theme functions on every page. You may only use 4-5. Remember that the most frequently-used theme functions are those that are already setup as separate files via the template engine: page, node, block, etc. I'm open to suggestions on how to properly benchmark what the performance difference would be here. --Larry Garfield