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

Query Metrics

43 Database Queries
11 Different statements
110.88 ms Query time
3 Invalid entities
100 Managed entities

Grouped Statements

Show all queries

Time Count Info
34.80 ms
(31.39%)
9
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:
[
  931
]
33.50 ms
(30.21%)
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
]
18.33 ms
(16.53%)
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:
[
  931
]
15.83 ms
(14.27%)
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"
]
5.64 ms
(5.09%)
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"
]
0.97 ms
(0.87%)
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"
]
0.93 ms
(0.83%)
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 27
Parameters:
[
  "innenraum"
]
0.31 ms
(0.28%)
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.26 ms
(0.24%)
1
INSERT INTO carts (session_id, type, created_at, updated_at, deleted_at, customer_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "vfihtd3g7ljkqoqplg4uccrmv1"
  "cart"
  "2025-07-20 07:39:22"
  "2025-07-20 07:39:22"
  null
  null
]
0.15 ms
(0.14%)
1
"COMMIT"
Parameters:
[]
0.15 ms
(0.14%)
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 48
App\Entity\ProductImage 33
App\Entity\Product 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.