GET https://symfony.tupleshop.com/product/4

Query Metrics

11 Database Queries
3 Different statements
4.35 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.03 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  4
]
2 0.61 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3, t0.image_url AS image_url_4, t0.product_url AS product_url_5, t0.resource_url AS resource_url_6 FROM product t0 INNER JOIN product_category ON t0.id = product_category.product_id WHERE product_category.category_id = ?
Parameters:
[
  4
]
3 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  7
]
4 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  8
]
5 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  10
]
6 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  11
]
7 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  16
]
8 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  17
]
9 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  22
]
10 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  23
]
11 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  26
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Product No errors.
App\Entity\HardwareTest No errors.