Changes between Version 1 and Version 2 of Projects/Advanced/Optimisation


Ignore:
Timestamp:
03/05/11 11:30:23 (14 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v1 v2  
    1616== 2) Make Enhancements to Sahana Eden ==
    1717Once the metrics have been developed enhancements can be made to improve these. These enhancement
    18  * Using Profiler Tools to identify parts of the code which require more computation.
     18 * Using Profiler Tools to identify parts of the code which require more computation (http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesOptimisation#Profiling).
    1919 * Avoid excess DB calls, Use web2py's {{{cache}}} instead
    2020 * Move as much JS to static files
    2121 * Investigate the possibility of loading large page components using AJAX
     22 * Use LabJS to to download/execute scripts asynchronously: http://labjs.com
    2223
    23 ----
    2424''See Also:''
    2525 * DeveloperGuidelinesOptimisation