• 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:
    UPDATE wp_postmeta SET meta_value = ‘307’ WHERE post_id = 82092 AND meta_key = ‘views’ (396.3ms)

    Topic with 19 replies:
    UPDATE wp_postmeta SET meta_value = ’90’ WHERE post_id = 82967 AND meta_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

    http://wordpress.org/extend/plugins/wp-postviews/

  • The topic ‘Performance issue with bbpress’ is closed to new replies.