Changes between Version 32 and Version 33 of DeveloperGuidelines/Optimisation
- Timestamp:
- 06/18/10 08:07:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v32 v33 153 153 }}} 154 154 155 === Don't loop ...===155 === Don't loop over Queries === 156 156 157 ... over queriesif 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: 158 158 159 159 {{{ … … 173 173 DeveloperGuidelines 174 174 DeveloperGuidelines 175 DeveloperGuidelines