Re: [fw-general] Many modules (10+) versus performance

2010-12-17 Thread till
On Fri, Dec 17, 2010 at 11:30 AM, Marian Meres wrote: > Hi, > > I'm thinking about an app with with quite a few modules (10+) and I am > a little "theoretically" worried about the potential performance > issues related with it. My plan is to: > > - use extremely few _init* methods in the applicati

[fw-general] Many modules (10+) versus performance

2010-12-17 Thread Marian Meres
Hi, I'm thinking about an app with with quite a few modules (10+) and I am a little "theoretically" worried about the potential performance issues related with it. My plan is to: - use extremely few _init* methods in the application Bootstrap class - use none _init* methods in the module's Bootst