47.22 ms (82.17%)
1
SELECT t0_ . id AS id_0 , t0_ . price AS price_1 , t0_ . tour_overview AS tour_overview_2 , t0_ . tour_title AS tour_title_3 , t0_ . tour_title_slug AS tour_title_slug_4 , t0_ . tour_category_id AS tour_category_id_5 FROM tour_package t0_ LIMIT 4
SELECT t0_ . id AS id_0 , t0_ . price AS price_1 , t0_ . tour_overview AS tour_overview_2 , t0_ . tour_title AS tour_title_3 , t0_ . tour_title_slug AS tour_title_slug_4 , t0_ . tour_category_id AS tour_category_id_5 FROM tour_package t0_ LIMIT 4 ;
Copy
4.83 ms (8.41%)
14
SELECT t0 . id AS id_1 , t0 . image_name AS image_name_2 , t0 . tour_package_id AS tour_package_id_3 , t0 . hotels_in_bhutan_id AS hotels_in_bhutan_id_4 , t0 . top_destination_id AS top_destination_id_5 FROM images t0 WHERE t0 . tour_package_id = ?
SELECT t0 . id AS id_1 , t0 . image_name AS image_name_2 , t0 . tour_package_id AS tour_package_id_3 , t0 . hotels_in_bhutan_id AS hotels_in_bhutan_id_4 , t0 . top_destination_id AS top_destination_id_5 FROM images t0 WHERE t0 . tour_package_id = 1 ;
Copy
1.74 ms (3.03%)
7
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 WHERE t0 . sub_category_id = ?
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 WHERE t0 . sub_category_id = 14 ;
Copy
1.24 ms (2.16%)
4
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . itinerary_description AS itinerary_description_3 , t0 . tour_package_id AS tour_package_id_4 FROM itinerary t0 WHERE t0 . tour_package_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . itinerary_description AS itinerary_description_3 , t0 . tour_package_id AS tour_package_id_4 FROM itinerary t0 WHERE t0 . tour_package_id = 1 ;
Copy
0.73 ms (1.27%)
3
SELECT t0 . id AS id_1 , t0 . image_name AS image_name_2 , t0 . tour_package_id AS tour_package_id_3 , t0 . hotels_in_bhutan_id AS hotels_in_bhutan_id_4 , t0 . top_destination_id AS top_destination_id_5 FROM images t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image_name AS image_name_2 , t0 . tour_package_id AS tour_package_id_3 , t0 . hotels_in_bhutan_id AS hotels_in_bhutan_id_4 , t0 . top_destination_id AS top_destination_id_5 FROM images t0 WHERE t0 . id = 83 ;
Copy
0.56 ms (0.98%)
2
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 ;
Copy
0.42 ms (0.72%)
1
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
]
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 );
Copy
0.37 ms (0.65%)
1
SELECT t0 . id AS id_1 , t0 . destination_title AS destination_title_2 , t0 . description AS description_3 , t0 . slug AS slug_4 , t0 . image_id AS image_id_5 FROM top_destination t0
SELECT t0 . id AS id_1 , t0 . destination_title AS destination_title_2 , t0 . description AS description_3 , t0 . slug AS slug_4 , t0 . image_id AS image_id_5 FROM top_destination t0 ;
Copy
0.35 ms (0.61%)
1
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 ;
Copy