This topic has 9 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #170768
     toneee
    Participant

    Hello:

    We are still having major performance issues w/ the theme. It’s much faster w/ more basic themes but slow w/ this one. To combat this I would like to try do options:

    1. The BuddyPress news feed loads the first 20 items. How can we have it only load the first 10 instead?
    2. There’s a load more button at the end. Is there a way to auto-load more items once they get to the bottom?

    Thanks.

    #170854
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #171036
     toneee
    Participant

    Hello. They are set to be at a HUGE convention with over 30K people tomorrow and we really needed this answer. Please advise. The app is SUPER SLOW w/ this theme.

    Thanks.

    #171285
     Radu
    Moderator

    Hi,

    In first instance I recommend you to install the next plugin to see what causes the high load on your site

    Also, you can install P3 Profiler plugin to can see what plugin causes huge load while accessing the link https://wordpress.org/plugins/p3-profiler/

    1. Try with this snippet

    COPY CODE
    
    function my_custom_query_filter( $query_string ) {
    $query_string .= '&per_page=30';
    return $query_string;
    }
    add_filter( 'bp_dtheme_ajax_querystring', 'my_custom_query_filter' );
    

    2.There is no quick solution for that.

    Also, make sure to have latest theme update installed.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #171515
     toneee
    Participant

    Thanks for the reply.

    1.) I added the snippet to /wp-admin/admin.php?page=buddyapp-options under the Quick Javascript field under my Google Analytics snippet. This had no effect on the number of items listed on the news feed. There are still items including new posts from members and other posts like new members.

    #171542
     Radu
    Moderator

    Hi,

    Sorry I’ve forgotten to mention.

    The snippet should be added to wp-content/themes/buddyapp-child/functions.php

    NOTE: Child theme needs to be installed and activated.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #171627
     toneee
    Participant

    Thanks. I meant to tell you I tried that as well and we are using the Child Theme. Neither has an effect. Can you pop in there and take a look for me?

    #171661
     Radu
    Moderator

    Hi,

    Ok, I need FTP admin credentials to take a closer look, reply as private.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #171682
     toneee
    Participant
    This reply has been set as private.
    #171749
     Radu
    Moderator

    Hi,

    Unable to connect with the details that you have providen

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?