lol, yeah I guess that is my problem with being a C++ coder. But I also seen that 90 tables were loaded with every request ;)
On Sat, May 12, 2012 at 1:50 PM, Michele Comitini < [email protected]> wrote: > I keep saying it but nobody listens :-) > > USE THE PROFILER > > You wasting *your* time trying to guess where the application is > wasting *its* time. > > mic > > 2012/5/12 Anthony <[email protected]>: > > On Saturday, May 12, 2012 12:06:28 PM UTC-4, Bruce Wade wrote: > >> > >> Yeah I am going through all my controllers right now to see if I can use > >> the folder solution. Which way would be faster? Folders or modules? > > > > > > Well, a model file still has to be read each time it is needed, whereas a > > module remains in memory after the first time it is imported, so perhaps > the > > module approach would still be a bit faster, but you might run an ab > test to > > confirm (and to see if the difference is non-trivial). > > > > Anthony > -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.fittraineronline.com - Fitness Personal Trainers Online http://www.warplydesigned.com

