Models in the top modes/ are all executed. Models in subfolder are executed conditionally. For example models in a folder with the name of a controller are executed when the controller with the same name is executed.
On Jul 11, 8:38 am, Francisco Costa <[email protected]> wrote: > Hi, is there any visual chart or text that explain what happens when a > page request is made? > For my knowledge this is the order: > > - Models > - Controller > - View > > But what exactly is executed? > > I know if I open a certain page it only executes that controller and > view, but it seams that Models are all executed.. > > Is it right to assume that smaller and faster models will enhance > web2py performance?

