1.08 ms (41.33%)
|
1 |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.code AS code_2, e0_.description AS description_3, e0_.validity_days AS validity_days_4, e0_.max_entries AS max_entries_5, e0_.price_f_c_f_a AS price_f_c_f_a_6, e0_.price_u_s_d AS price_u_s_d_7, e0_.is_active AS is_active_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM e_pass_types e0_ WHERE e0_.is_active = ? ORDER BY e0_.name ASC
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.code AS code_2, e0_.description AS description_3, e0_.validity_days AS validity_days_4, e0_.max_entries AS max_entries_5, e0_.price_f_c_f_a AS price_f_c_f_a_6, e0_.price_u_s_d AS price_u_s_d_7, e0_.is_active AS is_active_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM e_pass_types e0_ WHERE e0_.is_active = 1 ORDER BY e0_.name ASC;
|
0.93 ms (35.52%)
|
1 |
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.code3 AS code3_2, c0_.name AS name_3, c0_.name_fr AS name_fr_4, c0_.is_visa_exempt AS is_visa_exempt_5, c0_.is_active AS is_active_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8 FROM countries c0_ WHERE c0_.is_visa_exempt = ? AND c0_.is_active = ? ORDER BY c0_.name_fr ASC
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.code3 AS code3_2, c0_.name AS name_3, c0_.name_fr AS name_fr_4, c0_.is_visa_exempt AS is_visa_exempt_5, c0_.is_active AS is_active_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8 FROM countries c0_ WHERE c0_.is_visa_exempt = 1 AND c0_.is_active = 1 ORDER BY c0_.name_fr ASC;
|
0.61 ms (23.15%)
|
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.type AS type_4, t0.country_code AS country_code_5, t0.region AS region_6, t0.city AS city_7, t0.location_lat AS location_lat_8, t0.location_lng AS location_lng_9, t0.is_active AS is_active_10, t0.operating_hours AS operating_hours_11, t0.contact_info AS contact_info_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM border_points t0 WHERE t0.is_active = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.type AS type_4, t0.country_code AS country_code_5, t0.region AS region_6, t0.city AS city_7, t0.location_lat AS location_lat_8, t0.location_lng AS location_lng_9, t0.is_active AS is_active_10, t0.operating_hours AS operating_hours_11, t0.contact_info AS contact_info_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM border_points t0 WHERE t0.is_active = 1;
|