Changes between Version 5 and Version 6 of Projects/Advanced/Optimisation


Ignore:
Timestamp:
05/15/11 19:09:07 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v5 v6  
    2323 * Move as much JS to static files as possible
    2424 * 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?)
    2627 * Download/execute scripts asynchronously:
    2728  * http://headjs.com/