Changes between Version 59 and Version 60 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
09/07/10 13:13:39 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v59 v60  
    2626  * [http://www.uic.edu/depts/scailab/system/tutorial.shtml XSSI]
    2727 * http://ajaxpatterns.org/On-Demand_Javascript
     28 * ConfigurationGuidelines#PerformanceOptimisation
    2829=== Web2Py ===
    2930 1. Optimize the models, throw away what we don't need. Every field counts.[[BR]]Especially problematic in view of performance are references (joins), as they execute implicit DB requests. The more complex references are, the slower the model loads.