1
2.54 ms
SELECT c0_ . id AS id_0 , c0_ . titulo AS titulo_1 , c0_ . descripcion AS descripcion_2 , c0_ . orden AS orden_3 , c0_ . activo AS activo_4 , c0_ . created_at AS created_at_5 , c0_ . updated_at AS updated_at_6 , i1_ . id AS id_7 , i1_ . filename AS filename_8 , i1_ . filename_mobile AS filename_mobile_9 , i1_ . path AS path_10 , i1_ . link AS link_11 , i1_ . size AS size_12 , i1_ . mime_type AS mime_type_13 , i1_ . size_mobile AS size_mobile_14 , i1_ . mime_type_mobile AS mime_type_mobile_15 , i1_ . alt AS alt_16 , i1_ . titulo AS titulo_17 , i1_ . descripcion AS descripcion_18 , i1_ . llave AS llave_19 , i1_ . seccion AS seccion_20 , i1_ . orden AS orden_21 , i1_ . visible AS visible_22 , i1_ . created_at AS created_at_23 , i1_ . updated_at AS updated_at_24 , c0_ . imagen_id AS imagen_id_25 , i1_ . galeria_id AS galeria_id_26 FROM caracteristicas c0_ LEFT JOIN imagenes i1_ ON c0_ . imagen_id = i1_ . id WHERE c0_ . activo = ? ORDER BY c0_ . orden ASC , c0_ . id ASC
SELECT c0_ . id AS id_0 , c0_ . titulo AS titulo_1 , c0_ . descripcion AS descripcion_2 , c0_ . orden AS orden_3 , c0_ . activo AS activo_4 , c0_ . created_at AS created_at_5 , c0_ . updated_at AS updated_at_6 , i1_ . id AS id_7 , i1_ . filename AS filename_8 , i1_ . filename_mobile AS filename_mobile_9 , i1_ . path AS path_10 , i1_ . link AS link_11 , i1_ . size AS size_12 , i1_ . mime_type AS mime_type_13 , i1_ . size_mobile AS size_mobile_14 , i1_ . mime_type_mobile AS mime_type_mobile_15 , i1_ . alt AS alt_16 , i1_ . titulo AS titulo_17 , i1_ . descripcion AS descripcion_18 , i1_ . llave AS llave_19 , i1_ . seccion AS seccion_20 , i1_ . orden AS orden_21 , i1_ . visible AS visible_22 , i1_ . created_at AS created_at_23 , i1_ . updated_at AS updated_at_24 , c0_ . imagen_id AS imagen_id_25 , i1_ . galeria_id AS galeria_id_26 FROM caracteristicas c0_ LEFT JOIN imagenes i1_ ON c0_ . imagen_id = i1_ . id WHERE c0_ . activo = 1 ORDER BY c0_ . orden ASC , c0_ . id ASC ;
Copy
2
1.39 ms
SELECT c0_ . id AS id_0 , c0_ . nombre AS nombre_1 , c0_ . departamento AS departamento_2 , c0_ . orden AS orden_3 , c0_ . visible AS visible_4 , c0_ . created_at AS created_at_5 FROM ciudades c0_ WHERE c0_ . visible = ? ORDER BY c0_ . nombre ASC
SELECT c0_ . id AS id_0 , c0_ . nombre AS nombre_1 , c0_ . departamento AS departamento_2 , c0_ . orden AS orden_3 , c0_ . visible AS visible_4 , c0_ . created_at AS created_at_5 FROM ciudades c0_ WHERE c0_ . visible = 1 ORDER BY c0_ . nombre ASC ;
Copy
3
3.88 ms
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
4
16.73 ms
SELECT m0_ . id AS id_0 , m0_ . nombre AS nombre_1 , m0_ . orden AS orden_2 , m0_ . visible AS visible_3 , m0_ . created_at AS created_at_4 , m0_ . imagen_id AS imagen_id_5 FROM marca m0_ WHERE m0_ . visible = ? ORDER BY m0_ . orden ASC , m0_ . nombre ASC
SELECT m0_ . id AS id_0 , m0_ . nombre AS nombre_1 , m0_ . orden AS orden_2 , m0_ . visible AS visible_3 , m0_ . created_at AS created_at_4 , m0_ . imagen_id AS imagen_id_5 FROM marca m0_ WHERE m0_ . visible = 1 ORDER BY m0_ . orden ASC , m0_ . nombre ASC ;
Copy
5
1.30 ms
SELECT m0_ . id AS id_0 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id WHERE m0_ . visible = 1 AND m1_ . visible = 1 AND m0_ . destacado_home = 1 ORDER BY m0_ . created_at DESC
SELECT m0_ . id AS id_0 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id WHERE m0_ . visible = 1 AND m1_ . visible = 1 AND m0_ . destacado_home = 1 ORDER BY m0_ . created_at DESC ;
Copy
6
2.39 ms
SELECT m0_ . id AS id_0 , m0_ . nombre AS nombre_1 , m0_ . slug AS slug_2 , m0_ . descripcion AS descripcion_3 , m0_ . precio AS precio_4 , m0_ . precio_desde AS precio_desde_5 , m0_ . precio_hasta AS precio_hasta_6 , m0_ . year AS year_7 , m0_ . img_thumbnail AS img_thumbnail_8 , m0_ . img_fotos AS img_fotos_9 , m0_ . url_modelo AS url_modelo_10 , m0_ . url_catalogo AS url_catalogo_11 , m0_ . fuente_precio AS fuente_precio_12 , m0_ . scrape_date AS scrape_date_13 , m0_ . orden AS orden_14 , m0_ . visible AS visible_15 , m0_ . destacado_home AS destacado_home_16 , m0_ . es_nuevo AS es_nuevo_17 , m0_ . vistas AS vistas_18 , m0_ . calificacion AS calificacion_19 , m0_ . created_at AS created_at_20 , m0_ . img AS img_21 , m1_ . id AS id_22 , m1_ . nombre AS nombre_23 , m1_ . orden AS orden_24 , m1_ . visible AS visible_25 , m1_ . created_at AS created_at_26 , m2_ . id AS id_27 , m2_ . orden AS orden_28 , m2_ . principal AS principal_29 , m2_ . created_at AS created_at_30 , i3_ . id AS id_31 , i3_ . filename AS filename_32 , i3_ . filename_mobile AS filename_mobile_33 , i3_ . path AS path_34 , i3_ . link AS link_35 , i3_ . size AS size_36 , i3_ . mime_type AS mime_type_37 , i3_ . size_mobile AS size_mobile_38 , i3_ . mime_type_mobile AS mime_type_mobile_39 , i3_ . alt AS alt_40 , i3_ . titulo AS titulo_41 , i3_ . descripcion AS descripcion_42 , i3_ . llave AS llave_43 , i3_ . seccion AS seccion_44 , i3_ . orden AS orden_45 , i3_ . visible AS visible_46 , i3_ . created_at AS created_at_47 , i3_ . updated_at AS updated_at_48 , t4_ . id AS id_49 , t4_ . nombre AS nombre_50 , t4_ . descripcion AS descripcion_51 , t4_ . orden AS orden_52 , t4_ . visible AS visible_53 , t4_ . created_at AS created_at_54 , m0_ . marca_id AS marca_id_55 , m0_ . tipo_vehiculo_id AS tipo_vehiculo_id_56 , m1_ . imagen_id AS imagen_id_57 , m2_ . modelo_id AS modelo_id_58 , m2_ . imagen_id AS imagen_id_59 , i3_ . galeria_id AS galeria_id_60 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id LEFT JOIN modelo_imagenes m2_ ON m0_ . id = m2_ . modelo_id LEFT JOIN imagenes i3_ ON m2_ . imagen_id = i3_ . id LEFT JOIN tipos_vehiculo t4_ ON m0_ . tipo_vehiculo_id = t4_ . id WHERE m0_ . id IN (? ) ORDER BY m0_ . created_at DESC , m2_ . principal DESC , m2_ . orden ASC
SELECT
m0_ . id AS id_0 ,
m0_ . nombre AS nombre_1 ,
m0_ . slug AS slug_2 ,
m0_ . descripcion AS descripcion_3 ,
m0_ . precio AS precio_4 ,
m0_ . precio_desde AS precio_desde_5 ,
m0_ . precio_hasta AS precio_hasta_6 ,
m0_ . year AS year_7 ,
m0_ . img_thumbnail AS img_thumbnail_8 ,
m0_ . img_fotos AS img_fotos_9 ,
m0_ . url_modelo AS url_modelo_10 ,
m0_ . url_catalogo AS url_catalogo_11 ,
m0_ . fuente_precio AS fuente_precio_12 ,
m0_ . scrape_date AS scrape_date_13 ,
m0_ . orden AS orden_14 ,
m0_ . visible AS visible_15 ,
m0_ . destacado_home AS destacado_home_16 ,
m0_ . es_nuevo AS es_nuevo_17 ,
m0_ . vistas AS vistas_18 ,
m0_ . calificacion AS calificacion_19 ,
m0_ . created_at AS created_at_20 ,
m0_ . img AS img_21 ,
m1_ . id AS id_22 ,
m1_ . nombre AS nombre_23 ,
m1_ . orden AS orden_24 ,
m1_ . visible AS visible_25 ,
m1_ . created_at AS created_at_26 ,
m2_ . id AS id_27 ,
m2_ . orden AS orden_28 ,
m2_ . principal AS principal_29 ,
m2_ . created_at AS created_at_30 ,
i3_ . id AS id_31 ,
i3_ . filename AS filename_32 ,
i3_ . filename_mobile AS filename_mobile_33 ,
i3_ . path AS path_34 ,
i3_ . link AS link_35 ,
i3_ . size AS size_36 ,
i3_ . mime_type AS mime_type_37 ,
i3_ . size_mobile AS size_mobile_38 ,
i3_ . mime_type_mobile AS mime_type_mobile_39 ,
i3_ . alt AS alt_40 ,
i3_ . titulo AS titulo_41 ,
i3_ . descripcion AS descripcion_42 ,
i3_ . llave AS llave_43 ,
i3_ . seccion AS seccion_44 ,
i3_ . orden AS orden_45 ,
i3_ . visible AS visible_46 ,
i3_ . created_at AS created_at_47 ,
i3_ . updated_at AS updated_at_48 ,
t4_ . id AS id_49 ,
t4_ . nombre AS nombre_50 ,
t4_ . descripcion AS descripcion_51 ,
t4_ . orden AS orden_52 ,
t4_ . visible AS visible_53 ,
t4_ . created_at AS created_at_54 ,
m0_ . marca_id AS marca_id_55 ,
m0_ . tipo_vehiculo_id AS tipo_vehiculo_id_56 ,
m1_ . imagen_id AS imagen_id_57 ,
m2_ . modelo_id AS modelo_id_58 ,
m2_ . imagen_id AS imagen_id_59 ,
i3_ . galeria_id AS galeria_id_60
FROM
modelos m0_
INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id
LEFT JOIN modelo_imagenes m2_ ON m0_ . id = m2_ . modelo_id
LEFT JOIN imagenes i3_ ON m2_ . imagen_id = i3_ . id
LEFT JOIN tipos_vehiculo t4_ ON m0_ . tipo_vehiculo_id = t4_ . id
WHERE
m0_ . id IN (? )
ORDER BY
m0_ . created_at DESC ,
m2_ . principal DESC ,
m2_ . orden ASC
Copy
SELECT m0_ . id AS id_0 , m0_ . nombre AS nombre_1 , m0_ . slug AS slug_2 , m0_ . descripcion AS descripcion_3 , m0_ . precio AS precio_4 , m0_ . precio_desde AS precio_desde_5 , m0_ . precio_hasta AS precio_hasta_6 , m0_ . year AS year_7 , m0_ . img_thumbnail AS img_thumbnail_8 , m0_ . img_fotos AS img_fotos_9 , m0_ . url_modelo AS url_modelo_10 , m0_ . url_catalogo AS url_catalogo_11 , m0_ . fuente_precio AS fuente_precio_12 , m0_ . scrape_date AS scrape_date_13 , m0_ . orden AS orden_14 , m0_ . visible AS visible_15 , m0_ . destacado_home AS destacado_home_16 , m0_ . es_nuevo AS es_nuevo_17 , m0_ . vistas AS vistas_18 , m0_ . calificacion AS calificacion_19 , m0_ . created_at AS created_at_20 , m0_ . img AS img_21 , m1_ . id AS id_22 , m1_ . nombre AS nombre_23 , m1_ . orden AS orden_24 , m1_ . visible AS visible_25 , m1_ . created_at AS created_at_26 , m2_ . id AS id_27 , m2_ . orden AS orden_28 , m2_ . principal AS principal_29 , m2_ . created_at AS created_at_30 , i3_ . id AS id_31 , i3_ . filename AS filename_32 , i3_ . filename_mobile AS filename_mobile_33 , i3_ . path AS path_34 , i3_ . link AS link_35 , i3_ . size AS size_36 , i3_ . mime_type AS mime_type_37 , i3_ . size_mobile AS size_mobile_38 , i3_ . mime_type_mobile AS mime_type_mobile_39 , i3_ . alt AS alt_40 , i3_ . titulo AS titulo_41 , i3_ . descripcion AS descripcion_42 , i3_ . llave AS llave_43 , i3_ . seccion AS seccion_44 , i3_ . orden AS orden_45 , i3_ . visible AS visible_46 , i3_ . created_at AS created_at_47 , i3_ . updated_at AS updated_at_48 , t4_ . id AS id_49 , t4_ . nombre AS nombre_50 , t4_ . descripcion AS descripcion_51 , t4_ . orden AS orden_52 , t4_ . visible AS visible_53 , t4_ . created_at AS created_at_54 , m0_ . marca_id AS marca_id_55 , m0_ . tipo_vehiculo_id AS tipo_vehiculo_id_56 , m1_ . imagen_id AS imagen_id_57 , m2_ . modelo_id AS modelo_id_58 , m2_ . imagen_id AS imagen_id_59 , i3_ . galeria_id AS galeria_id_60 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id LEFT JOIN modelo_imagenes m2_ ON m0_ . id = m2_ . modelo_id LEFT JOIN imagenes i3_ ON m2_ . imagen_id = i3_ . id LEFT JOIN tipos_vehiculo t4_ ON m0_ . tipo_vehiculo_id = t4_ . id WHERE m0_ . id IN (754 ) ORDER BY m0_ . created_at DESC , m2_ . principal DESC , m2_ . orden ASC ;
Copy
7
1.05 ms
SELECT m0_ . id AS id_0 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id WHERE m0_ . visible = 1 AND m1_ . visible = 1 ORDER BY m0_ . vistas DESC , m0_ . id DESC LIMIT 6
SELECT m0_ . id AS id_0 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id WHERE m0_ . visible = 1 AND m1_ . visible = 1 ORDER BY m0_ . vistas DESC , m0_ . id DESC LIMIT 6 ;
Copy
8
5.54 ms
SELECT m0_ . id AS id_0 , m0_ . nombre AS nombre_1 , m0_ . slug AS slug_2 , m0_ . descripcion AS descripcion_3 , m0_ . precio AS precio_4 , m0_ . precio_desde AS precio_desde_5 , m0_ . precio_hasta AS precio_hasta_6 , m0_ . year AS year_7 , m0_ . img_thumbnail AS img_thumbnail_8 , m0_ . img_fotos AS img_fotos_9 , m0_ . url_modelo AS url_modelo_10 , m0_ . url_catalogo AS url_catalogo_11 , m0_ . fuente_precio AS fuente_precio_12 , m0_ . scrape_date AS scrape_date_13 , m0_ . orden AS orden_14 , m0_ . visible AS visible_15 , m0_ . destacado_home AS destacado_home_16 , m0_ . es_nuevo AS es_nuevo_17 , m0_ . vistas AS vistas_18 , m0_ . calificacion AS calificacion_19 , m0_ . created_at AS created_at_20 , m0_ . img AS img_21 , m1_ . id AS id_22 , m1_ . nombre AS nombre_23 , m1_ . orden AS orden_24 , m1_ . visible AS visible_25 , m1_ . created_at AS created_at_26 , m2_ . id AS id_27 , m2_ . orden AS orden_28 , m2_ . principal AS principal_29 , m2_ . created_at AS created_at_30 , i3_ . id AS id_31 , i3_ . filename AS filename_32 , i3_ . filename_mobile AS filename_mobile_33 , i3_ . path AS path_34 , i3_ . link AS link_35 , i3_ . size AS size_36 , i3_ . mime_type AS mime_type_37 , i3_ . size_mobile AS size_mobile_38 , i3_ . mime_type_mobile AS mime_type_mobile_39 , i3_ . alt AS alt_40 , i3_ . titulo AS titulo_41 , i3_ . descripcion AS descripcion_42 , i3_ . llave AS llave_43 , i3_ . seccion AS seccion_44 , i3_ . orden AS orden_45 , i3_ . visible AS visible_46 , i3_ . created_at AS created_at_47 , i3_ . updated_at AS updated_at_48 , v4_ . id AS id_49 , v4_ . nombre_version AS nombre_version_50 , v4_ . precio AS precio_51 , v4_ . orden AS orden_52 , v4_ . visible AS visible_53 , v4_ . destacado_home AS destacado_home_54 , v4_ . created_at AS created_at_55 , v4_ . img AS img_56 , v4_ . especificaciones AS especificaciones_57 , v4_ . motor AS motor_58 , v4_ . tipo_motor AS tipo_motor_59 , v4_ . transmision AS transmision_60 , v4_ . combustible AS combustible_61 , v4_ . cilindrada_cc AS cilindrada_cc_62 , v4_ . potencia_hp AS potencia_hp_63 , v4_ . potencia_kw AS potencia_kw_64 , v4_ . torque_nm AS torque_nm_65 , v4_ . consumo AS consumo_66 , v4_ . traccion AS traccion_67 , v4_ . autonomia_km AS autonomia_km_68 , v4_ . url_pdf AS url_pdf_69 , t5_ . id AS id_70 , t5_ . nombre AS nombre_71 , t5_ . descripcion AS descripcion_72 , t5_ . orden AS orden_73 , t5_ . visible AS visible_74 , t5_ . created_at AS created_at_75 , m0_ . marca_id AS marca_id_76 , m0_ . tipo_vehiculo_id AS tipo_vehiculo_id_77 , m1_ . imagen_id AS imagen_id_78 , m2_ . modelo_id AS modelo_id_79 , m2_ . imagen_id AS imagen_id_80 , i3_ . galeria_id AS galeria_id_81 , v4_ . tipo_vehiculo_id AS tipo_vehiculo_id_82 , v4_ . modelo_id AS modelo_id_83 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id LEFT JOIN modelo_imagenes m2_ ON m0_ . id = m2_ . modelo_id LEFT JOIN imagenes i3_ ON m2_ . imagen_id = i3_ . id LEFT JOIN versiones v4_ ON m0_ . id = v4_ . modelo_id LEFT JOIN tipos_vehiculo t5_ ON m0_ . tipo_vehiculo_id = t5_ . id WHERE m0_ . id IN (? , ? , ? , ? , ? , ? ) ORDER BY m0_ . vistas DESC , m0_ . id DESC , m2_ . principal DESC , m2_ . orden ASC
Parameters :
[
564
589
569
697
684
579
]
SELECT
m0_ . id AS id_0 ,
m0_ . nombre AS nombre_1 ,
m0_ . slug AS slug_2 ,
m0_ . descripcion AS descripcion_3 ,
m0_ . precio AS precio_4 ,
m0_ . precio_desde AS precio_desde_5 ,
m0_ . precio_hasta AS precio_hasta_6 ,
m0_ . year AS year_7 ,
m0_ . img_thumbnail AS img_thumbnail_8 ,
m0_ . img_fotos AS img_fotos_9 ,
m0_ . url_modelo AS url_modelo_10 ,
m0_ . url_catalogo AS url_catalogo_11 ,
m0_ . fuente_precio AS fuente_precio_12 ,
m0_ . scrape_date AS scrape_date_13 ,
m0_ . orden AS orden_14 ,
m0_ . visible AS visible_15 ,
m0_ . destacado_home AS destacado_home_16 ,
m0_ . es_nuevo AS es_nuevo_17 ,
m0_ . vistas AS vistas_18 ,
m0_ . calificacion AS calificacion_19 ,
m0_ . created_at AS created_at_20 ,
m0_ . img AS img_21 ,
m1_ . id AS id_22 ,
m1_ . nombre AS nombre_23 ,
m1_ . orden AS orden_24 ,
m1_ . visible AS visible_25 ,
m1_ . created_at AS created_at_26 ,
m2_ . id AS id_27 ,
m2_ . orden AS orden_28 ,
m2_ . principal AS principal_29 ,
m2_ . created_at AS created_at_30 ,
i3_ . id AS id_31 ,
i3_ . filename AS filename_32 ,
i3_ . filename_mobile AS filename_mobile_33 ,
i3_ . path AS path_34 ,
i3_ . link AS link_35 ,
i3_ . size AS size_36 ,
i3_ . mime_type AS mime_type_37 ,
i3_ . size_mobile AS size_mobile_38 ,
i3_ . mime_type_mobile AS mime_type_mobile_39 ,
i3_ . alt AS alt_40 ,
i3_ . titulo AS titulo_41 ,
i3_ . descripcion AS descripcion_42 ,
i3_ . llave AS llave_43 ,
i3_ . seccion AS seccion_44 ,
i3_ . orden AS orden_45 ,
i3_ . visible AS visible_46 ,
i3_ . created_at AS created_at_47 ,
i3_ . updated_at AS updated_at_48 ,
v4_ . id AS id_49 ,
v4_ . nombre_version AS nombre_version_50 ,
v4_ . precio AS precio_51 ,
v4_ . orden AS orden_52 ,
v4_ . visible AS visible_53 ,
v4_ . destacado_home AS destacado_home_54 ,
v4_ . created_at AS created_at_55 ,
v4_ . img AS img_56 ,
v4_ . especificaciones AS especificaciones_57 ,
v4_ . motor AS motor_58 ,
v4_ . tipo_motor AS tipo_motor_59 ,
v4_ . transmision AS transmision_60 ,
v4_ . combustible AS combustible_61 ,
v4_ . cilindrada_cc AS cilindrada_cc_62 ,
v4_ . potencia_hp AS potencia_hp_63 ,
v4_ . potencia_kw AS potencia_kw_64 ,
v4_ . torque_nm AS torque_nm_65 ,
v4_ . consumo AS consumo_66 ,
v4_ . traccion AS traccion_67 ,
v4_ . autonomia_km AS autonomia_km_68 ,
v4_ . url_pdf AS url_pdf_69 ,
t5_ . id AS id_70 ,
t5_ . nombre AS nombre_71 ,
t5_ . descripcion AS descripcion_72 ,
t5_ . orden AS orden_73 ,
t5_ . visible AS visible_74 ,
t5_ . created_at AS created_at_75 ,
m0_ . marca_id AS marca_id_76 ,
m0_ . tipo_vehiculo_id AS tipo_vehiculo_id_77 ,
m1_ . imagen_id AS imagen_id_78 ,
m2_ . modelo_id AS modelo_id_79 ,
m2_ . imagen_id AS imagen_id_80 ,
i3_ . galeria_id AS galeria_id_81 ,
v4_ . tipo_vehiculo_id AS tipo_vehiculo_id_82 ,
v4_ . modelo_id AS modelo_id_83
FROM
modelos m0_
INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id
LEFT JOIN modelo_imagenes m2_ ON m0_ . id = m2_ . modelo_id
LEFT JOIN imagenes i3_ ON m2_ . imagen_id = i3_ . id
LEFT JOIN versiones v4_ ON m0_ . id = v4_ . modelo_id
LEFT JOIN tipos_vehiculo t5_ ON m0_ . tipo_vehiculo_id = t5_ . id
WHERE
m0_ . id IN (? , ? , ? , ? , ? , ? )
ORDER BY
m0_ . vistas DESC ,
m0_ . id DESC ,
m2_ . principal DESC ,
m2_ . orden ASC
Copy
SELECT m0_ . id AS id_0 , m0_ . nombre AS nombre_1 , m0_ . slug AS slug_2 , m0_ . descripcion AS descripcion_3 , m0_ . precio AS precio_4 , m0_ . precio_desde AS precio_desde_5 , m0_ . precio_hasta AS precio_hasta_6 , m0_ . year AS year_7 , m0_ . img_thumbnail AS img_thumbnail_8 , m0_ . img_fotos AS img_fotos_9 , m0_ . url_modelo AS url_modelo_10 , m0_ . url_catalogo AS url_catalogo_11 , m0_ . fuente_precio AS fuente_precio_12 , m0_ . scrape_date AS scrape_date_13 , m0_ . orden AS orden_14 , m0_ . visible AS visible_15 , m0_ . destacado_home AS destacado_home_16 , m0_ . es_nuevo AS es_nuevo_17 , m0_ . vistas AS vistas_18 , m0_ . calificacion AS calificacion_19 , m0_ . created_at AS created_at_20 , m0_ . img AS img_21 , m1_ . id AS id_22 , m1_ . nombre AS nombre_23 , m1_ . orden AS orden_24 , m1_ . visible AS visible_25 , m1_ . created_at AS created_at_26 , m2_ . id AS id_27 , m2_ . orden AS orden_28 , m2_ . principal AS principal_29 , m2_ . created_at AS created_at_30 , i3_ . id AS id_31 , i3_ . filename AS filename_32 , i3_ . filename_mobile AS filename_mobile_33 , i3_ . path AS path_34 , i3_ . link AS link_35 , i3_ . size AS size_36 , i3_ . mime_type AS mime_type_37 , i3_ . size_mobile AS size_mobile_38 , i3_ . mime_type_mobile AS mime_type_mobile_39 , i3_ . alt AS alt_40 , i3_ . titulo AS titulo_41 , i3_ . descripcion AS descripcion_42 , i3_ . llave AS llave_43 , i3_ . seccion AS seccion_44 , i3_ . orden AS orden_45 , i3_ . visible AS visible_46 , i3_ . created_at AS created_at_47 , i3_ . updated_at AS updated_at_48 , v4_ . id AS id_49 , v4_ . nombre_version AS nombre_version_50 , v4_ . precio AS precio_51 , v4_ . orden AS orden_52 , v4_ . visible AS visible_53 , v4_ . destacado_home AS destacado_home_54 , v4_ . created_at AS created_at_55 , v4_ . img AS img_56 , v4_ . especificaciones AS especificaciones_57 , v4_ . motor AS motor_58 , v4_ . tipo_motor AS tipo_motor_59 , v4_ . transmision AS transmision_60 , v4_ . combustible AS combustible_61 , v4_ . cilindrada_cc AS cilindrada_cc_62 , v4_ . potencia_hp AS potencia_hp_63 , v4_ . potencia_kw AS potencia_kw_64 , v4_ . torque_nm AS torque_nm_65 , v4_ . consumo AS consumo_66 , v4_ . traccion AS traccion_67 , v4_ . autonomia_km AS autonomia_km_68 , v4_ . url_pdf AS url_pdf_69 , t5_ . id AS id_70 , t5_ . nombre AS nombre_71 , t5_ . descripcion AS descripcion_72 , t5_ . orden AS orden_73 , t5_ . visible AS visible_74 , t5_ . created_at AS created_at_75 , m0_ . marca_id AS marca_id_76 , m0_ . tipo_vehiculo_id AS tipo_vehiculo_id_77 , m1_ . imagen_id AS imagen_id_78 , m2_ . modelo_id AS modelo_id_79 , m2_ . imagen_id AS imagen_id_80 , i3_ . galeria_id AS galeria_id_81 , v4_ . tipo_vehiculo_id AS tipo_vehiculo_id_82 , v4_ . modelo_id AS modelo_id_83 FROM modelos m0_ INNER JOIN marca m1_ ON m0_ . marca_id = m1_ . id LEFT JOIN modelo_imagenes m2_ ON m0_ . id = m2_ . modelo_id LEFT JOIN imagenes i3_ ON m2_ . imagen_id = i3_ . id LEFT JOIN versiones v4_ ON m0_ . id = v4_ . modelo_id LEFT JOIN tipos_vehiculo t5_ ON m0_ . tipo_vehiculo_id = t5_ . id WHERE m0_ . id IN (564 , 589 , 569 , 697 , 684 , 579 ) ORDER BY m0_ . vistas DESC , m0_ . id DESC , m2_ . principal DESC , m2_ . orden ASC ;
Copy
9
1.23 ms
SELECT e0_ . id AS id_0 , e0_ . valor AS valor_1 , e0_ . descripcion AS descripcion_2 , e0_ . orden AS orden_3 , e0_ . visible AS visible_4 , e0_ . seccion AS seccion_5 , e0_ . created_at AS created_at_6 , e0_ . icono_id AS icono_id_7 FROM estadisticas e0_ WHERE e0_ . visible = ? AND e0_ . seccion = ? ORDER BY e0_ . orden ASC
SELECT e0_ . id AS id_0 , e0_ . valor AS valor_1 , e0_ . descripcion AS descripcion_2 , e0_ . orden AS orden_3 , e0_ . visible AS visible_4 , e0_ . seccion AS seccion_5 , e0_ . created_at AS created_at_6 , e0_ . icono_id AS icono_id_7 FROM estadisticas e0_ WHERE e0_ . visible = 1 AND e0_ . seccion = 'home' ORDER BY e0_ . orden ASC ;
Copy
10
0.87 ms
SELECT r0_ . id AS id_0 , r0_ . nombre_cliente AS nombre_cliente_1 , r0_ . ciudad AS ciudad_2 , r0_ . testimonio AS testimonio_3 , r0_ . calificacion AS calificacion_4 , r0_ . vehiculo_comprado AS vehiculo_comprado_5 , r0_ . ano_vehiculo AS ano_vehiculo_6 , r0_ . fecha_compra AS fecha_compra_7 , r0_ . orden AS orden_8 , r0_ . visible AS visible_9 , r0_ . destacada AS destacada_10 , r0_ . created_at AS created_at_11 , r0_ . imagen_id AS imagen_id_12 FROM resenas r0_ WHERE r0_ . visible = 1 AND r0_ . destacada = 1 ORDER BY r0_ . orden ASC , r0_ . created_at DESC LIMIT 3
SELECT r0_ . id AS id_0 , r0_ . nombre_cliente AS nombre_cliente_1 , r0_ . ciudad AS ciudad_2 , r0_ . testimonio AS testimonio_3 , r0_ . calificacion AS calificacion_4 , r0_ . vehiculo_comprado AS vehiculo_comprado_5 , r0_ . ano_vehiculo AS ano_vehiculo_6 , r0_ . fecha_compra AS fecha_compra_7 , r0_ . orden AS orden_8 , r0_ . visible AS visible_9 , r0_ . destacada AS destacada_10 , r0_ . created_at AS created_at_11 , r0_ . imagen_id AS imagen_id_12 FROM resenas r0_ WHERE r0_ . visible = 1 AND r0_ . destacada = 1 ORDER BY r0_ . orden ASC , r0_ . created_at DESC LIMIT 3 ;
Copy
11
1.15 ms
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 , fecha_publicacion_4 FROM (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 FROM noticias n0_ WHERE n0_ . activo = ? AND n0_ . fecha_publicacion < = ? AND n0_ . estado = ? ) dctrn_result_inner ORDER BY fecha_publicacion_4 DESC , id_0 DESC ) dctrn_result LIMIT 3
Parameters :
[
1
"2026-03-07 18:05:21 "
1
]
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 , fecha_publicacion_4 FROM (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 FROM noticias n0_ WHERE n0_ . activo = 1 AND n0_ . fecha_publicacion < = '2026-03-07 18:05:21' AND n0_ . estado = 1 ) dctrn_result_inner ORDER BY fecha_publicacion_4 DESC , id_0 DESC ) dctrn_result LIMIT 3 ;
Copy
12
0.84 ms
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 IN (? , ? , ? ) ORDER BY n0_ . fecha_publicacion DESC , n0_ . id DESC
Parameters :
[
1
"2026-03-07 18:05:21 "
1
11
7
3
]
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 18:05:21' AND n0_ . estado = 1 AND n0_ . id IN (11 , 7 , 3 ) ORDER BY n0_ . fecha_publicacion DESC , n0_ . id DESC ;
Copy
13
1.07 ms
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 :
[
"home.title_suffix "
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 = 'home.title_suffix' AND t0_ . activo = 1 ;
Copy
14
0.77 ms
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
15
0.91 ms
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
16
1.12 ms
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
17
0.74 ms
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.used_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.used_vehicles' AND t0_ . activo = 1 ;
Copy
18
0.71 ms
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
19
0.58 ms
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.about_us "
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.about_us' AND t0_ . activo = 1 ;
Copy
20
0.85 ms
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.compare "
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.compare' AND t0_ . activo = 1 ;
Copy
21
1.18 ms
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.contact "
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.contact' AND t0_ . activo = 1 ;
Copy
22
0.80 ms
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.cta.quote_now "
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.cta.quote_now' AND t0_ . activo = 1 ;
Copy
23
0.50 ms
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.cta.quote_now "
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.cta.quote_now' AND t0_ . activo = 1 ;
Copy
24
0.39 ms
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.title_franja "
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.title_franja' AND t0_ . activo = 1 ;
Copy
25
0.55 ms
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.text_franja "
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.text_franja' AND t0_ . activo = 1 ;
Copy
26
0.72 ms
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.saber_mas "
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.saber_mas' AND t0_ . activo = 1 ;
Copy
27
0.84 ms
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 :
[
"contact.whatsapp "
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 = 'contact.whatsapp' AND t0_ . activo = 1 ;
Copy
28
0.72 ms
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 :
[
"whatsapp.default_message "
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 = 'whatsapp.default_message' AND t0_ . activo = 1 ;
Copy
29
1.99 ms
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 :
[
"home.hero_subtitle "
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 = 'home.hero_subtitle' AND t0_ . activo = 1 ;
Copy
30
0.96 ms
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 :
[
"home.hero_description "
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 = 'home.hero_description' AND t0_ . activo = 1 ;
Copy
31
0.61 ms
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 :
[
"home.search.title "
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 = 'home.search.title' AND t0_ . activo = 1 ;
Copy
32
0.72 ms
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 :
[
"home.form.vehicle_type "
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 = 'home.form.vehicle_type' AND t0_ . activo = 1 ;
Copy
33
0.71 ms
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 :
[
"home.form.select_vehicle_type "
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 = 'home.form.select_vehicle_type' AND t0_ . activo = 1 ;
Copy
34
0.74 ms
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 :
[
"home.form.brand "
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 = 'home.form.brand' AND t0_ . activo = 1 ;
Copy
35
0.83 ms
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 :
[
"home.form.select_brand "
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 = 'home.form.select_brand' AND t0_ . activo = 1 ;
Copy
36
0.72 ms
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 :
[
"home.search_button "
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 = 'home.search_button' AND t0_ . activo = 1 ;
Copy
37
0.86 ms
SELECT t0 . id AS id_1 , t0 . llave AS llave_2 , t0 . nombre AS nombre_3 , t0 . visible AS visible_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 FROM galeria t0 WHERE t0 . llave = ? AND t0 . visible = ? LIMIT 1
Parameters :
[
"home-slider "
1
]
SELECT t0 . id AS id_1 , t0 . llave AS llave_2 , t0 . nombre AS nombre_3 , t0 . visible AS visible_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 FROM galeria t0 WHERE t0 . llave = 'home-slider' AND t0 . visible = 1 LIMIT 1 ;
Copy
38
0.70 ms
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 . galeria_id = ? ORDER BY t0 . orden ASC
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 . galeria_id = 1 ORDER BY t0 . orden ASC ;
Copy
39
5.90 ms
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 :
[
"home.card.title_1 "
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 = 'home.card.title_1' AND t0_ . activo = 1 ;
Copy
40
1.14 ms
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 :
[
"home.card.text_1 "
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 = 'home.card.text_1' AND t0_ . activo = 1 ;
Copy
41
1.12 ms
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 :
[
"home.card.title_2 "
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 = 'home.card.title_2' AND t0_ . activo = 1 ;
Copy
42
0.83 ms
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 :
[
"home.card.text_2 "
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 = 'home.card.text_2' AND t0_ . activo = 1 ;
Copy
43
0.84 ms
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 :
[
"home.card.title_3 "
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 = 'home.card.title_3' AND t0_ . activo = 1 ;
Copy
44
19.61 ms
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 :
[
"home.card.text_3 "
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 = 'home.card.text_3' AND t0_ . activo = 1 ;
Copy
45
3.41 ms
SELECT t0 . id AS id_1 , t0 . llave AS llave_2 , t0 . valor AS valor_3 FROM settings t0 WHERE t0 . llave = ? LIMIT 1
Parameters :
[
"banner_patrocinadores_url "
]
SELECT t0 . id AS id_1 , t0 . llave AS llave_2 , t0 . valor AS valor_3 FROM settings t0 WHERE t0 . llave = 'banner_patrocinadores_url' LIMIT 1 ;
Copy
46
0.88 ms
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 :
[
"banner_patrocinadores "
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 = 'banner_patrocinadores' AND i0_ . visible = 1 ;
Copy
47
5.13 ms
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 :
[
"home.best_sellers.title "
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 = 'home.best_sellers.title' AND t0_ . activo = 1 ;
Copy
48
3.06 ms
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 :
[
"home.best_sellers.subtitle "
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 = 'home.best_sellers.subtitle' AND t0_ . activo = 1 ;
Copy
49
0.89 ms
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 :
[
"vehicles.see_all "
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 = 'vehicles.see_all' AND t0_ . activo = 1 ;
Copy
50
0.86 ms
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 :
[
"home.brands.title "
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 = 'home.brands.title' AND t0_ . activo = 1 ;
Copy
51
0.91 ms
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 = 14 ;
Copy
52
0.97 ms
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 = 86 ;
Copy
53
4.94 ms
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 = 16 ;
Copy
54
1.01 ms
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 = 18 ;
Copy
55
1.00 ms
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 = 19 ;
Copy
56
0.83 ms
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 = 114 ;
Copy
57
0.89 ms
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 = 3971 ;
Copy
58
0.99 ms
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 = 116 ;
Copy
59
24.94 ms
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 = 119 ;
Copy
60
1.27 ms
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 = 117 ;
Copy
61
0.79 ms
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 = 120 ;
Copy
62
0.91 ms
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 = 118 ;
Copy
63
0.64 ms
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 = 3972 ;
Copy
64
0.87 ms
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 :
[
"marcas.see_all "
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 = 'marcas.see_all' AND t0_ . activo = 1 ;
Copy
65
0.64 ms
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 :
[
"home.compare.title "
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 = 'home.compare.title' AND t0_ . activo = 1 ;
Copy
66
0.71 ms
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 :
[
"home.compare.description "
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 = 'home.compare.description' AND t0_ . activo = 1 ;
Copy
67
0.70 ms
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 :
[
"home.compare.button "
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 = 'home.compare.button' AND t0_ . activo = 1 ;
Copy
68
0.67 ms
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 :
[
"home.quote.title "
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 = 'home.quote.title' AND t0_ . activo = 1 ;
Copy
69
0.65 ms
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 :
[
"home.quote.description "
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 = 'home.quote.description' AND t0_ . activo = 1 ;
Copy
70
0.88 ms
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 :
[
"home.quote.button "
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 = 'home.quote.button' AND t0_ . activo = 1 ;
Copy
71
0.86 ms
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 :
[
"home.why_choose_us "
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 = 'home.why_choose_us' AND t0_ . activo = 1 ;
Copy
72
0.68 ms
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 :
[
"home.why_choose_us_subtitle "
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 = 'home.why_choose_us_subtitle' AND t0_ . activo = 1 ;
Copy
73
2.20 ms
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 :
[
"home.testimonials.title "
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 = 'home.testimonials.title' AND t0_ . activo = 1 ;
Copy
74
0.83 ms
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 :
[
"home.testimonials.subtitle "
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 = 'home.testimonials.subtitle' AND t0_ . activo = 1 ;
Copy
75
0.70 ms
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 = 3967 ;
Copy
76
0.93 ms
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 = 3968 ;
Copy
77
2.60 ms
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 = 3970 ;
Copy
78
0.96 ms
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 :
[
"home.testimonials.view_more "
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 = 'home.testimonials.view_more' AND t0_ . activo = 1 ;
Copy
79
0.77 ms
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 :
[
"home.news.title "
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 = 'home.news.title' AND t0_ . activo = 1 ;
Copy
80
0.53 ms
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 :
[
"home.news.subtitle "
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 = 'home.news.subtitle' AND t0_ . activo = 1 ;
Copy
81
2.13 ms
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 :
[
"home.news.see_all "
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 = 'home.news.see_all' AND t0_ . activo = 1 ;
Copy
82
0.80 ms
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
83
0.59 ms
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 :
[
"general.read_more "
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 = 'general.read_more' AND t0_ . activo = 1 ;
Copy
84
1.00 ms
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 :
[
"general.read_more "
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 = 'general.read_more' AND t0_ . activo = 1 ;
Copy
85
2.60 ms
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
86
0.45 ms
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 :
[
"general.read_more "
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 = 'general.read_more' AND t0_ . activo = 1 ;
Copy
87
0.65 ms
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 :
[
"banner.footer.title "
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 = 'banner.footer.title' AND t0_ . activo = 1 ;
Copy
88
0.95 ms
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 :
[
"banner.footer.text "
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 = 'banner.footer.text' AND t0_ . activo = 1 ;
Copy
89
0.42 ms
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 :
[
"home.quote.button "
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 = 'home.quote.button' AND t0_ . activo = 1 ;
Copy
90
0.38 ms
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 :
[
"home.compare.button "
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 = 'home.compare.button' AND t0_ . activo = 1 ;
Copy
91
0.52 ms
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 :
[
"footer.description "
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 = 'footer.description' AND t0_ . activo = 1 ;
Copy
92
1.07 ms
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 :
[
"footer.follow_us "
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 = 'footer.follow_us' AND t0_ . activo = 1 ;
Copy
93
0.86 ms
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 :
[
"social.facebook_url "
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 = 'social.facebook_url' AND t0_ . activo = 1 ;
Copy
94
0.82 ms
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 :
[
"social.facebook_url "
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 = 'social.facebook_url' AND t0_ . activo = 1 ;
Copy
95
0.57 ms
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 :
[
"social.twitter_url "
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 = 'social.twitter_url' AND t0_ . activo = 1 ;
Copy
96
0.28 ms
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 :
[
"social.instagram_url "
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 = 'social.instagram_url' AND t0_ . activo = 1 ;
Copy
97
0.33 ms
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 :
[
"social.instagram_url "
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 = 'social.instagram_url' AND t0_ . activo = 1 ;
Copy
98
0.62 ms
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 :
[
"social.linkedin_url "
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 = 'social.linkedin_url' AND t0_ . activo = 1 ;
Copy
99
0.37 ms
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 :
[
"social.linkedin_url "
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 = 'social.linkedin_url' AND t0_ . activo = 1 ;
Copy
100
0.67 ms
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 :
[
"footer.discover.title "
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 = 'footer.discover.title' AND t0_ . activo = 1 ;
Copy
101
0.81 ms
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 :
[
"footer.discover.about_us "
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 = 'footer.discover.about_us' AND t0_ . activo = 1 ;
Copy
102
0.79 ms
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 :
[
"footer.discover.reviews "
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 = 'footer.discover.reviews' AND t0_ . activo = 1 ;
Copy
103
0.62 ms
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 :
[
"footer.vehicles.title "
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 = 'footer.vehicles.title' AND t0_ . activo = 1 ;
Copy
104
9.77 ms
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
105
3.42 ms
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 :
[
"footer.privacy.title "
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 = 'footer.privacy.title' AND t0_ . activo = 1 ;
Copy
106
0.96 ms
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 :
[
"footer.privacy.policy "
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 = 'footer.privacy.policy' AND t0_ . activo = 1 ;
Copy
107
0.92 ms
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 :
[
"footer.privacy.terms "
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 = 'footer.privacy.terms' AND t0_ . activo = 1 ;
Copy
108
0.71 ms
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 :
[
"footer.privacy.legal_notice "
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 = 'footer.privacy.legal_notice' AND t0_ . activo = 1 ;
Copy
109
0.75 ms
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 :
[
"footer.contact.title "
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 = 'footer.contact.title' AND t0_ . activo = 1 ;
Copy
110
26.74 ms
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 :
[
"footer.contact.address1 "
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 = 'footer.contact.address1' AND t0_ . activo = 1 ;
Copy
111
0.88 ms
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 :
[
"footer.contact.address2 "
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 = 'footer.contact.address2' AND t0_ . activo = 1 ;
Copy
112
0.84 ms
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 :
[
"contact.whatsapp_number "
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 = 'contact.whatsapp_number' AND t0_ . activo = 1 ;
Copy
113
0.58 ms
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 :
[
"contact.whatsapp_number "
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 = 'contact.whatsapp_number' AND t0_ . activo = 1 ;
Copy
114
0.74 ms
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 :
[
"footer.contact.whatsapp "
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 = 'footer.contact.whatsapp' AND t0_ . activo = 1 ;
Copy
115
0.76 ms
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 :
[
"footer.contact.email "
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 = 'footer.contact.email' AND t0_ . activo = 1 ;
Copy
116
0.44 ms
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 :
[
"footer.contact.email "
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 = 'footer.contact.email' AND t0_ . activo = 1 ;
Copy
117
0.60 ms
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 :
[
"footer.contact.email "
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 = 'footer.contact.email' AND t0_ . activo = 1 ;
Copy
118
0.44 ms
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 :
[
"footer.contact.hours_title "
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 = 'footer.contact.hours_title' AND t0_ . activo = 1 ;
Copy
119
0.77 ms
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 :
[
"footer.contact.hours_weekdays "
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 = 'footer.contact.hours_weekdays' AND t0_ . activo = 1 ;
Copy
120
0.74 ms
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 :
[
"footer.contact.hours_saturday "
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 = 'footer.contact.hours_saturday' AND t0_ . activo = 1 ;
Copy
121
0.63 ms
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 :
[
"footer.contact.hours_sunday "
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 = 'footer.contact.hours_sunday' AND t0_ . activo = 1 ;
Copy
122
0.70 ms
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 :
[
"footer.copyright "
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 = 'footer.copyright' AND t0_ . activo = 1 ;
Copy