Making WordPress.org


Ignore:
Timestamp:
04/05/2014 05:18:21 PM (11 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Add 5 minute output cache to front page topics, to speed up front page render times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/page-homepage.php

    r503 r504  
    1010<div id="bbpress-forums">
    1111
    12     <?php if ( bbp_has_topics( array( 's' => '', 'posts_per_page' => 5, 'max_num_pages' => 1, 'paged' => 1, 'show_stickies' => false ) ) ) : ?>
    13 
    14         <?php bbp_get_template_part( 'loop',     'topics'    ); ?>
    15 
    16     <?php else : ?>
    17 
    18         <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?>
    19 
    20     <?php endif; ?>
     12    <?php bb_base_homepage_topics(); ?>
    2113
    2214</div>
Note: See TracChangeset for help on using the changeset viewer.