Title: WP Show Posts loading?
Last modified: August 11, 2021

---

# WP Show Posts loading?

 *  [Streater Kelley](https://wordpress.org/support/users/streater3000/)
 * (@streater3000)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/)
 * I have WP Show Posts plugin but not using it on the homepage. But when I do a
   speed test, it adds nearly a second of load time to my homepage.
 * I am using all the options on WP Rocket and Autoptimize to speed up my site and
   it isn’t eliminating this.
 * Any idea why it would be loading on my homepage when I am not using it there?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-show-posts-loading%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [Elvin](https://wordpress.org/support/users/ejcabquina/)
 * (@ejcabquina)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/#post-14759797)
 * Hi there,
 * > I am using all the options on WP Rocket and Autoptimize to speed up my site
   > and it isn’t eliminating this.
 * Check Tom’s brief explanation and recommendation here:
    [https://generatepress.com/forums/topic/only-load-wp-show-post-css-on-home-page/#post-845050](https://generatepress.com/forums/topic/only-load-wp-show-post-css-on-home-page/#post-845050)
 *  Thread Starter [Streater Kelley](https://wordpress.org/support/users/streater3000/)
 * (@streater3000)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/#post-14761585)
 * I am having the opposite problem as that post… my problem is that WP Show Posts
   IS loading on my homepage when I don’t use it on my homepage. It is adding almost
   a second of load time, making my site just shy of the Insights score I want to
   achieve.
 * Is there any way to not have it load on my homepage?
 * Thanks
 *  Plugin Support [Elvin](https://wordpress.org/support/users/ejcabquina/)
 * (@ejcabquina)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/#post-14763542)
 * We can change the snippet to stop it from loading on homepage.
 *     ```
       add_action( 'wp_enqueue_scripts', function() {
           if ( is_front_page() ) {
               wp_dequeue_style( 'wp-show-posts' );
           }
       }, 20 );
       ```
   
 *  Thread Starter [Streater Kelley](https://wordpress.org/support/users/streater3000/)
 * (@streater3000)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/#post-14765246)
 * Seems to have worked! Fastest load score ever so I am pleased… thanks so much
   for your help!
 *  Plugin Support [Elvin](https://wordpress.org/support/users/ejcabquina/)
 * (@ejcabquina)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/#post-14770393)
 * No problem. Glad to be of any help. 😀

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WP Show Posts loading?’ is closed to new replies.

 * ![](https://ps.w.org/wp-show-posts/assets/icon-256x256.png?rev=2846296)
 * [WP Show Posts](https://wordpress.org/plugins/wp-show-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-show-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-show-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-show-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-show-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-show-posts/reviews/)

## Tags

 * [load](https://wordpress.org/support/topic-tag/load/)
 * [wp-posts](https://wordpress.org/support/topic-tag/wp-posts/)

 * 5 replies
 * 2 participants
 * Last reply from: [Elvin](https://wordpress.org/support/users/ejcabquina/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/wp-show-posts-loading/#post-14770393)
 * Status: not resolved