Google Site Kit not needed query slowing down
-
SELECT?SQL_CALC_FOUND_ROWS wp_users.ID
FROM?wp_users
INNER?JOIN?wp_usermeta
ON?( wp_users.ID = wp_usermeta.user_id )
WHERE?1=1
AND?( ( ( wp_usermeta.meta_key = 'wp_capabilities'
AND?wp_usermeta.meta_value?LIKE?'%\"Administrator\"%' ) ) )
ORDER?BY?user_login?ASC
LIMIT?0, 1That is its chain:
P_User_Query->query()
wp-includes/class-wp-user-query.php:842WP_User_Query->__construct()
wp-includes/class-wp-user-query.php:80Google\S\C\A\Has_Multiple_Admins->get()
wp-content/plugins/google-site-kit/includes/Core/Authentication/Has_Multiple_Admins.php:65Google\S\C\A\Authentication->Google\S\C\A\{closure}()
wp-content/plugins/google-site-kit/includes/Core/Authentication/Authentication.php:1065WP_REST_Server->respond_to_request()
wp-includes/rest-api/class-wp-rest-server.php:1188WP_REST_Server->dispatch()
wp-includes/rest-api/class-wp-rest-server.php:1035rest_do_request()
wp-includes/rest-api.php:545rest_preload_api_request()
wp-includes/rest-api.php:2911array_reduce()
wp-includes/rest-api.php:2911Google\S\C\A\Assets->Google\S\C\A\{closure}()
wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php:396Google\S\C\A\Script_Data->Google\S\C\A\{closure}()
wp-content/plugins/google-site-kit/includes/Core/Assets/Script_Data.php:51Google\S\C\A\Asset->before_print()
wp-content/plugins/google-site-kit/includes/Core/Assets/Asset.php:129Google\S\C\A\Assets->run_before_print_callbacks()
wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php:1016Google\S\C\A\Assets->run_before_print_callbacks()
wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php:1025Google\S\C\A\Assets->run_before_print_callbacks()
wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php:1025Google\S\C\A\Assets->run_before_print_callbacks()
wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php:1025Google\S\C\A\Assets->Google\S\C\A\{closure}()
wp-content/plugins/google-site-kit/includes/Core/Assets/Assets.php:155do_action('wp_print_scripts')
wp-includes/plugin.php:517wp_print_head_scripts()
wp-includes/script-loader.php:2177do_action('wp_head')
wp-includes/plugin.php:517wp_head()
wp-includes/general-template.php:3053load_template('wp-content/themes/esites/header.php')
wp-includes/template.php:785locate_template()
wp-includes/template.php:720get_header('shop')
wp-includes/general-template.php:48
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Google Site Kit not needed query slowing down’ is closed to new replies.