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

Query Metrics

5 Database Queries
3 Different statements
3.21 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  6
]
2 0.59 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:
[
  6
]
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:
[
  13
]
4 0.77 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:
[
  15
]
5 0.44 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:
[
  24
]

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.