📝 Logging: Performance data is logged to wp-content/debug-speed.log with timestamp
product_category
Page Type
⚠️ WARNING: Page load time is 1313.3ms (over 1 second). Consider optimization.
⚠️ HIGH QUERY COUNT: 350 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)
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 12 products on this page, so price hooks will be called ~12 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 |
6074 |
⚠️ Called 6074 times (likely in product loop) |
pre_wp_load_alloptions |
6031 |
⚠️ Called 6031 times (likely in product loop) |
alloptions |
6031 |
⚠️ Called 6031 times (likely in product loop) |
rest_url_prefix |
4973 |
⚠️ Called 4973 times (likely in product loop) |
gettext_woocommerce |
4144 |
⚠️ Called 4144 times (likely in product loop) |
pre_option_woocommerce_currency |
2637 |
⚠️ Called 2637 times (likely in product loop) |
option_woocommerce_currency |
2637 |
⚠️ Called 2637 times (likely in product loop) |
woocommerce_rest_is_request_to_rest_api |
2458 |
⚠️ Called 2458 times (likely in product loop) |
wcml_client_currency |
2455 |
⚠️ Called 2455 times (likely in product loop) |
wp_doing_ajax |
2167 |
⚠️ Called 2167 times (likely in product loop) |
wcml_load_multi_currency |
2130 |
⚠️ Called 2130 times (likely in product loop) |
wcml_load_multi_currency_in_ajax |
2130 |
⚠️ Called 2130 times (likely in product loop) |
gettext_woo-payu-payment-gateway |
1987 |
⚠️ Called 1987 times (likely in product loop) |
get_post_metadata |
1879 |
⚠️ Called 1879 times (likely in product loop) |
gettext_woocommerce-inpost |
1813 |
⚠️ Called 1813 times (likely in product loop) |
esc_html |
1784 |
⚠️ Called 1784 times (likely in product loop) |
attribute_escape |
999 |
⚠️ Called 999 times (likely in product loop) |
gettext_flexible-shipping |
941 |
⚠️ Should not run |
sanitize_text_field |
830 |
⚠️ Called 830 times (likely in product loop) |
set_url_scheme |
688 |
⚠️ Called 688 times (likely in product loop) |
ℹ️ 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.