Changes between Version 1 and Version 2 of Projects/Advanced/Optimisation
- Timestamp:
- 03/05/11 11:30:23 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/Optimisation
v1 v2 16 16 == 2) Make Enhancements to Sahana Eden == 17 17 Once 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). 19 19 * Avoid excess DB calls, Use web2py's {{{cache}}} instead 20 20 * Move as much JS to static files 21 21 * Investigate the possibility of loading large page components using AJAX 22 * Use LabJS to to download/execute scripts asynchronously: http://labjs.com 22 23 23 ----24 24 ''See Also:'' 25 25 * DeveloperGuidelinesOptimisation