uhm................you lost me at "move some function declared kind of globally into models .................... if importing there functions in models global kind"
let's just stick to basics: models are executed at every request. Modules are imported at the first occasion and never again. On Friday, March 27, 2015 at 6:16:18 PM UTC+1, Richard wrote: > > Hello, > > I am in the process to move some functions declared kind of globally into > models to speed my app since I found it has some important performance > penalty to have been too lazy to "modulized" these functions... I would > know if importing these functions in models global kind again would lead to > the same performance penalty?? > > Thanks > > Richard > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

