GET https://instacode.ges-eas.com/catalogue?category=Apple%20iTunes&page=2

Query Metrics

7 Database Queries
6 Different statements
7.86 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 1.21 ms
SELECT s0_.id AS id_0, s0_.payment_sandbox AS payment_sandbox_1, s0_.payment_seamless_enabled AS payment_seamless_enabled_2, s0_.payment_timeout_sec AS payment_timeout_sec_3, s0_.payment_success_message AS payment_success_message_4, s0_.payment_failure_message AS payment_failure_message_5, s0_.wupex_fulfillment_max_retries AS wupex_fulfillment_max_retries_6, s0_.wupex_fulfillment_retry_delay_sec AS wupex_fulfillment_retry_delay_sec_7, s0_.wupex_manual_relaunch_enabled AS wupex_manual_relaunch_enabled_8, s0_.catalog_page_size AS catalog_page_size_9, s0_.catalog_show_stock AS catalog_show_stock_10, s0_.catalog_default_sort AS catalog_default_sort_11, s0_.order_min_amount_xof AS order_min_amount_xof_12, s0_.order_max_amount_xof AS order_max_amount_xof_13, s0_.order_require_phone AS order_require_phone_14, s0_.loyalty_points_expiry_days AS loyalty_points_expiry_days_15, s0_.loyalty_points_per_order_cap AS loyalty_points_per_order_cap_16, s0_.loyalty_event_bonus_percent AS loyalty_event_bonus_percent_17, s0_.referral_max_per_month AS referral_max_per_month_18, s0_.referral_first_order_only AS referral_first_order_only_19, s0_.seo_home_title AS seo_home_title_20, s0_.seo_promo_banner_text AS seo_promo_banner_text_21, s0_.cms_footer_text AS cms_footer_text_22, s0_.updated_at AS updated_at_23 FROM system_setting s0_ ORDER BY s0_.id ASC LIMIT 1
Parameters:
[]
2 1.01 ms
SELECT p0_.id AS id_0, p0_.base_currency AS base_currency_1, p0_.display_currency AS display_currency_2, p0_.manual_rate AS manual_rate_3, p0_.auto_update_rate AS auto_update_rate_4, p0_.commission_percent AS commission_percent_5, p0_.exchange_rate_api_url AS exchange_rate_api_url_6, p0_.updated_at AS updated_at_7 FROM pricing_setting p0_ ORDER BY p0_.id ASC LIMIT 1
Parameters:
[]
3 1.06 ms
SELECT MIN(p0_.purchase_price) AS sclr_0, MAX(p0_.purchase_price) AS sclr_1 FROM product p0_ WHERE p0_.enabled = ? AND p0_.category = ?
Parameters:
[
  1
  "Apple iTunes"
]
4 1.03 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM product p0_ WHERE p0_.enabled = ? AND p0_.category = ?
Parameters:
[
  1
  "Apple iTunes"
]
5 1.25 ms
SELECT p0_.id AS id_0, p0_.sku AS sku_1, p0_.product_code AS product_code_2, p0_.name AS name_3, p0_.type AS type_4, p0_.sub_type AS sub_type_5, p0_.category AS category_6, p0_.purchase_price AS purchase_price_7, p0_.sale_price AS sale_price_8, p0_.enabled AS enabled_9, p0_.image_url AS image_url_10, p0_.last_synced_at AS last_synced_at_11 FROM product p0_ WHERE p0_.enabled = ? AND p0_.category = ? ORDER BY p0_.type ASC, p0_.name ASC LIMIT 15 OFFSET 15
Parameters:
[
  1
  "Apple iTunes"
]
6 1.19 ms
SELECT DISTINCT p0_.category AS category_0 FROM product p0_ WHERE p0_.enabled = ? AND p0_.category IS NOT NULL AND p0_.category <> '' ORDER BY p0_.category ASC
Parameters:
[
  1
]
7 1.10 ms
SELECT s0_.id AS id_0, s0_.payment_sandbox AS payment_sandbox_1, s0_.payment_seamless_enabled AS payment_seamless_enabled_2, s0_.payment_timeout_sec AS payment_timeout_sec_3, s0_.payment_success_message AS payment_success_message_4, s0_.payment_failure_message AS payment_failure_message_5, s0_.wupex_fulfillment_max_retries AS wupex_fulfillment_max_retries_6, s0_.wupex_fulfillment_retry_delay_sec AS wupex_fulfillment_retry_delay_sec_7, s0_.wupex_manual_relaunch_enabled AS wupex_manual_relaunch_enabled_8, s0_.catalog_page_size AS catalog_page_size_9, s0_.catalog_show_stock AS catalog_show_stock_10, s0_.catalog_default_sort AS catalog_default_sort_11, s0_.order_min_amount_xof AS order_min_amount_xof_12, s0_.order_max_amount_xof AS order_max_amount_xof_13, s0_.order_require_phone AS order_require_phone_14, s0_.loyalty_points_expiry_days AS loyalty_points_expiry_days_15, s0_.loyalty_points_per_order_cap AS loyalty_points_per_order_cap_16, s0_.loyalty_event_bonus_percent AS loyalty_event_bonus_percent_17, s0_.referral_max_per_month AS referral_max_per_month_18, s0_.referral_first_order_only AS referral_first_order_only_19, s0_.seo_home_title AS seo_home_title_20, s0_.seo_promo_banner_text AS seo_promo_banner_text_21, s0_.cms_footer_text AS cms_footer_text_22, s0_.updated_at AS updated_at_23 FROM system_setting s0_ ORDER BY s0_.id ASC LIMIT 1
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Product 9
App\Entity\SystemSetting 1
App\Entity\PricingSetting 1

Entities Mapping

Class Mapping errors
App\Entity\SystemSetting No errors.
App\Entity\PricingSetting No errors.
App\Entity\Product No errors.