2.23 ms (31.75%)
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 :
[
"cultural-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 = 'cultural-tour' ;
Copy
1.74 ms (24.79%)
6
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
1.36 ms (19.26%)
6
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
0.40 ms (5.65%)
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 (? )
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 );
Copy
0.38 ms (5.43%)
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
0.36 ms (5.15%)
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 :
[
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 (17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 );
Copy
0.32 ms (4.55%)
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 (? , ? )
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 (15 , 16 );
Copy
0.24 ms (3.42%)
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 = 14 ;
Copy