Edgewall Software

Changes between Version 273 and Version 274 of 0.12/TracFaq


Ignore:
Timestamp:
Jan 14, 2007, 5:28:16 PM (17 years ago)
Author:
anonymous
Comment:

Corrected "Despite it's name…"

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v273 v274  
    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.  Changing from fcgi to mod_python can easily give an order of magnitude (n*10) increase in performance.
     386Despite its 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 magnitude (n*10) increase in performance.
    387387
    388388----