Shouldn't be as I have deleted that default function. On May 12, 2012 4:36 PM, "Bruno Rocha" <[email protected]> wrote:
> Do you have images being seved by web2py using the default download > function? > > On Sat, May 12, 2012 at 7:51 PM, Bruce Wade <[email protected]> wrote: > >> Ok so I started it with the profile to be honest need some guidance on >> how to read this report. But like the one call there is 582,237 function >> calls that looks pretty insane. >> >> Or just loading my home page 85,545 function calls.. >> >> The /ad_handler which is called by ajax and only returns None has 54,149 >> function calls. See attached. If any one would like to explain how to read >> this. >> >> >> On Sat, May 12, 2012 at 2:41 PM, Bruce Wade <[email protected]> wrote: >> >>> 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 >>> >>> >> >> >> -- >> -- >> 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 >> >> > > > -- > > Bruno Rocha > [http://rochacbruno.com.br] > >

