Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 15 years ago

#1300 closed enhancement (fixed)

Reduce topic page query count by 3

Reported by: nightgunner5's profile Nightgunner5 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)

bb-topic-tags-cache.patch (586 bytes) - added by Nightgunner5 15 years ago.

Download all attachments as: .zip

Change History (2)

#1 @matt
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(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.

Note: See TracTickets for help on using tickets.