• Resolved glorain

    (@glorain)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gaurav Tiwari

    (@gauravtiwari)

    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

    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.

    Thread Starter glorain

    (@glorain)

    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.