• Resolved happyches

    (@happyches)


    Strange problem that I haven’t noticed until recently so guessing it’s a recent problem. Perhaps from a WordPress upgrade or a Shortcodes Ultimate upgrade ( I’m using Version 5.10.0 )

    I run the plugin “Query Monitor” and it’s saying that on this particular page (my default blog posts page which doesn’t use any Shortcodes Ultimate features – nor any custom features as it’s the default “WordPress-generated” Page that lists the latest latest posts), that there are 57 slow queries and they are all “Shortcodes Ultimate” related to extremely old images from the year 2013. So bizarre. (Does not happen on other category listings, just the /blog/)

    Page:
    https://pennybutler.com/blog/

    Query Monitor:

    I won’t list them all, it’s big, but the first one is:

    Query

    SELECT *
    FROM wp_posts
    WHERE guid='https://pennybutler.com/wp-content/uploads/2013/10/dailyplanner-mousepad.png'

    Caller

    su_image_resize()
    wp-content/plugins/shortcodes-ultimate/inc/core/tools.php:50
    su_shortcode_carousel()
    wp-content/plugins/shortcodes-ultimate/includes/shortcodes/carousel.php:197
    do_shortcode_tag()
    wp-includes/shortcodes.php:356
    preg_replace_callback()
    wp-includes/shortcodes.php:356
    do_shortcode()
    wp-includes/shortcodes.php:228
    SlimSEO\M\Helper::normalize()
    wp-content/plugins/slim-seo/src/MetaTags/Helper.php:52
    SlimSEO\M\Description->normalize()
    wp-content/plugins/slim-seo/src/MetaTags/Description.php:37
    SlimSEO\M\Description->get_description()
    wp-content/plugins/slim-seo/src/MetaTags/Description.php:31
    SlimSEO\M\Description->output()
    wp-content/plugins/slim-seo/src/MetaTags/Description.php:22
    do_action('wp_head')
    wp-includes/plugin.php:476
    wp_head()
    wp-includes/general-template.php:3042
    load_template('wp-content/themes/globaltech/header.php')
    wp-includes/template.php:770
    locate_template()
    wp-includes/template.php:716
    get_header()
    wp-includes/general-template.php:48

    Component
    Plugin: shortcodes-ultimate

    This is repeated with 57 other really old 2013 images

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter happyches

    (@happyches)

    I found the problem, I had a page and it had a whole bunch of old code on it that was still loading, despite the wordpress using that page to show blog posts — basically “My fault, not the fault of the plugin”… all fixed by deleting all the content out of the blog post.

Viewing 1 replies (of 1 total)
  • The topic ‘57 Slow queries “Shortcode Ultimate” on Blog page’ is closed to new replies.