Changes between Version 8 and Version 9 of DeveloperGuidelines/Optimisation
- Timestamp:
- 11/16/09 08:22:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v8 v9 5 5 Consider having configurations which are read from DB frequently but written-to rarely, be set in configuration files which are written-out from the DB (like the CSS from themes) 6 6 7 * http://wiki.python.org/moin/PythonSpeed/PerformanceTips #Loops7 * http://wiki.python.org/moin/PythonSpeed/PerformanceTips 8 8 * http://www.python.org/doc/essays/list2str/ 9 9 * http://www.skymind.com/~ocrow/python_string/