Famous Island
Famous Island

Your Travel Journey Starts Here

Sign up and we'll send the best deals to you
Request history28.2.28PHP Version8.8sRequest Duration37MBMemory UsageGET tourRouteAuth status
    • Booting (514ms)time
    • Application (8.29s)time
    • 1 x Application (94.17%)
      8.29s
      1 x Booting (5.83%)
      514ms
      43 templates were rendered
      • 1x Tour::frontend.searchsearch.blade.php#?blade
      • 1x Tour::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Layout::common.search.fields.locationlocation.blade.php#?blade
      • 1x Layout::common.search.fields.datedate.blade.php#?blade
      • 1x Tour::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Tour::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Tour::frontend.layouts.search.orderbyorderby.blade.php#?blade
      • 7x Tour::frontend.layouts.search.loop-listloop-list.blade.php#?blade
      • 7x Layout::common.ratingrating.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.preloadpreload.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.header-style.normalnormal.blade.php#?blade
      • 3x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 3x Language::frontend.switcher-dropdownswitcher-dropdown.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.footer-style.indexindex.blade.php#?blade
      • 1x Layout::parts.footer-style.style_7style_7.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Popup::frontend.popuppopup.blade.php#?blade
      uri
      GET tour
      middleware
      web
      controller
      \Modules\Tour\Controllers\TourController@index
      namespace
      Modules\Tour\Controllers
      prefix
      /tour
      where
      as
      tour.search
      file
      modules/Tour/Controllers/TourController.php:36-104
      32 statements were executed, 6 of which were duplicates, 26 unique. Show only duplicated7.78s
      • select * from `bravo_locations` where `id` = '13' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1585msxpusoxqk_mainTour.php#980
        Bindings
        • 0: 13
        • 1: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Tour/Models/Tour.php:980
        • 17. modules/Tour/Controllers/TourController.php:50
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Tour/Controllers/TourController.php:33
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_tour_category` where (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null1.4sxpusoxqk_mainTour.php#1003
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Models/Tour.php:1003
        • 16. modules/Tour/Controllers/TourController.php:50
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:33
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from (select `bravo_tours`.*, CASE WHEN IFNULL( bravo_tours.sale_price, 0 ) > 0 THEN bravo_tours.sale_price ELSE bravo_tours.price END AS tmp_min_price from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 25 and `bravo_locations`.`_rgt` <= 30 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`862msxpusoxqk_mainTourController.php#51
        Bindings
        • 0: 25
        • 1: 30
        • 2: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:51
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:33
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `bravo_tours`.*, CASE WHEN IFNULL( bravo_tours.sale_price, 0 ) > 0 THEN bravo_tours.sale_price ELSE bravo_tours.price END AS tmp_min_price from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 25 and `bravo_locations`.`_rgt` <= 30 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `tmp_min_price` asc limit 9 offset 094.87msxpusoxqk_mainTourController.php#51
        Bindings
        • 0: 25
        • 1: 30
        • 2: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:51
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:33
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_locations` where `bravo_locations`.`id` in (13) and `bravo_locations`.`deleted_at` is null75.73msxpusoxqk_mainTourController.php#51
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:51
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:33
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (13)4.13sxpusoxqk_mainTourController.php#51
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 26. modules/Tour/Controllers/TourController.php:51
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. modules/Tour/Controllers/TourController.php:33
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (35, 36, 38, 39, 40, 50, 51)14.78msxpusoxqk_mainTourController.php#51
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:51
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:33
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (35, 36, 38, 39, 40, 50, 51)10.73msxpusoxqk_mainTourController.php#51
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:51
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:33
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_tour_category` where `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null1.53msxpusoxqk_mainTourController.php#87
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:87
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:33
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_tour_category_translations` where `locale` = 'en' and `bravo_tour_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14)1.91msxpusoxqk_mainTourController.php#87
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:87
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:33
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1000610μsxpusoxqk_mainTourController.php#88
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:88
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:33
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (11, 13, 14, 15, 16)760μsxpusoxqk_mainTourController.php#88
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:88
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:33
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select MIN( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS min_price , MAX( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS max_price from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 1610μsxpusoxqk_mainTour.php#695
        Bindings
        • 0: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Tour/Models/Tour.php:695
        • 17. modules/Tour/Controllers/TourController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Tour/Controllers/TourController.php:33
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_attrs` where `service` = 'tour' and `bravo_attrs`.`deleted_at` is null order by `position` desc145msxpusoxqk_mainTourController.php#97
        Bindings
        • 0: tour
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:33
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `bravo_terms`.*, (select count(*) from `bravo_tours` inner join `bravo_tour_term` on `bravo_tours`.`id` = `bravo_tour_term`.`tour_id` where `bravo_terms`.`id` = `bravo_tour_term`.`term_id` and `bravo_tours`.`deleted_at` is null) as `tour_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (16, 17) and `bravo_terms`.`deleted_at` is null44.22msxpusoxqk_mainTourController.php#97
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:97
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:33
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_terms_translations` where `locale` = 'en' and `bravo_terms_translations`.`origin_id` in (105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118)81.86msxpusoxqk_mainTourController.php#97
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. modules/Tour/Controllers/TourController.php:97
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 27. modules/Tour/Controllers/TourController.php:33
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_attrs_translations` where `locale` = 'en' and `bravo_attrs_translations`.`origin_id` in (16, 17)2.18msxpusoxqk_mainTourController.php#97
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:97
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:33
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `media_files` where `media_files`.`id` is null and `media_files`.`deleted_at` is null limit 160.36msxpusoxqk_mainBaseModel.php#135
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 19. app/BaseModel.php:135
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:437
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 23. app/BaseModel.php:134
        • 24. modules/Media/Helpers/FileHelper.php:42
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 51 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 18.1msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 51
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media_files` where `media_files`.`id` is null and `media_files`.`deleted_at` is null limit 112.42msxpusoxqk_mainBaseModel.php#135
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 19. app/BaseModel.php:135
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:437
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 23. app/BaseModel.php:134
        • 24. modules/Media/Helpers/FileHelper.php:42
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 36 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 11.56msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 36
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media_files` where `media_files`.`id` is null and `media_files`.`deleted_at` is null limit 11.63msxpusoxqk_mainBaseModel.php#135
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 19. app/BaseModel.php:135
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:437
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 23. app/BaseModel.php:134
        • 24. modules/Media/Helpers/FileHelper.php:42
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 35 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 11.95msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 35
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media_files` where `media_files`.`id` is null and `media_files`.`deleted_at` is null limit 13.1msxpusoxqk_mainBaseModel.php#135
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 19. app/BaseModel.php:135
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:437
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 23. app/BaseModel.php:134
        • 24. modules/Media/Helpers/FileHelper.php:42
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 39 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 16msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 39
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media_files` where `media_files`.`id` is null and `media_files`.`deleted_at` is null limit 12.92msxpusoxqk_mainBaseModel.php#135
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 19. app/BaseModel.php:135
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:437
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 23. app/BaseModel.php:134
        • 24. modules/Media/Helpers/FileHelper.php:42
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 38 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 187.04msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 38
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media_files` where `media_files`.`id` is null and `media_files`.`deleted_at` is null limit 116.91msxpusoxqk_mainBaseModel.php#135
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 19. app/BaseModel.php:135
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:437
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 23. app/BaseModel.php:134
        • 24. modules/Media/Helpers/FileHelper.php:42
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 50 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 15.11msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 50
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select COUNT( id ) AS total_review, COUNT( CASE WHEN rate_number >= 4 THEN 1 ELSE null END ) as total_review_recommend from `bravo_review` where `object_id` = 40 and `object_model` = 'tour' and `status` = 'approved' and `bravo_review`.`deleted_at` is null limit 126.84msxpusoxqk_mainBookable.php#359
        Bindings
        • 0: 40
        • 1: tour
        • 2: approved
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Booking/Models/Bookable.php:359
        • 22. view::Tour::frontend.layouts.search.loop-list:53
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 139.57msxpusoxqk_mainHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:111
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_pages` where `core_pages`.`id` = '18' and `core_pages`.`deleted_at` is null limit 158.02msxpusoxqk_mainAppHelper.php#627
        Bindings
        • 0: 18
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. app/Helpers/AppHelper.php:627
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      Modules\Tour\Models\TourCategory
      14TourCategory.php#?
      Modules\Core\Models\Terms
      14Terms.php#?
      Modules\Tour\Models\Tour
      8Tour.php#?
      Modules\Location\Models\Location
      7Location.php#?
      Modules\Tour\Models\TourTranslation
      7TourTranslation.php#?
      Modules\Review\Models\Review
      7Review.php#?
      Modules\Location\Models\LocationTranslation
      6LocationTranslation.php#?
      Modules\Tour\Models\TourCategoryTranslation
      5TourCategoryTranslation.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      1MenuTranslation.php#?
      Modules\Page\Models\Page
      1Page.php#?
        web
        null
        sanctum
        null
          _token
          vDGqVeFlZmBaWzzgcOzbiIFdnMnAqzispBCjRJuM
          bc_current_currency
          kes
          _previous
          array:1 [ "url" => "https://famousislandke.com/tour?location_id=13&orderby=price_low_high" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /tour
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "location_id" => "13" "orderby" => "price_low_high" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImVZRE14NU9xdEtBc3pNL0NDRmlXN0E9PSIsInZhbHVlIjoieGdVajVzR3QrNWExUUk0TUQ4WUpFT1JnejZUZHJKak51OStSdlg2SXI1UXE5S2piUk5jUSsxWXpmVkcvSFJFa0RMN085WDRQRWt5U09Rak1TKzR0d2pVOUlSRm9oZ2hmV1lwUXFHdHVxM0ovWjNXODYxaFlJTllOOEdkc3R5ZEQiLCJtYWMiOiIyMzQxMzMyZGVlMDQ4NGQxMzhjYjk2ZTM1ZDZiMzM0NGEyN2U2NTc5ZWJhMjhmMDlmNDg0OTZlNTQ5MjUxNWY3IiwidGFnIjoiIn0%3D; famous_island_session=eyJpdiI6IkdDemVmMUNLb2owa201MGhyNE5PRFE9PSIsInZhbHVlIjoiemFZN3p4UTRJSnVoaDNldnN2SjVDVmQ0Rnh6SkdGOVpFYnRLcDNsVWpzQWxHdHRMSVRjVVJiWHBjU1RSNUpSNmtWMWk2alpPMGJLNWduVm9uc3JRV3Q1UVovRjB1UldWbmpWSnlFbVBGS2ZEMjhZbzY0d3JZdk9yWFdjS0k1MUgiLCJtYWMiOiJjMTk0NzFhYzdlNWVjNzQ1YmM0ZjRhZTY1MzQyM2Q1Mjc0NWMyZjYyMjMxN2ZjODU3ZTcwMmQ3ZWQ1YzhlOWYxIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImVZRE14NU9xdEtBc3pNL0NDRmlXN0E9PSIsInZhbHVlIjoieGdVajVzR3QrNWExUUk0TUQ4WUpFT1JnejZUZHJKak51OStSdlg2SXI1UXE5S2piUk5jUSsxWXpmVkcvSFJFa0RMN085W" ] "host" => array:1 [ 0 => "famousislandke.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-https" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "vDGqVeFlZmBaWzzgcOzbiIFdnMnAqzispBCjRJuM" "famous_island_session" => "tva0JNYOKrWaElVS5nPNpz85d8k2FAHYeLTh0jlE" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 15 Apr 2025 12:59:02 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFEZVYwQmlKTnp0U3dtbmw1cUNJd1E9PSIsInZhbHVlIjoiKzluTXJmbEZwNFRJaXdIeGhmUzN2WWVOQjMyOXVqUEk3eHNZM3dLeHBoSWpaVTdIYSt3UVA4K2ZjTGxvb1duRTcyRWZxUytOdWp4cW9BQ0l3dy9UNDhNenpnazdCWUxCdllOMG9QK0JsUlpVSTdUQUUvTkRSa0c5NEhXYS9PUjQiLCJtYWMiOiJkYWQxNjE0ODMyYjgxODRjOTM1ZTM0Nzc2NzVhODVmMWJjMGVlZDMwMjU5ZjczYTM0YzAxZDRjNWQ2Y2IwY2UwIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 14:59:03 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlFEZVYwQmlKTnp0U3dtbmw1cUNJd1E9PSIsInZhbHVlIjoiKzluTXJmbEZwNFRJaXdIeGhmUzN2WWVOQjMyOXVqUEk3eHNZM3dLeHBoSWpaVTdIYSt3UVA4K2ZjTGxvb1duRTcyRWZxU" 1 => "famous_island_session=eyJpdiI6InlHc2JueVJ1RjA5bUhhbU5HZjdnZ3c9PSIsInZhbHVlIjoib1FHSkh2NEN6cTdTZFVsNXIybC9IRkdrSG1Md1I3d2ZvaTBpOEhIOUZrTXkvZ3R2R1k2bGJMSVU1M2owMUVSbVJ4RnRXSTh6eis5NWl5bzNVMXpBZXZxWXVnU0xwTlRMNzdWMmNvcmlCSm5lc09qaThRbndpckF1a0Urd1BZdnUiLCJtYWMiOiI0ZmYzNjJjYzZiMmJiYTQ0NjdlZDQwYjgzMTc0NjE4YjYxZTI5NTg0MmQxNDNmMGRiNDY4MGU4ZTY5MTQyZWE3IiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 14:59:03 GMT; Max-Age=7200; path=/; httponly; samesite=laxfamous_island_session=eyJpdiI6InlHc2JueVJ1RjA5bUhhbU5HZjdnZ3c9PSIsInZhbHVlIjoib1FHSkh2NEN6cTdTZFVsNXIybC9IRkdrSG1Md1I3d2ZvaTBpOEhIOUZrTXkvZ3R2R1k2bGJMSVU1M2owMU" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFEZVYwQmlKTnp0U3dtbmw1cUNJd1E9PSIsInZhbHVlIjoiKzluTXJmbEZwNFRJaXdIeGhmUzN2WWVOQjMyOXVqUEk3eHNZM3dLeHBoSWpaVTdIYSt3UVA4K2ZjTGxvb1duRTcyRWZxUytOdWp4cW9BQ0l3dy9UNDhNenpnazdCWUxCdllOMG9QK0JsUlpVSTdUQUUvTkRSa0c5NEhXYS9PUjQiLCJtYWMiOiJkYWQxNjE0ODMyYjgxODRjOTM1ZTM0Nzc2NzVhODVmMWJjMGVlZDMwMjU5ZjczYTM0YzAxZDRjNWQ2Y2IwY2UwIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 14:59:03 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlFEZVYwQmlKTnp0U3dtbmw1cUNJd1E9PSIsInZhbHVlIjoiKzluTXJmbEZwNFRJaXdIeGhmUzN2WWVOQjMyOXVqUEk3eHNZM3dLeHBoSWpaVTdIYSt3UVA4K2ZjTGxvb1duRTcyRWZxU" 1 => "famous_island_session=eyJpdiI6InlHc2JueVJ1RjA5bUhhbU5HZjdnZ3c9PSIsInZhbHVlIjoib1FHSkh2NEN6cTdTZFVsNXIybC9IRkdrSG1Md1I3d2ZvaTBpOEhIOUZrTXkvZ3R2R1k2bGJMSVU1M2owMUVSbVJ4RnRXSTh6eis5NWl5bzNVMXpBZXZxWXVnU0xwTlRMNzdWMmNvcmlCSm5lc09qaThRbndpckF1a0Urd1BZdnUiLCJtYWMiOiI0ZmYzNjJjYzZiMmJiYTQ0NjdlZDQwYjgzMTc0NjE4YjYxZTI5NTg0MmQxNDNmMGRiNDY4MGU4ZTY5MTQyZWE3IiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 14:59:03 GMT; path=/; httponlyfamous_island_session=eyJpdiI6InlHc2JueVJ1RjA5bUhhbU5HZjdnZ3c9PSIsInZhbHVlIjoib1FHSkh2NEN6cTdTZFVsNXIybC9IRkdrSG1Md1I3d2ZvaTBpOEhIOUZrTXkvZ3R2R1k2bGJMSVU1M2owMU" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "vDGqVeFlZmBaWzzgcOzbiIFdnMnAqzispBCjRJuM" "bc_current_currency" => "kes" "_previous" => array:1 [ "url" => "https://famousislandke.com/tour?location_id=13&orderby=price_low_high" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-15 15:58:54GET/tour?location_id=13&orderby=price_low_high&set_currency=kes (stacked)
          #22025-04-15 15:59:03GET/tour?location_id=13&orderby=price_low_high433272
          2025-04-15 - 2025-04-16