Opened 10 months ago
Last modified 8 months ago
#3635 new enhancement
Avoid updating subforum counts and last reply ID when a topic is created.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | General - Performance | Keywords: | has-patch |
| Cc: |
Description
bbp_update_forum has heavy queries when a topic is being created. Avoiding updating subforum counts and the last reply ID would be less time-consuming and should improve performance.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Attached patch.