Definitively remove everything you do not need in models. Try use caching as much as you can, perhaps redis cache.
On Thursday, 23 July 2015 05:08:04 UTC-5, Khalil Khamlichi wrote: > > Hi, > > We are in the process of scaling a web2py application (app1), basically we > are moving old data to a new server and programming a new app (app2) on > this new server, > > The design we intend to implement is simple, app1 will use app2' web > services to get xml or json data (we still deciding), we intend to use > VLAN/IP based security so that to remove any auth overhead from the > requests. > > Any suggestions about app2 (will be providing only web services) and how > to make it even faster, maybe by slimming down web2py ? or anything else > would be appreciated. > > > Thanks in advance. > > Khalil > -- 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.

