Changes between Version 60 and Version 61 of DeveloperGuidelines/Optimisation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v60 v61  
    2727 * http://ajaxpatterns.org/On-Demand_Javascript
    2828 * ConfigurationGuidelines#PerformanceOptimisation
     29
     30"Slow post-load response is more harmful to user satisfaction than slow page load times, according to current HCI research."
    2931=== Web2Py ===
    3032 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.