• Resolved stvcargill

    (@stvcargill)


    Good Afternoon,

    I am experiencing a slow back end WP admin panel and I trying to use query monitor to pinpoint the issues.

    There are a number of slow queries that I have emailed the associated plugin developers about but I also have 2 x slow core queries and have pasted these as below.

      Query

    SELECT option_name, option_value
    FROM wp_options
    WHERE autoload = ‘yes’

      Caller

    wp_load_alloptions()
    wp-includes/option.php:237
    is_blog_installed()
    wp-includes/functions.php:1717
    wp_not_installed()
    wp-includes/load.php:664

      Component

    Core

      Query

    SELECT option_value
    FROM wp_options
    WHERE option_name = ‘uninstall_plugins’
    LIMIT 1

      Caller

    get_option()
    wp-includes/option.php:124
    register_uninstall_hook()
    wp-includes/plugin.php:846

      Component

    Core

    Thanks for any assistance in the above error

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Unfortunately I don’t have time to help debug individual problems with sites. It would be a full time job for me!

    Your best bet is to get in touch with your web host as they’re best positioned to advise on this.

    John

    Thread Starter stvcargill

    (@stvcargill)

    Would these Core Queries be server related?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow Queries on wp_options’ is closed to new replies.