Changes between Version 6 and Version 7 of Projects/Advanced/Optimisation


Ignore:
Timestamp:
05/21/11 21:20:03 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v6 v7  
    1818
    1919== 2) Make Enhancements to Sahana Eden ==
    20 Once the metrics have been developed enhancements can be made to improve these. These enhancement 
     20Once the metrics have been developed enhancements can be made to improve these. These enhancements include:
    2121 * Using Profiler Tools to identify parts of the code which require more computation (http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesOptimisation#Profiling).
    2222 * Avoid excess DB calls, Use web2py's {{{cache}}} instead
    2323 * Move as much JS to static files as possible
     24 * Investigate whether it is better to only T() strings once per request at the expense of additional global vars
    2425 * Investigate the possibility of loading large page components using AJAX (although this should only be for subsequent pages as there is a per-request overhead)
    2526 * S3XML's gis_encode(): Remove the Public URL to keep filesize small when loading off same server (GeoJSON &layer=xx)