GET https://gelbeeimershop.com/collection/innenraum?page=5

Query Metrics

39 Database Queries
11 Different statements
82.44 ms Query time
3 Invalid entities
38 Managed entities

Grouped Statements

Show all queries

Time Count Info
26.37 ms
(31.99%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM products p0_ INNER JOIN products_categories p2_ ON p0_.id = p2_.product_id INNER JOIN `product_categories` p1_ ON p1_.id = p2_.product_category_id WHERE p1_.slug = ?
Parameters:
[
  "innenraum"
]
18.17 ms
(22.04%)
1
INSERT INTO carts (session_id, type, created_at, updated_at, deleted_at, customer_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "crsppjbqgl1gt3a88aa363ppgi"
  "cart"
  "2025-07-20 12:11:15"
  "2025-07-20 12:11:15"
  null
  null
]
10.93 ms
(13.26%)
1
"COMMIT"
Parameters:
[]
10.25 ms
(12.43%)
9
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters:
[
  "default_currency"
]
9.29 ms
(11.27%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.icon AS icon_6, t0.is_active_in_menu AS is_active_in_menu_7, t0.is_active_in_filters AS is_active_in_filters_8, t0.super_category_id AS super_category_id_9 FROM `product_categories` t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "innenraum"
]
2.24 ms
(2.72%)
9
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "EUR"
  1
]
2.23 ms
(2.71%)
9
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
Parameters:
[
  816
]
1.28 ms
(1.55%)
5
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
Parameters:
[
  816
]
0.96 ms
(1.16%)
1
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.name AS name_2, p0_.description AS description_3, p0_.price AS price_4, p0_.slug AS slug_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.deleted_at AS deleted_at_8 FROM products p0_ INNER JOIN products_categories p2_ ON p0_.id = p2_.product_id INNER JOIN `product_categories` p1_ ON p1_.id = p2_.product_category_id WHERE p1_.slug = ? ORDER BY p0_.name ASC LIMIT 9 OFFSET 36
Parameters:
[
  "innenraum"
]
0.47 ms
(0.57%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.icon AS icon_6, t0.is_active_in_menu AS is_active_in_menu_7, t0.is_active_in_filters AS is_active_in_filters_8, t0.super_category_id AS super_category_id_9 FROM `product_categories` t0 WHERE t0.super_category_id IS NULL ORDER BY t0.name ASC
Parameters:
[]
0.24 ms
(0.29%)
1
"START TRANSACTION"
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\ProductOptionValue 10
App\Entity\Product 9
App\Entity\ProductImage 9
App\Entity\ProductCategory 6
App\Entity\Cart 1
App\Entity\ProductOption 1
App\Entity\Configuration 1
App\Entity\Currency 1

Entities Mapping

Class Mapping errors
App\Entity\ProductCategory No errors.
App\Entity\Product No errors.
App\Entity\ProductTag No errors.
App\Entity\Cart No errors.
App\Entity\CartItem No errors.
App\Entity\Address No errors.
App\Entity\Customer No errors.
App\Entity\ProductAttributeValue
  • The mappings App\Entity\ProductAttributeValue#attribute and App\Entity\ProductAttribute#values are inconsistent with each other.
App\Entity\ProductOptionValue
  • The mappings App\Entity\ProductOptionValue#option and App\Entity\ProductOption#values are inconsistent with each other.
App\Entity\ProductImage No errors.
App\Entity\ProductOption
  • The association App\Entity\ProductOption#values refers to the owning side field App\Entity\ProductOptionValue#productOption which does not exist.
App\Entity\Configuration No errors.
App\Entity\Currency No errors.