Changes between Version 7 and Version 8 of Projects/Advanced/Optimisation


Ignore:
Timestamp:
05/21/11 21:47:52 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced/Optimisation

    v7 v8  
    2222 * Avoid excess DB calls, Use web2py's {{{cache}}} instead
    2323 * Move as much JS to static files as possible
     24 * Investigate whether we should reduce the size of some of our fields (e.g. to fit query rows into the 4Kb pagesize)
    2425 * Investigate whether it is better to only T() strings once per request at the expense of additional global vars
    2526 * 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)