Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: front page takes 50 mysql queries


_ck_
Participant

@_ck_

Eek – I’m kinda freaked out by how bbpress handles front page topics and appends the last poster’s name.

Two separate mysql queries are made for each name to get the data. Instead of retrieving the sequence of names all at once so it’s within the same table for speed. So if you have 50 front page topics with 50 different authors, beyond all the other queries will be 100 more queries.

That’s got to be addressed if bbpress wants to call itself lightweight and efficient. All those names could be gotten with two built up calls, regardless how many on the front page.

Skip to toolbar