Query Metrics
1
Database Queries
1
Different statements
2.47 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.47 ms |
SELECT n0_.clave_noticias AS clave_noticias_0, n0_.fecha AS fecha_1, n0_.fechaFin AS fechaFin_2, t1_.titulo AS titulo_3, t1_.cabecera AS cabecera_4, t1_.contenido AS contenido_5 FROM traducciones__noticias t1_ INNER JOIN noticias n0_ ON t1_.noticia = n0_.clave_noticias WHERE t1_.idioma = ? AND n0_.tipoNoticia = ? AND CURRENT_TIMESTAMP < n0_.fechaFin ORDER BY n0_.fecha DESC
Parameters:
[ "en" 2 ] |
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\TraduccionesNoticiasEntity | No errors. |
App\Entity\NoticiasEntity | No errors. |