📝 Logging: Performance data is logged to wp-content/debug-speed.log with timestamp
1079.86ms
Total Load Time
product_category
Page Type
⚠️ WARNING: Page load time is 1079.86ms (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 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 |
6687 |
⚠️ Called 6687 times (likely in product loop) |
pre_wp_load_alloptions |
6660 |
⚠️ Called 6660 times (likely in product loop) |
alloptions |
6660 |
⚠️ Called 6660 times (likely in product loop) |
rest_url_prefix |
5783 |
⚠️ Called 5783 times (likely in product loop) |
gettext_woocommerce |
4353 |
⚠️ Called 4353 times (likely in product loop) |
woocommerce_rest_is_request_to_rest_api |
2863 |
⚠️ Called 2863 times (likely in product loop) |
wcml_client_currency |
2860 |
⚠️ Called 2860 times (likely in product loop) |
pre_option_woocommerce_currency |
2708 |
⚠️ Called 2708 times (likely in product loop) |
option_woocommerce_currency |
2708 |
⚠️ Called 2708 times (likely in product loop) |
wp_doing_ajax |
2384 |
⚠️ Called 2384 times (likely in product loop) |
wcml_load_multi_currency |
2346 |
⚠️ Called 2346 times (likely in product loop) |
wcml_load_multi_currency_in_ajax |
2346 |
⚠️ Called 2346 times (likely in product loop) |
get_post_metadata |
2168 |
⚠️ Called 2168 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 |
1734 |
⚠️ Called 1734 times (likely in product loop) |
gettext_flexible-shipping |
941 |
⚠️ Should not run |
attribute_escape |
865 |
⚠️ Called 865 times (likely in product loop) |
sanitize_text_field |
784 |
⚠️ Called 784 times (likely in product loop) |
set_url_scheme |
667 |
⚠️ Called 667 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.