GET https://estrenauto.iridian.co/noticias/carros-usados-certificados-la-opcin-inteligente-de-compra

Query Metrics

59 Database Queries
7 Different statements
45.95 ms Query time
1 Invalid entities
57 Managed entities

Grouped Statements

Show all queries

Time Count Info
33.91 ms
(73.81%)
51
SELECT t0_.id AS id_0, t0_.llave AS llave_1, t0_.valor AS valor_2, t0_.descripcion AS descripcion_3, t0_.categoria AS categoria_4, t0_.orden AS orden_5, t0_.activo AS activo_6, t0_.created_at AS created_at_7, t0_.updated_at AS updated_at_8 FROM textos t0_ WHERE t0_.llave = ? AND t0_.activo = ?
Parameters:
[
  "header.nav.new_vehicles"
  1
]
3.56 ms
(7.75%)
1
SELECT n0_.id AS id_0, n0_.titulo AS titulo_1, n0_.contenido AS contenido_2, n0_.fecha_creacion AS fecha_creacion_3, n0_.fecha_publicacion AS fecha_publicacion_4, n0_.estado AS estado_5, n0_.meta_titulo AS meta_titulo_6, n0_.meta_descripcion AS meta_descripcion_7, n0_.meta_etiquetas AS meta_etiquetas_8, n0_.activo AS activo_9, n0_.slug AS slug_10, n0_.etiquetas AS etiquetas_11, n0_.imagen_id AS imagen_id_12, n0_.etiqueta_id AS etiqueta_id_13 FROM noticias n0_ WHERE n0_.slug = ? AND n0_.activo = ? AND n0_.fecha_publicacion <= ? AND n0_.estado = ?
Parameters:
[
  "carros-usados-certificados-la-opcin-inteligente-de-compra"
  1
  "2026-03-07 21:38:12"
  1
]
3.48 ms
(7.57%)
1
SELECT n0_.id AS id_0, n0_.titulo AS titulo_1, n0_.contenido AS contenido_2, n0_.fecha_creacion AS fecha_creacion_3, n0_.fecha_publicacion AS fecha_publicacion_4, n0_.estado AS estado_5, n0_.meta_titulo AS meta_titulo_6, n0_.meta_descripcion AS meta_descripcion_7, n0_.meta_etiquetas AS meta_etiquetas_8, n0_.activo AS activo_9, n0_.slug AS slug_10, n0_.etiquetas AS etiquetas_11, n0_.imagen_id AS imagen_id_12, n0_.etiqueta_id AS etiqueta_id_13 FROM noticias n0_ WHERE n0_.activo = ? AND n0_.fecha_publicacion <= ? AND n0_.estado = ? AND n0_.id <> ? ORDER BY n0_.fecha_publicacion DESC LIMIT 4
Parameters:
[
  1
  "2026-03-07 21:38:12"
  1
  9
]
2.30 ms
(5.01%)
3
SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.descripcion AS descripcion_2, t0_.orden AS orden_3, t0_.visible AS visible_4, t0_.created_at AS created_at_5 FROM tipos_vehiculo t0_ WHERE t0_.visible = ? ORDER BY t0_.orden ASC, t0_.nombre ASC
Parameters:
[
  1
]
1.00 ms
(2.17%)
1
SELECT i0_.id AS id_0, i0_.filename AS filename_1, i0_.filename_mobile AS filename_mobile_2, i0_.path AS path_3, i0_.link AS link_4, i0_.size AS size_5, i0_.mime_type AS mime_type_6, i0_.size_mobile AS size_mobile_7, i0_.mime_type_mobile AS mime_type_mobile_8, i0_.alt AS alt_9, i0_.titulo AS titulo_10, i0_.descripcion AS descripcion_11, i0_.llave AS llave_12, i0_.seccion AS seccion_13, i0_.orden AS orden_14, i0_.visible AS visible_15, i0_.created_at AS created_at_16, i0_.updated_at AS updated_at_17, i0_.galeria_id AS galeria_id_18 FROM imagenes i0_ WHERE i0_.llave = ? AND i0_.visible = ?
Parameters:
[
  "img-favicon"
  1
]
0.87 ms
(1.90%)
1
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.filename_mobile AS filename_mobile_3, t0.path AS path_4, t0.link AS link_5, t0.size AS size_6, t0.mime_type AS mime_type_7, t0.size_mobile AS size_mobile_8, t0.mime_type_mobile AS mime_type_mobile_9, t0.alt AS alt_10, t0.titulo AS titulo_11, t0.descripcion AS descripcion_12, t0.llave AS llave_13, t0.seccion AS seccion_14, t0.orden AS orden_15, t0.visible AS visible_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.galeria_id AS galeria_id_19 FROM imagenes t0 WHERE t0.id = ?
Parameters:
[
  3498
]
0.82 ms
(1.78%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.color AS color_4 FROM etiquetas t0 WHERE t0.id = ?
Parameters:
[
  7
]

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\Texto 40
App\Entity\TipoVehiculo 9
App\Entity\Noticia 5
App\Entity\Imagen 2
App\Entity\Etiqueta 1

Entities Mapping

Class Mapping errors
App\Entity\Noticia No errors.
App\Entity\Imagen No errors.
App\Entity\Etiqueta
  • The field App\Entity\Etiqueta#noticias is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Noticia#etiqueta does not contain the required 'inversedBy: "noticias"' attribute.
App\Entity\Galeria No errors.
App\Entity\Texto No errors.
App\Entity\TipoVehiculo No errors.