Changes between Version 32 and Version 33 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
06/18/10 08:07:32 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v32 v33  
    153153}}}
    154154
    155 === Don't loop... ===
     155=== Don't loop over Queries ===
    156156
    157 ... over queries if you can avoid id. Sometimes it is not as easy to see as in the following example:
     157...if you can avoid id. Sometimes it is not as easy to see as in the following example:
    158158
    159159{{{
     
    173173DeveloperGuidelines
    174174DeveloperGuidelines
     175DeveloperGuidelines