Changes between Version 8 and Version 9 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
11/16/09 08:22:50 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v8 v9  
    55Consider 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)
    66
    7  * http://wiki.python.org/moin/PythonSpeed/PerformanceTips#Loops
     7 * http://wiki.python.org/moin/PythonSpeed/PerformanceTips
    88 * http://www.python.org/doc/essays/list2str/
    99 * http://www.skymind.com/~ocrow/python_string/