Edgewall Software

Changes between Version 11 and Version 12 of TracDev/Performance


Ignore:
Timestamp:
Jun 21, 2011, 10:30:50 AM (13 years ago)
Author:
Christian Boos
Comment:

need to experiment with Kajiki one of these days…

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Performance

    v11 v12  
    8989Also, the generated XHTML itself could certainly be improved: for example, using <pre> instead of tables rows for rendering lines in the browser view (#7055).
    9090
     91Let's not forget alternatives:
     92 - Proposals/Jinja
     93 - [http://kajiki.pythonisito.com Kajiki]
     94
    9195=== gc.collect ===
    9296According to Shane's analysis, the systematic `gc.collect()` call after every request is one of the most critical performance killer for the average request ([./0.11.5#gc.collect]).