Changes between Version 4 and Version 5 of Projects/Advanced/Optimisation
- Timestamp:
- 05/15/11 18:34:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/Optimisation
v4 v5 22 22 * Avoid excess DB calls, Use web2py's {{{cache}}} instead 23 23 * Move as much JS to static files as possible 24 * Investigate the possibility of loading large page components using AJAX 24 * 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 * S3XML's gis_encode(): Remove the Public URL to keep filesize small when loading off same server 25 26 * Download/execute scripts asynchronously: 26 27 * http://headjs.com/