Changes between Version 59 and Version 60 of DeveloperGuidelines/Optimisation
- Timestamp:
- 09/07/10 13:13:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v59 v60 26 26 * [http://www.uic.edu/depts/scailab/system/tutorial.shtml XSSI] 27 27 * http://ajaxpatterns.org/On-Demand_Javascript 28 * ConfigurationGuidelines#PerformanceOptimisation 28 29 === Web2Py === 29 30 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.