• Resolved r3crac

    (@r3crac)


    Hello,
    I want to check background queries while updating posts in WordPress, because it has started to take longer time (even 15 seconds). I’ve checked that using Query Monitor, but after clicking “Update” in the post, it shows only 0.5 s (GET method for redirected URL: wp-admin/post.php?post=xxx&action=edit&message=1). I want to see stats for /wp-admin/post.php that is using POST method. Is it possible?
    Cheers

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

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

    (@johnbillion)

    WordPress Core Developer

    Unfortunately this isn’t currently possible. The results you’re seeing are fromthe subsequent GET request after the POST request performs a redirect.

    This is something I’m working on, but I don’t have an ETA at the moment.

    Thread Starter r3crac

    (@r3crac)

    Thanks. Do you know how I can check that using another way/plugin?

    That’s exactly what I’m looking for. My GET queries are fine but POST queries end up in timeout error.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checking queries for POST http method (wp-admin/post.php)’ is closed to new replies.