4.66 ms (52.60%)
|
11 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.email AS email_4, t0.adresse AS adresse_5, t0.meta_desc AS meta_desc_6, t0.phone AS phone_7, t0.facebook_page AS facebook_page_8, t0.x_profile AS x_profile_9, t0.youtube AS youtube_10, t0.whatsapp AS whatsapp_11, t0.insta_profile AS insta_profile_12, t0.currency AS currency_13, t0.notify_email AS notify_email_14, t0.js_code AS js_code_15, t0.css_code AS css_code_16, t0.map_frame AS map_frame_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19 FROM setting t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.email AS email_4, t0.adresse AS adresse_5, t0.meta_desc AS meta_desc_6, t0.phone AS phone_7, t0.facebook_page AS facebook_page_8, t0.x_profile AS x_profile_9, t0.youtube AS youtube_10, t0.whatsapp AS whatsapp_11, t0.insta_profile AS insta_profile_12, t0.currency AS currency_13, t0.notify_email AS notify_email_14, t0.js_code AS js_code_15, t0.css_code AS css_code_16, t0.map_frame AS map_frame_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19 FROM setting t0 LIMIT 1;
|
1.62 ms (18.31%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.photo AS photo_3, t0.icon AS icon_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM car_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.photo AS photo_3, t0.icon AS icon_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM car_type t0 WHERE t0.id = '4';
|
0.71 ms (7.96%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM car_brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM car_brand t0 WHERE t0.id = 4;
|
0.62 ms (6.97%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.photo AS photo_4, t0.is_header_menu AS is_header_menu_5, t0.is_footer_menu AS is_footer_menu_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM page t0 WHERE t0.is_header_menu = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.photo AS photo_4, t0.is_header_menu AS is_header_menu_5, t0.is_footer_menu AS is_footer_menu_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM page t0 WHERE t0.is_header_menu = 1 ORDER BY t0.id ASC;
|
0.57 ms (6.45%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.fuel AS fuel_3, t0.gear_type AS gear_type_4, t0.model AS model_5, t0.capacity AS capacity_6, t0.is_active AS is_active_7, t0.photo AS photo_8, t0.price AS price_9, t0.description AS description_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.car_type_id AS car_type_id_13, t0.car_brand_id AS car_brand_id_14 FROM car t0 WHERE t0.car_type_id = ? AND t0.is_active = ? ORDER BY t0.id DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.fuel AS fuel_3, t0.gear_type AS gear_type_4, t0.model AS model_5, t0.capacity AS capacity_6, t0.is_active AS is_active_7, t0.photo AS photo_8, t0.price AS price_9, t0.description AS description_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.car_type_id AS car_type_id_13, t0.car_brand_id AS car_brand_id_14 FROM car t0 WHERE t0.car_type_id = 4 AND t0.is_active = 1 ORDER BY t0.id DESC;
|
0.36 ms (4.03%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.photo AS photo_4, t0.is_header_menu AS is_header_menu_5, t0.is_footer_menu AS is_footer_menu_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM page t0 WHERE t0.is_footer_menu = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.photo AS photo_4, t0.is_header_menu AS is_header_menu_5, t0.is_footer_menu AS is_footer_menu_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM page t0 WHERE t0.is_footer_menu = 1 ORDER BY t0.id ASC;
|
0.33 ms (3.68%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.photo AS photo_3, t0.icon AS icon_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM car_type t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.photo AS photo_3, t0.icon AS icon_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM car_type t0;
|