📝 Logging: Performance data is logged to wp-content/debug-speed.log with timestamp
product_category
Page Type
⚠️ HIGH QUERY COUNT: 314 database queries detected. Consider caching.
⚠️ CART CALCULATIONS ON NON-CART PAGE: The following hooks are running on a product_category page:
gettext_flexible-shipping (941 calls)
gettext_flexible-shipping-ups (612 calls)
Top 20 Most Called Hooks
ℹ️ About hook counts: On product category pages, hooks like woocommerce_product_get_price are called once per product in the loop.
You have 4 products on this page, so price hooks will be called ~4 times (this is normal).
Hooks like the_title, gettext, woocommerce_product_get_price are excluded from this list as they run in loops.
| Hook Name |
Calls |
Status |
pre_option |
4684 |
⚠️ Called 4684 times (likely in product loop) |
pre_wp_load_alloptions |
4642 |
⚠️ Called 4642 times (likely in product loop) |
alloptions |
4642 |
⚠️ Called 4642 times (likely in product loop) |
gettext_woocommerce |
4084 |
⚠️ Called 4084 times (likely in product loop) |
rest_url_prefix |
3138 |
⚠️ Called 3138 times (likely in product loop) |
gettext_woo-payu-payment-gateway |
1987 |
⚠️ Called 1987 times (likely in product loop) |
gettext_woocommerce-inpost |
1813 |
⚠️ Called 1813 times (likely in product loop) |
esc_html |
1729 |
⚠️ Called 1729 times (likely in product loop) |
pre_option_woocommerce_currency |
1554 |
⚠️ Called 1554 times (likely in product loop) |
option_woocommerce_currency |
1554 |
⚠️ Called 1554 times (likely in product loop) |
woocommerce_rest_is_request_to_rest_api |
1542 |
⚠️ Called 1542 times (likely in product loop) |
wcml_client_currency |
1539 |
⚠️ Called 1539 times (likely in product loop) |
wp_doing_ajax |
1352 |
⚠️ Called 1352 times (likely in product loop) |
wcml_load_multi_currency |
1315 |
⚠️ Called 1315 times (likely in product loop) |
wcml_load_multi_currency_in_ajax |
1315 |
⚠️ Called 1315 times (likely in product loop) |
get_post_metadata |
1198 |
⚠️ Called 1198 times (likely in product loop) |
gettext_flexible-shipping |
941 |
⚠️ Should not run |
attribute_escape |
832 |
⚠️ Called 832 times (likely in product loop) |
set_url_scheme |
649 |
⚠️ Called 649 times (likely in product loop) |
gettext_flexible-shipping-ups |
612 |
⚠️ Should not run |
ℹ️ Loop Hooks Info: On product category pages, many hooks are called in the product loop (once per product).
This is normal WordPress/WooCommerce behavior. The hooks shown above are filtered to exclude the most frequent loop hooks.