Notes on improving web2py performance. This will be improved later.
Lazy Tables
According the docs (Lazy Tables, a performance boost), “web2py models are executed before controllers, so all tables are defined at every request. Not all tables are needed to handle each request, so it is possible that some of the time spent defining tables is wasted.”
Recent Comments