Changes between Version 20 and Version 21 of ConfigurationGuidelines
- Timestamp:
- 06/08/09 23:12:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v20 v21 51 51 52 52 === Performance Optimisation === 53 * Use MySQL or PostgreSQL instead of SQLite 53 54 * Disable DB migrations in {{{00_db.py}}}: migrate = False 55 * Bytecode compile the application 54 56 * http://groups.google.co.uk/group/web2py/browse_thread/thread/218bb58c96883578 55 57