0.45 ms (5.22%)
|
1 |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.nombre AS nombre_3, t0.icono AS icono_4, t0.habilitado AS habilitado_5, t0.plataforma_id AS plataforma_id_6, t0.moneda_def_id AS moneda_def_id_7 FROM lenguaje t0 WHERE t0.habilitado = ?
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.nombre AS nombre_3, t0.icono AS icono_4, t0.habilitado AS habilitado_5, t0.plataforma_id AS plataforma_id_6, t0.moneda_def_id AS moneda_def_id_7 FROM lenguaje t0 WHERE t0.habilitado = 1;
|
0.37 ms (4.32%)
|
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.traslados_od_libres AS traslados_od_libres_3, t0.tasa_traslados_def AS tasa_traslados_def_4, t0.logo AS logo_5, t0.icono AS icono_6, t0.link_instagram AS link_instagram_7, t0.link_whatsapp AS link_whatsapp_8, t0.contacto_telefono AS contacto_telefono_9, t0.contacto_correo AS contacto_correo_10, t0.contacto_direccion AS contacto_direccion_11, t0.comision_booking_partner AS comision_booking_partner_12, t0.enable_mercado_pago_payments AS enable_mercado_pago_payments_13, t0.enable_pay_pal_payments AS enable_pay_pal_payments_14, t0.enable_cash_payments AS enable_cash_payments_15, t0.cash_payment_instructions AS cash_payment_instructions_16, t0.language_def_id AS language_def_id_17, t0.moneda_def_id AS moneda_def_id_18, t0.credenciales_pay_pal_id AS credenciales_pay_pal_id_19, t0.credenciales_mercado_pago_id AS credenciales_mercado_pago_id_20 FROM plataforma t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.traslados_od_libres AS traslados_od_libres_3, t0.tasa_traslados_def AS tasa_traslados_def_4, t0.logo AS logo_5, t0.icono AS icono_6, t0.link_instagram AS link_instagram_7, t0.link_whatsapp AS link_whatsapp_8, t0.contacto_telefono AS contacto_telefono_9, t0.contacto_correo AS contacto_correo_10, t0.contacto_direccion AS contacto_direccion_11, t0.comision_booking_partner AS comision_booking_partner_12, t0.enable_mercado_pago_payments AS enable_mercado_pago_payments_13, t0.enable_pay_pal_payments AS enable_pay_pal_payments_14, t0.enable_cash_payments AS enable_cash_payments_15, t0.cash_payment_instructions AS cash_payment_instructions_16, t0.language_def_id AS language_def_id_17, t0.moneda_def_id AS moneda_def_id_18, t0.credenciales_pay_pal_id AS credenciales_pay_pal_id_19, t0.credenciales_mercado_pago_id AS credenciales_mercado_pago_id_20 FROM plataforma t0 WHERE t0.id = 1;
|
0.37 ms (4.29%)
|
1 |
SELECT t0.id AS id_1, t0.key_name AS key_name_2, t0.value AS value_3, t0.lenguaje_id AS lenguaje_id_4, t0.plataforma_id AS plataforma_id_5 FROM traduccion_plataforma t0 WHERE t0.key_name = ? AND t0.lenguaje_id = ? LIMIT 1
Parameters: [
"app_ayuda:titulo"
1
]
SELECT t0.id AS id_1, t0.key_name AS key_name_2, t0.value AS value_3, t0.lenguaje_id AS lenguaje_id_4, t0.plataforma_id AS plataforma_id_5 FROM traduccion_plataforma t0 WHERE t0.key_name = 'app_ayuda:titulo' AND t0.lenguaje_id = 1 LIMIT 1;
|