Changes between Version 56 and Version 57 of ConfigurationGuidelines
- Timestamp:
- 06/06/10 14:12:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v56 v57 178 178 179 179 === Performance Optimisation === 180 * set Empty=False in {{{models/zzz_1st_run.py}}} instead of doing a DAL hit 181 * set modules to load from a hardocded app name instead of substituting request.application in {{{models/00_db.py}}} 182 180 183 * Use [http://developer.yahoo.com/yslow/ YSlow] Firefox plugin to analyse the site 181 184 * Ensure images are optimised: http://tools.dynamicdrive.com/imageoptimizer/index.php