Edgewall Software

Changes between Version 286 and Version 287 of 0.12/TracFaq


Ignore:
Timestamp:
Dec 12, 2007, 3:30:41 PM (16 years ago)
Author:
anonymous
Comment:

+mod_wsgi

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v286 v287  
    389389=== Trac seems to run very slowly ===
    390390
    391 Despite 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.
     391Despite its name, the "Fast CGI" solution is often quite a bit slower than mod_python or mod_wsgi. Try the TracModPython or [wiki:TracModWSGI] installation.  Changing from fcgi to mod_python/mod_wsgi can easily give an order of magnitude (n*10) increase in performance.
    392392
    393393----