Query Metrics
                3
                Database Queries
            
            
                3
                Different statements
            
            
                75.71 ms
                Query time
            
            
                0
                Invalid entities
            
        Grouped Statements
| Time▼ | Count | Info | 
|---|---|---|
| 65.20 ms (86.11%) | 1 | SELECT COUNT(DISTINCT v0_.centro) AS sclr_0 FROM ventas v0_ WHERE v0_.diaslicencia IS NOT NULL AND DATE_ADD(v0_.fechapedido, INTERVAL v0_.diaslicencia DAY) >= CURRENT_DATE 
                                                Parameters:  [] | 
| 5.46 ms (7.21%) | 1 | SELECT t0_.clave AS clave_0, t0_.persona AS persona_1, t0_.cargo AS cargo_2, t0_.web AS web_3, t1_.texto AS texto_4, c2_.nombre AS nombre_5, c2_.localidad AS localidad_6, p3_.nombre AS nombre_7, p4_.nombre AS nombre_8, c5_.nombre AS nombre_9 FROM testimonios__datos t0_ INNER JOIN testimonios__texto t1_ ON (t0_.clave = t1_.testimonio AND t1_.idioma = ?) INNER JOIN centros c2_ ON (t0_.centro = c2_.clave) INNER JOIN paises p4_ ON (p4_.clave = c2_.pais) LEFT JOIN testimonios__datos t6_ ON (t0_.centro = t6_.centro AND t0_.clave < t6_.clave) LEFT JOIN provincias p3_ ON (p3_.clave = c2_.provincia) LEFT JOIN comunidades c5_ ON (p3_.comunidad = c5_.clave) WHERE t6_.clave IS NULL AND c2_.pais <> ? AND t0_.verificado = 1 AND t0_.publicado = 1 AND t0_.consentimiento = 1 
                                                Parameters:  [ "en" "US" ] | 
| 5.05 ms (6.68%) | 1 | SELECT t0_.clave AS clave_0, t0_.persona AS persona_1, t0_.cargo AS cargo_2, t0_.web AS web_3, t1_.texto AS texto_4, c2_.nombre AS nombre_5, c2_.localidad AS localidad_6, p3_.nombre AS nombre_7, p4_.nombre AS nombre_8, c5_.nombre AS nombre_9 FROM testimonios__datos t0_ INNER JOIN testimonios__texto t1_ ON (t0_.clave = t1_.testimonio AND t1_.idioma = ?) INNER JOIN centros c2_ ON (t0_.centro = c2_.clave) INNER JOIN paises p4_ ON (p4_.clave = c2_.pais) LEFT JOIN testimonios__datos t6_ ON (t0_.centro = t6_.centro AND t0_.clave < t6_.clave) LEFT JOIN provincias p3_ ON (p3_.clave = c2_.provincia) LEFT JOIN comunidades c5_ ON (p3_.comunidad = c5_.clave) WHERE t6_.clave IS NULL AND c2_.pais = ? AND t0_.verificado = 1 AND t0_.publicado = 1 AND t0_.consentimiento = 1 
                                                Parameters:  [ "en" "US" ] | 
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\TestimonioEntity | No errors. | 
| App\Entity\TextoTestimonioEntity | No errors. | 
| App\Entity\CentroEntity | No errors. | 
| App\Entity\PaisEntity | No errors. | 
| App\Entity\ProvinciaEntity | No errors. | 
| App\Entity\ComunidadEntity | No errors. | 
| App\Entity\VentasEntity | No errors. |