Changes between Version 25 and Version 26 of ConfigurationGuidelines


Ignore:
Timestamp:
09/18/09 20:50:35 (15 years ago)
Author:
Fran Boon
Comment:

Performance tips

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v25 v26  
    7171
    7272=== 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
    7376 * Use MySQL or PostgreSQL instead of SQLite
    7477 * Disable DB migrations in {{{00_db.py}}}: migrate = False