Changes between Version 3 and Version 4 of Projects/Advanced/Optimisation
- Timestamp:
- 05/13/11 16:14:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/Optimisation
v3 v4 14 14 The Automated Performance Metrics, will also allow us to better share performance statistics of Sahana Eden. 15 15 16 Can test out the performance of different !JavaScript options to achieve a task using: 17 * http://jsperf.com 18 16 19 == 2) Make Enhancements to Sahana Eden == 17 20 Once the metrics have been developed enhancements can be made to improve these. These enhancement 18 21 * Using Profiler Tools to identify parts of the code which require more computation (http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesOptimisation#Profiling). 19 22 * 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 21 24 * Investigate the possibility of loading large page components using AJAX 22 25 * Download/execute scripts asynchronously: