On Fri, May 13, 2011 at 10:59 AM, Alexandre Strzelewicz < strzelewicz.alexan...@gmail.com> wrote:
> Hi, > > I use a lot of ajax requests to get data asynchronously but each > requests are heavy to handle on server side. > > Indeed, when web2py receive an ajax request, it process : > - web2py python core files > - ... > - db.py > - controller.py > in trunk there is a change for this, web2py models now has subfolder isolation, which means you can put your ajax callback functions under a subfolder and web2py will execute only the models inside the subfolder.