GET http://www.template.patrimoine-roses.bosscom.ovh/public/fr/detail/58

Query Metrics

2 Database Queries
2 Different statements
2.85 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.15 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.photo AS photo_5, t0.is_active AS is_active_6, t0.category_id AS category_id_7 FROM product t0 WHERE t0.id = ?
Parameters:
[
  58
]
2 1.69 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.photo AS photo_5, t0.is_active AS is_active_6, t0.category_id AS category_id_7 FROM product t0 WHERE t0.category_id IN (?, ?, ?) ORDER BY t0.id ASC
Parameters:
[
  6
  7
  8
]

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\Product
  • The association App\Entity\Product#category refers to the inverse side field App\Entity\Category#products which does not exist.
App\Entity\Category No errors.