• Resolved adio93

    (@adio93)


    Hello, the log is filled with a hundred requests every second… what is this? Hello, the log is filled with a hundred requests every second… what is this? It puts a lot of stress on the server


    Debug2026-03-18T06:21:30+00:00
    An attempt was made to determine the edit URL for order 0, but no such order was found.

    Debug2026-03-18T06:21:31+00:00 An attempt was made to determine the edit URL for order 0, but no such order was found.

    Debug2026-03-18T06:21:32+00:00 An attempt was made to determine the edit URL for order 0, but no such order was found.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Frank Remmy (woo-hc)

    (@frankremmy)

    Hi @adio93,

    The error “An attempt was made to determine the edit URL for order 0, but no such order was found” appearing hundreds of times per second indicates something is repeatedly trying to access a non-existent order (order ID 0).

    This type of rapid-fire logging can definitely stress your server and impact performance. Common causes include:

    • A plugin or theme making repeated AJAX calls to access order data
    • A webhook or API integration stuck in a loop
    • A caching or optimization plugin causing conflicts
    • Automated bots or scripts hitting your site

    Here are my recommendations:

    • Check which plugin or custom code might be attempting to access order ID 0. You can start by disabling recently added plugins or custom snippets temporarily to see if the log entries stop.
    • Check WooCommerce → Status → Logs and paste any woocommerce-related entries on https://pastebin.com and share the link here. We need to see the full logs
    • Sometimes hooks or cron jobs can cause repeated queries. Use a plugin like WP Crontrol to inspect scheduled tasks and see if any are firing too frequently or incorrectly.
    • If you use custom code in your theme’s functions.php or custom plugins, review those for any order-related queries that might not properly check for valid order IDs.

    I hope that helps. Let us know how that goes.

    Plugin Support Ejay F – a11n

    (@ejayfernandes)

    I’m going to mark this as resolved, as we haven’t heard back from you in a while. Please open a new thread if you need further assistance.

    We’d really appreciate if you could take a moment to leave us a review: https://ww.wp.xz.cn/support/plugin/woocommerce/reviews/

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

You must be logged in to reply to this topic.