12.63 ms (22.45%)
114
SELECT t0 . id AS id_1 , t0 . camping_car_length AS camping_car_length_2 , t0 . camping_car_height AS camping_car_height_3 , t0 . has_animal AS has_animal_4 , t0 . price AS price_5 , t0 . total_price AS total_price_6 , t0 . cygest_export_date AS cygest_export_date_7 , t0 . state AS state_8 , t0 . cygest_return AS cygest_return_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . coupon_code AS coupon_code_12 , t0 . coupon_amount AS coupon_amount_13 , t0 . uuid AS uuid_14 , t0 . old_options AS old_options_15 , t0 . pre_registration_amount AS pre_registration_amount_16 , t0 . pdf_destination AS pdf_destination_17 , t0 . authored_by_id AS authored_by_id_18 , t0 . travel_id AS travel_id_19 , t0 . billing_id AS billing_id_20 FROM reservation t0 WHERE t0 . travel_id = ? AND t0 . state IN (? , ? , ? )
Parameters :
[
29
"awaiting_down_payment "
"partially_paid "
"partially_paid "
]
SELECT t0 . id AS id_1 , t0 . camping_car_length AS camping_car_length_2 , t0 . camping_car_height AS camping_car_height_3 , t0 . has_animal AS has_animal_4 , t0 . price AS price_5 , t0 . total_price AS total_price_6 , t0 . cygest_export_date AS cygest_export_date_7 , t0 . state AS state_8 , t0 . cygest_return AS cygest_return_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . coupon_code AS coupon_code_12 , t0 . coupon_amount AS coupon_amount_13 , t0 . uuid AS uuid_14 , t0 . old_options AS old_options_15 , t0 . pre_registration_amount AS pre_registration_amount_16 , t0 . pdf_destination AS pdf_destination_17 , t0 . authored_by_id AS authored_by_id_18 , t0 . travel_id AS travel_id_19 , t0 . billing_id AS billing_id_20 FROM reservation t0 WHERE t0 . travel_id = 29 AND t0 . state IN ('awaiting_down_payment' , 'partially_paid' , 'partially_paid' );
Copy
11.58 ms (20.58%)
114
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . uid AS uid_3 , t0 . state AS state_4 , t0 . method AS method_5 , t0 . payed_at AS payed_at_6 , t0 . axepta_pay_id AS axepta_pay_id_7 , t0 . year AS year_8 , t0 . is_used AS is_used_9 , t0 . destination_id AS destination_id_10 , t0 . billing_id AS billing_id_11 , t0 . user_id AS user_id_12 FROM pre_registration t0 WHERE t0 . destination_id = ? AND t0 . year = ? AND t0 . state IN (? , ? ) AND t0 . is_used = ?
Parameters :
[
86
2026
"pending_approval "
"paid "
0
]
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . uid AS uid_3 , t0 . state AS state_4 , t0 . method AS method_5 , t0 . payed_at AS payed_at_6 , t0 . axepta_pay_id AS axepta_pay_id_7 , t0 . year AS year_8 , t0 . is_used AS is_used_9 , t0 . destination_id AS destination_id_10 , t0 . billing_id AS billing_id_11 , t0 . user_id AS user_id_12 FROM pre_registration t0 WHERE t0 . destination_id = 86 AND t0 . year = 2026 AND t0 . state IN ('pending_approval' , 'paid' ) AND t0 . is_used = 0 ;
Copy
5.07 ms (9.01%)
40
SELECT t0 . id AS id_1 , t0 . id_crypt AS id_crypt_2 , t0 . name AS name_3 , t0 . starting_point AS starting_point_4 , t0 . days AS days_5 , t0 . is_complete AS is_complete_6 , t0 . is_last_spot AS is_last_spot_7 , t0 . guides AS guides_8 , t0 . date_from AS date_from_9 , t0 . start_date AS start_date_10 , t0 . date_to AS date_to_11 , t0 . registration_deadline AS registration_deadline_12 , t0 . formalities AS formalities_13 , t0 . created_at AS created_at_14 , t0 . updated_at AS updated_at_15 , t0 . enabled AS enabled_16 , t0 . is_promoted AS is_promoted_17 , t0 . is_pre_registered_notified AS is_pre_registered_notified_18 , t0 . destination_id AS destination_id_19 FROM travel t0 WHERE t0 . destination_id = ? ORDER BY t0 . date_from DESC
SELECT t0 . id AS id_1 , t0 . id_crypt AS id_crypt_2 , t0 . name AS name_3 , t0 . starting_point AS starting_point_4 , t0 . days AS days_5 , t0 . is_complete AS is_complete_6 , t0 . is_last_spot AS is_last_spot_7 , t0 . guides AS guides_8 , t0 . date_from AS date_from_9 , t0 . start_date AS start_date_10 , t0 . date_to AS date_to_11 , t0 . registration_deadline AS registration_deadline_12 , t0 . formalities AS formalities_13 , t0 . created_at AS created_at_14 , t0 . updated_at AS updated_at_15 , t0 . enabled AS enabled_16 , t0 . is_promoted AS is_promoted_17 , t0 . is_pre_registered_notified AS is_pre_registered_notified_18 , t0 . destination_id AS destination_id_19 FROM travel t0 WHERE t0 . destination_id = 71 ORDER BY t0 . date_from DESC ;
Copy
4.47 ms (7.95%)
40
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . alt AS alt_3 , t0 . title AS title_4 , t0 . position AS position_5 , t0 . legend AS legend_6 , t0 . destination_id AS destination_id_7 FROM destination_image t0 WHERE t0 . destination_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . alt AS alt_3 , t0 . title AS title_4 , t0 . position AS position_5 , t0 . legend AS legend_6 , t0 . destination_id AS destination_id_7 FROM destination_image t0 WHERE t0 . destination_id = 71 ORDER BY t0 . position ASC ;
Copy
3.74 ms (6.65%)
43
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . title AS title_3 , t0 . meta_description AS meta_description_4 , t0 . meta_keywords AS meta_keywords_5 , t0 . og_title AS og_title_6 , t0 . twitter_card AS twitter_card_7 , t0 . page_type AS page_type_8 , t0 . og_image_id AS og_image_id_9 , t0 . twitter_image_id AS twitter_image_id_10 FROM seo_meta_data t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . title AS title_3 , t0 . meta_description AS meta_description_4 , t0 . meta_keywords AS meta_keywords_5 , t0 . og_title AS og_title_6 , t0 . twitter_card AS twitter_card_7 , t0 . page_type AS page_type_8 , t0 . og_image_id AS og_image_id_9 , t0 . twitter_image_id AS twitter_image_id_10 FROM seo_meta_data t0 WHERE t0 . id = 955 ;
Copy
3.05 ms (5.42%)
40
SELECT t1 . id AS id_2 , t1 . path AS path_3 , t1 . name AS name_4 , t1 . mime_type AS mime_type_5 , t1 . created_at AS created_at_6 , t1 . updated_at AS updated_at_7 , t0 . destination_id AS destination_id_8 , t1 . discr FROM destination_hero_video t0 INNER JOIN video t1 ON t0 . id = t1 . id WHERE t0 . destination_id = ?
SELECT t1 . id AS id_2 , t1 . path AS path_3 , t1 . name AS name_4 , t1 . mime_type AS mime_type_5 , t1 . created_at AS created_at_6 , t1 . updated_at AS updated_at_7 , t0 . destination_id AS destination_id_8 , t1 . discr FROM destination_hero_video t0 INNER JOIN video t1 ON t0 . id = t1 . id WHERE t0 . destination_id = 50 ;
Copy
2.95 ms (5.25%)
39
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . value AS value_3 FROM configuration t0 WHERE t0 . label = ? LIMIT 1
Parameters :
[
"LOGO_PATH "
]
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . value AS value_3 FROM configuration t0 WHERE t0 . label = 'LOGO_PATH' LIMIT 1 ;
Copy
2.94 ms (5.24%)
40
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . alt AS alt_3 , t0 . title AS title_4 , t0 . destination_id AS destination_id_5 FROM destination_map t0 WHERE t0 . destination_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . alt AS alt_3 , t0 . title AS title_4 , t0 . destination_id AS destination_id_5 FROM destination_map t0 WHERE t0 . destination_id = 50 ;
Copy
2.92 ms (5.20%)
40
SELECT t1 . id AS id_2 , t1 . path AS path_3 , t1 . name AS name_4 , t1 . mime_type AS mime_type_5 , t1 . created_at AS created_at_6 , t1 . updated_at AS updated_at_7 , t0 . destination_id AS destination_id_8 , t1 . discr FROM destination_video t0 INNER JOIN video t1 ON t0 . id = t1 . id WHERE t0 . destination_id = ?
SELECT t1 . id AS id_2 , t1 . path AS path_3 , t1 . name AS name_4 , t1 . mime_type AS mime_type_5 , t1 . created_at AS created_at_6 , t1 . updated_at AS updated_at_7 , t0 . destination_id AS destination_id_8 , t1 . discr FROM destination_video t0 INNER JOIN video t1 ON t0 . id = t1 . id WHERE t0 . destination_id = 50 ;
Copy
2.75 ms (4.89%)
40
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . alt AS alt_3 , t0 . title AS title_4 , t0 . destination_id AS destination_id_5 FROM destination_hero t0 WHERE t0 . destination_id = ?
SELECT t0 . id AS id_1 , t0 . path AS path_2 , t0 . alt AS alt_3 , t0 . title AS title_4 , t0 . destination_id AS destination_id_5 FROM destination_hero t0 WHERE t0 . destination_id = 50 ;
Copy
1.09 ms (1.94%)
13
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . type AS type_3 , t0 . url AS url_4 , t0 . route AS route_5 , t0 . position AS position_6 , t0 . enabled AS enabled_7 , t0 . updated_at AS updated_at_8 , t0 . created_at AS created_at_9 , t0 . path AS path_10 , t0 . has_link AS has_link_11 , t0 . parent_id AS parent_id_12 , t0 . menu_id AS menu_id_13 FROM menu_item t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . type AS type_3 , t0 . url AS url_4 , t0 . route AS route_5 , t0 . position AS position_6 , t0 . enabled AS enabled_7 , t0 . updated_at AS updated_at_8 , t0 . created_at AS created_at_9 , t0 . path AS path_10 , t0 . has_link AS has_link_11 , t0 . parent_id AS parent_id_12 , t0 . menu_id AS menu_id_13 FROM menu_item t0 WHERE t0 . parent_id = 37 ;
Copy
0.92 ms (1.63%)
1
SELECT t0_ . id AS id_0 , t0_ . id_crypt AS id_crypt_1 , t0_ . name AS name_2 , t0_ . starting_point AS starting_point_3 , t0_ . days AS days_4 , t0_ . is_complete AS is_complete_5 , t0_ . is_last_spot AS is_last_spot_6 , t0_ . guides AS guides_7 , t0_ . date_from AS date_from_8 , t0_ . start_date AS start_date_9 , t0_ . date_to AS date_to_10 , t0_ . registration_deadline AS registration_deadline_11 , t0_ . formalities AS formalities_12 , t0_ . created_at AS created_at_13 , t0_ . updated_at AS updated_at_14 , t0_ . enabled AS enabled_15 , t0_ . is_promoted AS is_promoted_16 , t0_ . is_pre_registered_notified AS is_pre_registered_notified_17 , d1_ . id AS id_18 , d1_ . name AS name_19 , d1_ . title AS title_20 , d1_ . subtitle AS subtitle_21 , d1_ . cygest_code AS cygest_code_22 , d1_ . cygest_name AS cygest_name_23 , d1_ . days AS days_24 , d1_ . nights AS nights_25 , d1_ . soon AS soon_26 , d1_ . is_health_situation AS is_health_situation_27 , d1_ . description_introduction AS description_introduction_28 , d1_ . description_resume AS description_resume_29 , d1_ . description_body AS description_body_30 , d1_ . camping_car_circuit AS camping_car_circuit_31 , d1_ . average_distance AS average_distance_32 , d1_ . days_without_driving AS days_without_driving_33 , d1_ . youtube AS youtube_34 , d1_ . our_prices_include AS our_prices_include_35 , d1_ . our_prices_does_not_include AS our_prices_does_not_include_36 , d1_ . rates_details AS rates_details_37 , d1_ . created_at AS created_at_38 , d1_ . updated_at AS updated_at_39 , d1_ . enabled AS enabled_40 , d1_ . is_archive AS is_archive_41 , d1_ . we_like AS we_like_42 , d1_ . scale AS scale_43 , d1_ . is_upon_request AS is_upon_request_44 , d1_ . is_new AS is_new_45 , d1_ . is_pre_registration_allowed AS is_pre_registration_allowed_46 , d1_ . reservation_limit AS reservation_limit_47 , d1_ . is_animal_forbidden AS is_animal_forbidden_48 , t0_ . destination_id AS destination_id_49 , d1_ . author_id AS author_id_50 , d1_ . type_id AS type_id_51 , d1_ . seo_id AS seo_id_52 FROM travel t0_ INNER JOIN destination d1_ ON t0_ . destination_id = d1_ . id WHERE (t0_ . date_from BETWEEN ? AND ? ) AND d1_ . enabled = 1 AND d1_ . is_archive = 0 ORDER BY t0_ . date_from ASC
Parameters :
[
"2025-03-01 19:04:38 "
"2027-03-01 19:04:38 "
]
SELECT
t0_ . id AS id_0 ,
t0_ . id_crypt AS id_crypt_1 ,
t0_ . name AS name_2 ,
t0_ . starting_point AS starting_point_3 ,
t0_ . days AS days_4 ,
t0_ . is_complete AS is_complete_5 ,
t0_ . is_last_spot AS is_last_spot_6 ,
t0_ . guides AS guides_7 ,
t0_ . date_from AS date_from_8 ,
t0_ . start_date AS start_date_9 ,
t0_ . date_to AS date_to_10 ,
t0_ . registration_deadline AS registration_deadline_11 ,
t0_ . formalities AS formalities_12 ,
t0_ . created_at AS created_at_13 ,
t0_ . updated_at AS updated_at_14 ,
t0_ . enabled AS enabled_15 ,
t0_ . is_promoted AS is_promoted_16 ,
t0_ . is_pre_registered_notified AS is_pre_registered_notified_17 ,
d1_ . id AS id_18 ,
d1_ . name AS name_19 ,
d1_ . title AS title_20 ,
d1_ . subtitle AS subtitle_21 ,
d1_ . cygest_code AS cygest_code_22 ,
d1_ . cygest_name AS cygest_name_23 ,
d1_ . days AS days_24 ,
d1_ . nights AS nights_25 ,
d1_ . soon AS soon_26 ,
d1_ . is_health_situation AS is_health_situation_27 ,
d1_ . description_introduction AS description_introduction_28 ,
d1_ . description_resume AS description_resume_29 ,
d1_ . description_body AS description_body_30 ,
d1_ . camping_car_circuit AS camping_car_circuit_31 ,
d1_ . average_distance AS average_distance_32 ,
d1_ . days_without_driving AS days_without_driving_33 ,
d1_ . youtube AS youtube_34 ,
d1_ . our_prices_include AS our_prices_include_35 ,
d1_ . our_prices_does_not_include AS our_prices_does_not_include_36 ,
d1_ . rates_details AS rates_details_37 ,
d1_ . created_at AS created_at_38 ,
d1_ . updated_at AS updated_at_39 ,
d1_ . enabled AS enabled_40 ,
d1_ . is_archive AS is_archive_41 ,
d1_ . we_like AS we_like_42 ,
d1_ . scale AS scale_43 ,
d1_ . is_upon_request AS is_upon_request_44 ,
d1_ . is_new AS is_new_45 ,
d1_ . is_pre_registration_allowed AS is_pre_registration_allowed_46 ,
d1_ . reservation_limit AS reservation_limit_47 ,
d1_ . is_animal_forbidden AS is_animal_forbidden_48 ,
t0_ . destination_id AS destination_id_49 ,
d1_ . author_id AS author_id_50 ,
d1_ . type_id AS type_id_51 ,
d1_ . seo_id AS seo_id_52
FROM
travel t0_
INNER JOIN destination d1_ ON t0_ . destination_id = d1_ . id
WHERE
(
t0_ . date_from BETWEEN ?
AND ?
)
AND d1_ . enabled = 1
AND d1_ . is_archive = 0
ORDER BY
t0_ . date_from ASC
Copy
SELECT t0_ . id AS id_0 , t0_ . id_crypt AS id_crypt_1 , t0_ . name AS name_2 , t0_ . starting_point AS starting_point_3 , t0_ . days AS days_4 , t0_ . is_complete AS is_complete_5 , t0_ . is_last_spot AS is_last_spot_6 , t0_ . guides AS guides_7 , t0_ . date_from AS date_from_8 , t0_ . start_date AS start_date_9 , t0_ . date_to AS date_to_10 , t0_ . registration_deadline AS registration_deadline_11 , t0_ . formalities AS formalities_12 , t0_ . created_at AS created_at_13 , t0_ . updated_at AS updated_at_14 , t0_ . enabled AS enabled_15 , t0_ . is_promoted AS is_promoted_16 , t0_ . is_pre_registered_notified AS is_pre_registered_notified_17 , d1_ . id AS id_18 , d1_ . name AS name_19 , d1_ . title AS title_20 , d1_ . subtitle AS subtitle_21 , d1_ . cygest_code AS cygest_code_22 , d1_ . cygest_name AS cygest_name_23 , d1_ . days AS days_24 , d1_ . nights AS nights_25 , d1_ . soon AS soon_26 , d1_ . is_health_situation AS is_health_situation_27 , d1_ . description_introduction AS description_introduction_28 , d1_ . description_resume AS description_resume_29 , d1_ . description_body AS description_body_30 , d1_ . camping_car_circuit AS camping_car_circuit_31 , d1_ . average_distance AS average_distance_32 , d1_ . days_without_driving AS days_without_driving_33 , d1_ . youtube AS youtube_34 , d1_ . our_prices_include AS our_prices_include_35 , d1_ . our_prices_does_not_include AS our_prices_does_not_include_36 , d1_ . rates_details AS rates_details_37 , d1_ . created_at AS created_at_38 , d1_ . updated_at AS updated_at_39 , d1_ . enabled AS enabled_40 , d1_ . is_archive AS is_archive_41 , d1_ . we_like AS we_like_42 , d1_ . scale AS scale_43 , d1_ . is_upon_request AS is_upon_request_44 , d1_ . is_new AS is_new_45 , d1_ . is_pre_registration_allowed AS is_pre_registration_allowed_46 , d1_ . reservation_limit AS reservation_limit_47 , d1_ . is_animal_forbidden AS is_animal_forbidden_48 , t0_ . destination_id AS destination_id_49 , d1_ . author_id AS author_id_50 , d1_ . type_id AS type_id_51 , d1_ . seo_id AS seo_id_52 FROM travel t0_ INNER JOIN destination d1_ ON t0_ . destination_id = d1_ . id WHERE (t0_ . date_from BETWEEN '2025-03-01 19:04:38' AND '2027-03-01 19:04:38' ) AND d1_ . enabled = 1 AND d1_ . is_archive = 0 ORDER BY t0_ . date_from ASC ;
Copy
0.48 ms (0.85%)
1
SELECT t0 . id AS id_1 , t0 . is_activate AS is_activate_2 , t0 . ips AS ips_3 , t0 . message AS message_4 FROM maintenance t0 LIMIT 1
SELECT t0 . id AS id_1 , t0 . is_activate AS is_activate_2 , t0 . ips AS ips_3 , t0 . message AS message_4 FROM maintenance t0 LIMIT 1 ;
Copy
0.34 ms (0.60%)
1
SELECT m0_ . id AS id_0 , m0_ . title AS title_1 , m0_ . type AS type_2 , m0_ . url AS url_3 , m0_ . route AS route_4 , m0_ . position AS position_5 , m0_ . enabled AS enabled_6 , m0_ . updated_at AS updated_at_7 , m0_ . created_at AS created_at_8 , m0_ . path AS path_9 , m0_ . has_link AS has_link_10 , m1_ . id AS id_11 , m1_ . title AS title_12 , m1_ . type AS type_13 , m1_ . url AS url_14 , m1_ . route AS route_15 , m1_ . position AS position_16 , m1_ . enabled AS enabled_17 , m1_ . updated_at AS updated_at_18 , m1_ . created_at AS created_at_19 , m1_ . path AS path_20 , m1_ . has_link AS has_link_21 , m0_ . parent_id AS parent_id_22 , m0_ . menu_id AS menu_id_23 , m1_ . parent_id AS parent_id_24 , m1_ . menu_id AS menu_id_25 FROM menu_item m0_ LEFT JOIN menu_item m1_ ON m0_ . id = m1_ . parent_id LEFT JOIN menu m2_ ON m0_ . menu_id = m2_ . id LEFT JOIN menu_type m3_ ON m2_ . type_id = m3_ . id WHERE m0_ . parent_id IS NULL AND m0_ . enabled = 1 AND m3_ . name LIKE '%MENU%' ORDER BY m0_ . position ASC , m1_ . position ASC
SELECT m0_ . id AS id_0 , m0_ . title AS title_1 , m0_ . type AS type_2 , m0_ . url AS url_3 , m0_ . route AS route_4 , m0_ . position AS position_5 , m0_ . enabled AS enabled_6 , m0_ . updated_at AS updated_at_7 , m0_ . created_at AS created_at_8 , m0_ . path AS path_9 , m0_ . has_link AS has_link_10 , m1_ . id AS id_11 , m1_ . title AS title_12 , m1_ . type AS type_13 , m1_ . url AS url_14 , m1_ . route AS route_15 , m1_ . position AS position_16 , m1_ . enabled AS enabled_17 , m1_ . updated_at AS updated_at_18 , m1_ . created_at AS created_at_19 , m1_ . path AS path_20 , m1_ . has_link AS has_link_21 , m0_ . parent_id AS parent_id_22 , m0_ . menu_id AS menu_id_23 , m1_ . parent_id AS parent_id_24 , m1_ . menu_id AS menu_id_25 FROM menu_item m0_ LEFT JOIN menu_item m1_ ON m0_ . id = m1_ . parent_id LEFT JOIN menu m2_ ON m0_ . menu_id = m2_ . id LEFT JOIN menu_type m3_ ON m2_ . type_id = m3_ . id WHERE m0_ . parent_id IS NULL AND m0_ . enabled = 1 AND m3_ . name LIKE '%MENU%' ORDER BY m0_ . position ASC , m1_ . position ASC ;
Copy
0.32 ms (0.57%)
1
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . title AS title_3 , t0 . meta_description AS meta_description_4 , t0 . meta_keywords AS meta_keywords_5 , t0 . og_title AS og_title_6 , t0 . twitter_card AS twitter_card_7 , t0 . page_type AS page_type_8 , t0 . og_image_id AS og_image_id_9 , t0 . twitter_image_id AS twitter_image_id_10 FROM seo_meta_data t0 WHERE t0 . url = ? AND t0 . page_type = ? LIMIT 1
Parameters :
[
"calendrier "
"other "
]
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . title AS title_3 , t0 . meta_description AS meta_description_4 , t0 . meta_keywords AS meta_keywords_5 , t0 . og_title AS og_title_6 , t0 . twitter_card AS twitter_card_7 , t0 . page_type AS page_type_8 , t0 . og_image_id AS og_image_id_9 , t0 . twitter_image_id AS twitter_image_id_10 FROM seo_meta_data t0 WHERE t0 . url = 'calendrier' AND t0 . page_type = 'other' LIMIT 1 ;
Copy
0.30 ms (0.53%)
2
SELECT m0_ . id AS id_0 , m0_ . title AS title_1 , m0_ . type AS type_2 , m0_ . url AS url_3 , m0_ . route AS route_4 , m0_ . position AS position_5 , m0_ . enabled AS enabled_6 , m0_ . updated_at AS updated_at_7 , m0_ . created_at AS created_at_8 , m0_ . path AS path_9 , m0_ . has_link AS has_link_10 , m0_ . parent_id AS parent_id_11 , m0_ . menu_id AS menu_id_12 FROM menu_item m0_ INNER JOIN menu m1_ ON m0_ . menu_id = m1_ . id WHERE m1_ . type_id = ? AND m0_ . parent_id IS NULL AND m0_ . enabled = 1 ORDER BY m0_ . position ASC
SELECT m0_ . id AS id_0 , m0_ . title AS title_1 , m0_ . type AS type_2 , m0_ . url AS url_3 , m0_ . route AS route_4 , m0_ . position AS position_5 , m0_ . enabled AS enabled_6 , m0_ . updated_at AS updated_at_7 , m0_ . created_at AS created_at_8 , m0_ . path AS path_9 , m0_ . has_link AS has_link_10 , m0_ . parent_id AS parent_id_11 , m0_ . menu_id AS menu_id_12 FROM menu_item m0_ INNER JOIN menu m1_ ON m0_ . menu_id = m1_ . id WHERE m1_ . type_id = 2 AND m0_ . parent_id IS NULL AND m0_ . enabled = 1 ORDER BY m0_ . position ASC ;
Copy
0.27 ms (0.47%)
3
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . enabled AS enabled_5 , t0 . content AS content_6 , t0 . seo_id AS seo_id_7 FROM cms t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . enabled AS enabled_5 , t0 . content AS content_6 , t0 . seo_id AS seo_id_7 FROM cms t0 WHERE t0 . id = '13' ;
Copy
0.18 ms (0.32%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sub_items AS sub_items_3 FROM menu_type t0 WHERE t0 . name = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sub_items AS sub_items_3 FROM menu_type t0 WHERE t0 . name = 'Footer' LIMIT 1 ;
Copy
0.17 ms (0.31%)
2
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . type AS type_3 , t0 . position AS position_4 , t0 . enabled AS enabled_5 FROM social_network t0 WHERE t0 . enabled = ?
SELECT t0 . id AS id_1 , t0 . url AS url_2 , t0 . type AS type_3 , t0 . position AS position_4 , t0 . enabled AS enabled_5 FROM social_network t0 WHERE t0 . enabled = 1 ;
Copy
0.09 ms (0.15%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . archived AS archived_5 , t0 . thumbnail AS thumbnail_6 , t0 . filename AS filename_7 FROM file t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . created_at AS created_at_3 , t0 . updated_at AS updated_at_4 , t0 . archived AS archived_5 , t0 . thumbnail AS thumbnail_6 , t0 . filename AS filename_7 FROM file t0 WHERE t0 . id = '13' ;
Copy