Skip to:
Content

bbPress.org

Opened 5 months ago

Last modified 2 months ago

#3645 assigned task (blessed)

Make sure User Topic & Reply count queries use available SQL indexes

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.7 Priority: normal
Severity: normal Version: trunk
Component: Component - Users Keywords: needs-patch commit
Cc:

Description

See: #wp50161

The bbp_get_user_topic_count_raw() and bbp_get_user_reply_count_raw() functions put post_author ahead of post_status and post_type, so if the above WordPress core ticket gets merged these SQL statements will need to be rearranged.

Change History (1)

#1 @johnjamesjacoby
2 months ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.7

This should happen soon to support the newly added (aforementioned) query index in WordPress 6.9.

Note: See TracTickets for help on using tickets.