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

Query Metrics

3 Database Queries
3 Different statements
18.12 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 6.86 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  8
]
2 10.34 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:
[
  8
]
3 0.92 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:
[
  25
]

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.