Skip to:
Content
Pages
Categories
Search
Top
Bottom

Slow for logged-out users


  • sourfew
    Participant

    @sourfew

    The whole wordpress site is slow for logged out users and I not sure if it’s related to bbpress or buddypress. Every page take about 4 sec and 0.5 sec for logged in users

    Wordpress: 4.7.3
    Buddypress: 2.8.2
    bbpress: 2.6b2
    25000 users

    With QueryMonitor I can see the following
    SELECT wp_users.ID,wp_users.user_login,wp_users.user_pass,wp_users.user_nicename,wp_users.user_email,wp_users.user_url,wp_users.user_registered,wp_users.user_activation_key,wp_users.user_status,wp_users.display_name
    FROM wp_users
    WHERE 1=1
    AND wp_users.ID IN (40269,32606,34524,34322,40331,40334,36153,25677… and all user id’s

    Caller is WP_User_Query->query()
    wp-includes/class-wp-user-query.php:600

    Component:
    Plugin buddypress

    The funny thing is if I disable bbpress and rtMedia with (bbpress plugin) that big query is not taking place.

  • You must be logged in to reply to this topic.
Skip to toolbar