On Tuesday, February 5, 2013 6:33:07 PM UTC+1, Andrew Buchan wrote: > > Niphlod, > > Thanks for all that information. I was getting issues with more than just > auth tables so had to take a different approach. > > I carried out roughly the steps which I described above, and am happy to > report it is all working perfectly! > > Regarding PS3, I thought migration only happened when you refreshed the > Data Admin page. Are you telling me that the migration check occurs on > every request? > just to confirm, the model is confronted to the .table files at EVERY request.
Probably the first two best advices on "how do I speed up my app?" are a) turn the migrations off and b) the lazy_tables on. I always have a mirror copy of the live application pointing to the same > database for development. I take it it's best practice for the live > application that takes all the real user requests to > have migrate_enabled=False, and only keep it on in the development one in > that case... > > Thanks, > > Andrew. > > -- --- 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/groups/opt_out.

