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

Query Metrics

8 Database Queries
3 Different statements
4.44 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.96 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]
2 0.57 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:
[
  1
]
3 0.81 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:
[
  1
]
4 0.31 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:
[
  2
]
5 0.51 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:
[
  19
]
6 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:
[
  34
]
7 0.66 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:
[
  35
]
8 0.32 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:
[
  36
]

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.