Query Metrics
33
Database Queries
2
Different statements
4.92 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.36 ms (88.59%) |
32 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM recipe t0 INNER JOIN session_recipe ON t0.id = session_recipe.recipe_id WHERE session_recipe.session_id = ?
Parameters:
[
17
]
|
|
0.56 ms (11.41%) |
1 |
SELECT t0.id AS id_1, t0.date AS date_2 FROM session t0
Parameters:
[] |
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\Session | No errors. |
| App\Entity\Recipe | No errors. |
| App\Entity\Product | No errors. |