Changes between Version 61 and Version 62 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
10/08/10 10:53:35 (14 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v61 v62  
    4646== Specific Examples ==
    4747=== Python ===
    48 NB These vary on cases, so use the Profiler to see how they work in your cases...
     48NB These vary on cases, so use the Profiler (and argument {{{-F profiler.log}}} when running web2py.py) to see how they work in your cases...
    4949{{{
    5050for i in xrange(0, len(rows)):