Performance issue with bbpress
-
Hey Lester, first, thanks a lot for your great work!
Since a few days i have some performance issues on bbpress-topic-pages with more than 3-4 replies. By debugging my queries i found the following:
Topic with 7 replies:
UPDATEwp_postmeta
SETmeta_value
= ‘307’ WHEREpost_id
= 82092 ANDmeta_key
= ‘views’ (396.3ms)Topic with 19 replies:
UPDATEwp_postmeta
SETmeta_value
= ’90’ WHEREpost_id
= 82967 ANDmeta_key
= ‘views’ (1,525.6ms)On normal posts the postmeta-updates just needs 1-2ms. So is there an possibility to disable postviews completely on bbpress-pages. I just need the counts on normal posts.
Thanks
Nico
- The topic ‘Performance issue with bbpress’ is closed to new replies.