• Resolved NAROLLES

    (@narolles)


    Hello – After testing with Query Monitor the following slow query is particularly slow and reduces the speed of access to the wordpress front end ( wp-admin – more 17s).
    Similarly it could be possible depending on the user to modularize the desire to receive or not all the graphics of Site Kit by Google
    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Adam Dunnage

    (@adamdunnage)

    Hi @narolles thanks for getting in touch. Could you share more details on this specifically the query you are relating to with regards to Site Kit? We’d be happy to take a look at this with the internal team to see if any improvements can be made.

    Thread Starter NAROLLES

    (@narolles)

    @adamdunnage
    Hi
    slow query :

    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, 1
    +

    1. WP_User_Query->query()

    Extension : google-site-kit

    10,0605  

    Plugin Support Adam Dunnage

    (@adamdunnage)

    @narolles Thanks for sharing. I will pass this on to the team to see if there is anything of concern or anything we can do here on the Site Kit side of things. Once I have an update, I will share it with you here.

    Plugin Support Adam Dunnage

    (@adamdunnage)

    Hi @narolles, I just wanted to check in with you to see if you are still experiencing the same with Site Kit?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Performance – Slow query – WordPress front end access’ is closed to new replies.