51.24 ms (81.26%)
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
]
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 = 'header.nav.new_vehicles' AND t0_ . activo = 1 ;
Copy
4.90 ms (7.77%)
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 :
[
"tecnologa-automotriz-innovaciones-que-cambiarn-tu-forma-de-manejar "
1
"2026-03-07 19:50:04 "
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 = 'tecnologa-automotriz-innovaciones-que-cambiarn-tu-forma-de-manejar' AND n0_ . activo = 1 AND n0_ . fecha_publicacion < = '2026-03-07 19:50:04' AND n0_ . estado = 1 ;
Copy
3.55 ms (5.62%)
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
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 = 1 ORDER BY t0_ . orden ASC , t0_ . nombre ASC ;
Copy
1.05 ms (1.67%)
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 19:50:04 "
1
7
]
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 = 1 AND n0_ . fecha_publicacion < = '2026-03-07 19:50:04' AND n0_ . estado = 1 AND n0_ . id < > 7 ORDER BY n0_ . fecha_publicacion DESC LIMIT 4 ;
Copy
1.01 ms (1.60%)
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
]
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 = 'img-favicon' AND i0_ . visible = 1 ;
Copy
0.85 ms (1.34%)
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 = ?
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 = 3498 ;
Copy
0.47 ms (0.74%)
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 = ?
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 = 7 ;
Copy