Changes between Version 25 and Version 26 of ConfigurationGuidelines
- Timestamp:
- 09/18/09 20:50:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v25 v26 71 71 72 72 === Performance Optimisation === 73 * Use [http://developer.yahoo.com/yslow/ YSlow] Firefox plugin to analyse the site 74 * Ensure images are optimised: http://tools.dynamicdrive.com/imageoptimizer/index.php 75 * GZip static files in Apache: http://developer.yahoo.com/performance/rules.html#gzip 73 76 * Use MySQL or PostgreSQL instead of SQLite 74 77 * Disable DB migrations in {{{00_db.py}}}: migrate = False