Edgewall Software

Changes between Version 8 and Version 9 of TracPerformance


Ignore:
Timestamp:
Sep 9, 2009, 3:28:48 PM (15 years ago)
Author:
Christian Boos
Comment:

move slow mail delivery item from #Unsorted to #Log

Legend:

Unmodified
Added
Removed
Modified
  • TracPerformance

    v8 v9  
    4848== Check your [TracLogging trac.log] == #Log
    4949
    50  - look for INFO messages: ''Reloading environment due to configuration change'' [[br]]
     50 - look for INFO messages: '''Reloading environment due to configuration change''' [[br]]
    5151   if you find lots of such lines, or even worse, if they appear systematically, then chances are that you're using a plugin which does systematic updates to the configuration file ([TracIni trac.ini]), and this will in turn trigger a full environment reload at the next request. That can slow down the performance a lot, to the level of TracCgi. See ticket:7490#comment:102 and follow-up.
    52  - look for INFO messages like repos ''rev [321] != cached rev [123]'' (other revision numbers for you, of course) [[br]]
     52 - look for INFO messages like repos '''rev ![321] != cached rev ![123]''' (other revision numbers for you, of course) [[br]]
    5353   if you find such lines ''and the `cached rev` value doesn't change'', this corresponds to a repository resync failure which results in a resync attempt for every request (see ticket:7490#comment:36); often due to the "prohibited" MySQL/MyISAM combination (#8067)
    54 
     54 - look for WARNING message saying '''Slow mail submission''' [[br]]
     55   a mis-configured or simply slow mail server make Trac appear very slow (#3220 and numerous others)
    5556
    5657== Unsorted ==
     
    5859 - there was a bug up to 0.11.4 which could cause 100% cpu usage once in a while on some platforms (#7785, thought to be fixed in 0.11.5, but re-opened since)
    5960 - some plugins seem to have a high impact on the performance (read ["TracDev/Performance/0.11.5#customizationsandplugins"])
    60  - a mis-configured or simply slow mail server make Trac appear very slow (#3220 and numerous others)
    6161
    6262----