Edgewall Software

Changes between Version 24 and Version 25 of TracPerformance


Ignore:
Timestamp:
Feb 13, 2021, 11:40:11 AM (3 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracPerformance

    v24 v25  
    8080== Database
    8181
    82  - Use PostgreSQL or MySQL for many users to avoid lock contention.
     82 - Use PostgreSQL or MySQL in an environment with many users to avoid lock contention.
    8383 - Otherwise consider using SQLite with connection string `sqlite:db/trac.db?journal_mode=wal&synchronous=off` if tolerable. (#11967)
    8484
    8585== Unsorted
    8686 
    87  - 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).
    88  - Some plugins seem to have a high impact on the performance, see ["TracDev/Performance/0.11.5#customizationsandplugins"].
    89  - Trac's [query:status=!closed&keywords=~performance performance issues].
     87 - There was a bug up to 0.11.4 which could cause 100% CPU usage once in a while on some platforms. See #7785, which was thought to be fixed in 0.11.5, but re-opened since.
     88 - Some plugins seem to degrade performance, see ["TracDev/Performance/0.11.5#customizationsandplugins"].
     89 - Trac's [query:status=!closed&keywords=~performance tickets regarding performance].
    9090
    9191== Profiling a Trac request