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


Ignore:
Timestamp:
05/15/11 18:34:12 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v4 v5  
    2222 * Avoid excess DB calls, Use web2py's {{{cache}}} instead
    2323 * 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
    2526 * Download/execute scripts asynchronously:
    2627  * http://headjs.com/