GET https://ravarotto.tadit.fr/cakes/4

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.base_price AS base_price_4, t0.is_active AS is_active_5, t0.image_path AS image_path_6, t0.created_at AS created_at_7 FROM cake t0 WHERE t0.id = ?
Parameters:
[
  4
]
2 0.40 ms
SELECT p0_.id AS id_0, p0_.slug AS slug_1, p0_.title AS title_2, p0_.content AS content_3, p0_.is_visible AS is_visible_4, p0_.menu_order AS menu_order_5, p0_.updated_at AS updated_at_6 FROM page p0_ WHERE p0_.is_visible = 1 ORDER BY p0_.menu_order ASC, p0_.title ASC
Parameters:
[]
3 0.42 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.position AS position_3, t0.cake_id AS cake_id_4 FROM cake_image t0 WHERE t0.cake_id = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  4
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Page 3
App\Entity\Cake 1
App\Entity\CakeImage 1

Entities Mapping

Class Mapping errors
App\Entity\Cake No errors.
App\Entity\CakeImage No errors.
App\Entity\Page No errors.