Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Get latest topics performance “problem” and “solution”


_ck_
Participant

@_ck_

This is the SQL query to use if others want to add such an index:

ALTER TABLE bb_topics ADD INDEX (topic_time)

But that in itself is not enough, bbPress has to be forced to use the index.

I am trying to figure out a way to do this without hacking the core, via a mini-plugin instead.

Skip to toolbar