Changes between Version 3 and Version 4 of Projects/Advanced/Optimisation


Ignore:
Timestamp:
05/13/11 16:14:05 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v3 v4  
    1414The Automated Performance Metrics, will also allow us to better share performance statistics of Sahana Eden.
    1515
     16Can test out the performance of different !JavaScript options to achieve a task using:
     17 * http://jsperf.com
     18
    1619== 2) Make Enhancements to Sahana Eden ==
    1720Once the metrics have been developed enhancements can be made to improve these. These enhancement
    1821 * Using Profiler Tools to identify parts of the code which require more computation (http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesOptimisation#Profiling).
    1922 * Avoid excess DB calls, Use web2py's {{{cache}}} instead
    20  * Move as much JS to static files
     23 * Move as much JS to static files as possible
    2124 * Investigate the possibility of loading large page components using AJAX
    2225 * Download/execute scripts asynchronously: