Query Metrics
1
Database Queries
1
Different statements
2.21 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.21 ms (100.00%) |
1 |
SELECT r0_.id AS id_0, r1_.nombre AS nombre_1, r0_.imagen AS imagen_2 FROM region r0_ LEFT JOIN region_translation r1_ ON r0_.id = r1_.objeto_id LEFT JOIN locale l2_ ON r1_.locale_id = l2_.id WHERE l2_.locale = ? AND r0_.visible = 1 ORDER BY r0_.orden ASC
Parameters:
[
"es"
]
|
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\Region | No errors. |
| App\Entity\RegionTranslation | No errors. |
| App\Entity\Locale | No errors. |