Changes between Version 29 and Version 30 of DeveloperGuidelines/Optimisation
- Timestamp:
- 06/18/10 08:03:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v29 v30 57 57 * http://aymanh.com/9-javascript-tips-you-may-not-know#String_Concatenation_vs._Array.join 58 58 59 == Profiling==59 === Profiling === 60 60 * Web2Py can [http://www.mail-archive.com/web2py@googlegroups.com/msg06267.html use cProfile]: 61 61 * {{{web2py.py -F profiler.log}}}