• Resolved glew

    (@glew)


    Hi i receive this error on the slow query
    the Component is Core

    SELECT pm_comments.comment_ID
    FROM wp_comments
    WHERE ( ( comment_approved = ‘0’
    OR comment_approved = ‘1’ ) )
    AND comment_type != ‘order_note’
    AND comment_type != ‘webhook_delivery’
    AND pm_comments.comment_type != ‘action_log’
    ORDER BY wp_comments.comment_date_gmt DESC
    LIMIT 0,25

    Thanks

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

    (@johnbillion)

    WordPress Core Developer

    If you’re seeing slow queries from Core regularly, it may mean your server is underpowered or overloaded and you should consider upgrading or changing your host.

    If it only happens occasionally or it only happens on your test site then don’t worry about it too much.

    Thread Starter glew

    (@glew)

    Thanks for the fast reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sow Queries how to repair?’ is closed to new replies.