356.13 ms (99.22%)
2
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 = 11 ;
Copy
0.62 ms (0.17%)
2
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 (? )
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 (26 );
Copy
0.56 ms (0.16%)
2
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 = 11 ;
Copy
0.51 ms (0.14%)
1
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 . slug = ?
Parameters :
[
"new-year-tour "
]
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 . slug = 'new-year-tour' ;
Copy
0.41 ms (0.12%)
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
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 , 28 , 29 , 30 );
Copy
0.37 ms (0.10%)
1
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 = 26 ;
Copy
0.31 ms (0.09%)
1
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