Title: Loading time
Last modified: November 21, 2020

---

# Loading time

 *  Resolved [glorain](https://wordpress.org/support/users/glorain/)
 * (@glorain)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/loading-time-28/)
 * Hello, I want to notice that the plugin slowdown my admin website. With Query
   Monitor it say that before page load in 1.5s and after the activation it took
   more than 50s to load the same page.
 * I removed theses lines from your plugin and now it works great:
 * add_filter( ‘the_title’, ‘do_shortcode’ );
    add_filter( ‘single_post_title’, ‘
   do_shortcode’ ); add_filter(‘the_excerpt’, ‘do_shortcode’); add_filter( ‘rank_math/
   frontend/title’, function( $title ) { return do_shortcode( $title ); }); add_filter(‘
   rank_math/paper/auto_generated_description/apply_shortcode’, ‘__return_true’ );
   add_filter( ‘rank_math/frontend/breadcrumb/html’, ‘do_shortcode’ ); // add_filter(‘
   rank_math/snippet/breadcrumb’, ‘do_shortcode’ ); [@todo](https://wordpress.org/support/users/todo/)

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

 *  Plugin Author [Gaurav Tiwari](https://wordpress.org/support/users/gauravtiwari/)
 * (@gauravtiwari)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/loading-time-28/#post-13691010)
 * This shouldn’t be happening, but thanks for your report.
 * Maybe some other plugin is conflicting with ours.
 * I checked the query monitor with the latest version and everything looks good.
 * > [View post on imgur.com](https://imgur.com/HzpD62C)
 * I am getting 0.95s query time with 29 plugins activated.
 * The `do_shortcode` is essential for the plugin to render shortcodes in Title 
   and other important areas. Have you installed Rank Math? I think the other filters
   have to do something with this.
    -  This reply was modified 5 years, 6 months ago by [Gaurav Tiwari](https://wordpress.org/support/users/gauravtiwari/).
 *  Thread Starter [glorain](https://wordpress.org/support/users/glorain/)
 * (@glorain)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/loading-time-28/#post-13694356)
 * I’ve discovered the problem happens when Rank Math and Toolset View are both 
   activated.

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

The topic ‘Loading time’ is closed to new replies.

 * ![](https://ps.w.org/dynamic-month-year-into-posts/assets/icon-256x256.png?rev
   =3468394)
 * [Dynamic Month & Year into Posts](https://wordpress.org/plugins/dynamic-month-year-into-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamic-month-year-into-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamic-month-year-into-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamic-month-year-into-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamic-month-year-into-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamic-month-year-into-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [glorain](https://wordpress.org/support/users/glorain/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/loading-time-28/#post-13694356)
 * Status: resolved