• Resolved fulviods

    (@fulviods)


    Hi

    I noticed with query monitor plugin there is a slow query :

    Query

    SELECT wp_users.*
    FROM wp_users
    WHERE 1=1
    ORDER BY user_login ASC

    Caller:

    WP_User_Query->query()
    wp-includes/class-wp-user-query.php:617
    WP_User_Query->__construct()
    wp-includes/class-wp-user-query.php:78
    get_users()
    wp-includes/user.php:758
    woobe_get_fields()
    wp-content/plugins/woo-bulk-editor/data/fields.php:36
    WOOBE_BULK->init_bulk_keys()
    wp-content/plugins/woo-bulk-editor/ext/bulk/bulk.php:770
    WOOBE_BULK->__construct()
    wp-content/plugins/woo-bulk-editor/ext/bulk/bulk.php:15
    WOOBE->init()
    wp-content/plugins/woo-bulk-editor/index.php:165
    do_action('init')
    wp-includes/plugin.php:484

    is that something that can be improved?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Unfortunately, this cannot be changed. But this does not affect the work of the editor. This request is made only once on page load

    Thread Starter fulviods

    (@fulviods)

    ok thanks

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Welcome;)

    We are seeing this as a problem too, this slow query is showing up on most pages in the Admin panel, on a large site slowing down the entire admin panel. Why does it need to be loaded on pages which are not anything to do with Woobe functionality ?

    Many thanks.

    Plugin Support mediawebster

    (@mediawebster)

    Hello @rivmedia

    Why does it need to be loaded on pages which are not anything to do with Woobe functionality ?
    – So you have a problem with another plugin. Because this plugin is only loaded on its page

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘slow query’ is closed to new replies.