Changes between Version 6 and Version 7 of Projects/Advanced/Optimisation
- Timestamp:
- 05/21/11 21:20:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/Optimisation
v6 v7 18 18 19 19 == 2) Make Enhancements to Sahana Eden == 20 Once the metrics have been developed enhancements can be made to improve these. These enhancement 20 Once the metrics have been developed enhancements can be made to improve these. These enhancements include: 21 21 * Using Profiler Tools to identify parts of the code which require more computation (http://eden.sahanafoundation.org/wiki/DeveloperGuidelinesOptimisation#Profiling). 22 22 * Avoid excess DB calls, Use web2py's {{{cache}}} instead 23 23 * 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 24 25 * 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) 25 26 * S3XML's gis_encode(): Remove the Public URL to keep filesize small when loading off same server (GeoJSON &layer=xx)