Edgewall Software

Changes between Version 270 and Version 271 of 0.12/TracFaq


Ignore:
Timestamp:
Jan 11, 2007, 3:46:39 AM (17 years ago)
Author:
xrobau@…
Comment:

Mentioned that they really REALLY should be using mod_python

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v270 v271  
    384384=== Trac seems to run very slowly ===
    385385
    386 Despite it's name, the "Fast CGI" solution is often quite a bit slower than mod_python.  Try the TracModPython installation. 
     386Despite it's name, the "Fast CGI" solution is often quite a bit slower than mod_python. Try the TracModPython installation.  Changing from fcgi to mod_python can easily give an order of magnitute (*10) increase in performance increase.
    387387
    388388----