Opened 15 years ago
Closed 15 years ago
#1300 closed enhancement (fixed)
Reduce topic page query count by 3
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.0.3 | Priority: | normal |
Severity: | normal | Version: | 1.0.1 |
Component: | Back-end | Keywords: | has-patch, tested |
Cc: |
Description
We can reduce the number of queries required to load a topic page (when using persistent object cache) by 3 with a 1-line change. Patch attached.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2450]) Incorrect check for if terms are cached or not, fixing this eliminates queries when a persistent cache is present. Fixes #1300. Hat tip: Nightgunner5.