Query Metrics
2
Database Queries
2
Different statements
782.28 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 683.03 ms |
SELECT p0_.id AS id_0, p1_.nombre AS nombre_1 FROM pais p0_ LEFT JOIN pais_translation p1_ ON p0_.id = p1_.objeto_id LEFT JOIN locale l2_ ON p1_.locale_id = l2_.id WHERE l2_.locale = ? GROUP BY p0_.id ORDER BY p1_.nombre ASC
Parameters:
[
"es"
]
|
| 2 | 99.25 ms |
SELECT d0_.id AS id_0, d1_.nombre AS nombre_1 FROM document_type d0_ LEFT JOIN document_type_translation d1_ ON d0_.id = d1_.object_id LEFT JOIN locale l2_ ON d1_.locale_id = l2_.id WHERE l2_.locale = ? GROUP BY d0_.id ORDER BY d1_.nombre 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\Pais |
|
| App\Entity\PaisTranslation |
|
| App\Entity\Locale | No errors. |
| App\Entity\DocumentType | No errors. |
| App\Entity\DocumentTypeTranslation | No errors. |