GET https://chris.amorce.org/smoothies/13

Query Metrics

2 Database Queries
2 Different statements
2.19 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 1.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.price AS price_5, t0.is_active AS is_active_6, t0.is_popular AS is_popular_7, t0.category AS category_8 FROM smoothie t0 WHERE t0.id = ?
Parameters:
[
  "13"
]
2 1.02 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.type AS type_4, t0.calories AS calories_5, t0.sugar AS sugar_6, t0.protein AS protein_7, t0.color AS color_8, t0.fiber AS fiber_9, t0.stock AS stock_10 FROM ingredient t0 INNER JOIN smoothie_ingredient ON t0.id = smoothie_ingredient.ingredient_id WHERE smoothie_ingredient.smoothie_id = ?
Parameters:
[
  13
]

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\Ingredient 4
App\Entity\Smoothie 1

Entities Mapping

Class Mapping errors
App\Entity\Smoothie No errors.
App\Entity\Ingredient No errors.
App\Entity\User No errors.