GET https://chris.amorce.org/create

Query Metrics

3 Database Queries
1 Different statements
2.72 ms Query time
0 Invalid entities
55 Managed entities

Queries

Group similar statements

# Time Info
1 1.84 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 WHERE t0.type = ?
Parameters:
[
  "base"
]
2 0.45 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 WHERE t0.type = ?
Parameters:
[
  "fruit"
]
3 0.43 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 WHERE t0.type = ?
Parameters:
[
  "extra"
]

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 55

Entities Mapping

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