Changes between Version 5 and Version 6 of Projects/Advanced/Optimisation
- Timestamp:
- 05/15/11 19:09:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/Optimisation
v5 v6 23 23 * Move as much JS to static files as possible 24 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 * S3XML's gis_encode(): Remove the Public URL to keep filesize small when loading off same server (GeoJSON &layer=xx) 26 * KML Stylesheet: Don't repeat the IconStyle for every record if they have the same marker (tuids?) 26 27 * Download/execute scripts asynchronously: 27 28 * http://headjs.com/