• Hi,

    I have recently got many calls for admin-post.php. The reason tracks to as_async_request_queue_runner and to be precise:

    woocommerce/packages/woocommerce-admin/src/Features/Onboarding.php
    126: return isset( $_REQUEST[‘action’] ) && ‘as_async_request_queue_runner’ === $_REQUEST[‘action’];

    woocommerce/includes/wc-core-functions.php
    2509: return isset( $_REQUEST[‘action’] ) && ‘as_async_request_queue_runner’ === $_REQUEST[‘action’];

    Any ideas how to reduce these amounts?
    Plugins, wp core, theme and php are all up to date.

    Thank you!
    Regards,
    Terhi

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @tedeverhivid1!

    It looks like this is CPU usage spiking.

    Could you please tell me more about your hosting plan? Are you on a lower-tier hosting plan? If so, resources are usually limited and you might be approaching one of the internal resource limits set by the hosting provider. I would recommend you double-check that with the host.

    While looking into that, here are a few more things you could try and see if it helps:

    https://www.siteground.com/kb/reduce-cpu-seconds-usage/

    Cheers!

    Thread Starter tedeverhivid1

    (@tedeverhivid1)

    Hi,

    thank you for the quick answer.

    I am using wpengine’s hosting service with a growth plan, it should be okay. I have been tracking this problem with them (high amount of POST calls to admin-post.php) and they monitored these lines for me and asked to be in touch with you. I could ask them if it could be related to CPU usage thing, but I doubt a bit, since I still have plenty of bandwith and storage unused.

    I also have caching in use, newest PHP-version and plugins and themes all up to date.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘calls for admin-post’ is closed to new replies.