Query Metrics
1
Database Queries
1
Different statements
1.47 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.47 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.slug AS slug_3, t0.resumen AS resumen_4, t0.contenido AS contenido_5, t0.imagen1 AS imagen1_6, t0.fecha AS fecha_7, t0.activo AS activo_8, t0.autor_id AS autor_id_9, t10.id AS id_11, t10.email AS email_12, t10.roles AS roles_13, t10.password AS password_14, t10.miembrop8 AS miembrop8_15, t10.foto AS foto_16, t10.bio AS bio_17, t10.nick AS nick_18 FROM entrada t0 INNER JOIN usuario t10 ON t0.autor_id = t10.id WHERE t0.activo = ? ORDER BY t0.fecha DESC LIMIT 4
Parameters:
[
1
]
|
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\Entrada | 4 |
| App\Entity\Usuario | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Entrada | No errors. |
| App\Entity\Usuario | No errors. |