Alquiler de Yates
Alquiler de Yates

Descubre emocionantes actividades en San Andrés

Nuestro equipo especializado te guiará en la elección de las mejores actividades en la isla, ofreciéndote opciones personalizadas para que disfrutes al máximo tu estadía. ¡No pierdas tiempo y vive experiencias inolvidables en San Andrés
Request history28.4.7PHP Version342msRequest Duration13MBMemory UsageGET {slug?}RouteAuth status
  • warninglog[08:10:26] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (52.95ms)time
  • Application (289ms)time
  • 1 x Application (84.51%)
    289ms
    1 x Booting (15.48%)
    52.95ms
    69 templates were rendered
    • 1x Page::frontend.detaildetail.blade.php#?blade
    • 4x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
    • 4x Tour::frontend.blocks.list-tour.style-carouselstyle-carousel.blade.php#?blade
    • 21x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
    • 21x Layout::common.ratingrating.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.transparent_v2transparent_v2.blade.php#?blade
    • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
    • 2x 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_4style_4.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 {slug?}
    middleware
    web
    controller
    Modules\Page\Controllers\PageController@detail
    namespace
    Modules\Page\Controllers
    prefix
    /
    where
    as
    page.detail
    file
    modules/Page/Controllers/PageController.php:29-53
    79 statements were executed, 48 of which were duplicates, 31 unique. Show only duplicated54.53ms
    • select * from `core_pages` where `slug` = 'dive' and `core_pages`.`deleted_at` is null limit 12.15msnautygocom_masterPageController.php#37
      Bindings
      • 0: dive
      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/Page/Controllers/PageController.php:37
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_seo` where `object_id` = 46 and `object_model` = 'page' limit 1490μsnautygocom_masterBaseModel.php#199
      Bindings
      • 0: 46
      • 1: page
      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. app/BaseModel.php:199
      • 17. app/BaseModel.php:212
      • 18. modules/Page/Controllers/PageController.php:46
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `core_templates` where `core_templates`.`id` = '40' and `core_templates`.`id` is not null limit 14.57msnautygocom_masterPage.php#80
      Bindings
      • 0: 40
      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. modules/Page/Models/Page.php:80
      • 22. view::Page::frontend.detail:5
      • 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 `bravo_tour_category` where (`slug` in (9) or `id` in (9) and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null670μsnautygocom_masterTour.php#1003
      Bindings
      • 0: 9
      • 1: 9
      • 2: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Models/Tour.php:1003
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
    • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`2.7msnautygocom_masterListTours.php#165
      Bindings
      • 0: 17
      • 1: 18
      • 2: publish
      • 3: 1
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select `bravo_tours`.* from `bravo_tours` inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` desc limit 8 offset 01.3msnautygocom_masterListTours.php#165
      Bindings
      • 0: 17
      • 1: 18
      • 2: publish
      • 3: 1
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (10, 11, 12) and `bravo_locations`.`deleted_at` is null560μsnautygocom_masterListTours.php#165
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'es' and `bravo_location_translations`.`origin_id` in (10, 11, 12)440μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 26. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 27. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 30. modules/Template/Blocks/RootBlock.php:10
      • 33. modules/Page/Models/Page.php:83
      • 34. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (1, 23, 29, 30, 35, 73)410μsnautygocom_masterListTours.php#165
      Bindings
      • 0: tour
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_tour_translations` where `locale` = 'es' and `bravo_tour_translations`.`origin_id` in (1, 23, 29, 30, 35, 73)470μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `id` = 10 and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1750μsnautygocom_masterTour.php#980
      Bindings
      • 0: 10
      • 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. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 18. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 21. modules/Template/Blocks/RootBlock.php:10
      • 24. modules/Page/Models/Page.php:83
    • select * from `bravo_tour_category` where (`slug` in (9) or `id` in (9) and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null550μsnautygocom_masterTour.php#1003
      Bindings
      • 0: 9
      • 1: 9
      • 2: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Models/Tour.php:1003
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
    • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= '41' and `bravo_locations`.`_rgt` <= '60' inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`2.61msnautygocom_masterListTours.php#165
      Bindings
      • 0: 41
      • 1: 60
      • 2: 17
      • 3: 18
      • 4: publish
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= '41' and `bravo_locations`.`_rgt` <= '60' inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` asc limit 6 offset 01.23msnautygocom_masterListTours.php#165
      Bindings
      • 0: 41
      • 1: 60
      • 2: 17
      • 3: 18
      • 4: publish
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (10) and `bravo_locations`.`deleted_at` is null470μsnautygocom_masterListTours.php#165
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'es' and `bravo_location_translations`.`origin_id` in (10)400μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 26. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 27. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 30. modules/Template/Blocks/RootBlock.php:10
      • 33. modules/Page/Models/Page.php:83
      • 34. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (1, 29, 30, 31, 32, 33)460μsnautygocom_masterListTours.php#165
      Bindings
      • 0: tour
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_tour_translations` where `locale` = 'es' and `bravo_tour_translations`.`origin_id` in (1, 29, 30, 31, 32, 33)520μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `id` = 12 and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1560μsnautygocom_masterTour.php#980
      Bindings
      • 0: 12
      • 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. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 18. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 21. modules/Template/Blocks/RootBlock.php:10
      • 24. modules/Page/Models/Page.php:83
    • select * from `bravo_tour_category` where (`slug` in (9) or `id` in (9) and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null500μsnautygocom_masterTour.php#1003
      Bindings
      • 0: 9
      • 1: 9
      • 2: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Models/Tour.php:1003
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
    • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= '23' and `bravo_locations`.`_rgt` <= '40' inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`2.41msnautygocom_masterListTours.php#165
      Bindings
      • 0: 23
      • 1: 40
      • 2: 17
      • 3: 18
      • 4: publish
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= '23' and `bravo_locations`.`_rgt` <= '40' inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`is_featured` desc, `bravo_tours`.`id` desc limit 6 offset 02.35msnautygocom_masterListTours.php#165
      Bindings
      • 0: 23
      • 1: 40
      • 2: 17
      • 3: 18
      • 4: publish
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (12) and `bravo_locations`.`deleted_at` is null480μsnautygocom_masterListTours.php#165
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'es' and `bravo_location_translations`.`origin_id` in (12)390μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 26. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 27. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 30. modules/Template/Blocks/RootBlock.php:10
      • 33. modules/Page/Models/Page.php:83
      • 34. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (73, 74, 75, 77, 78, 79)430μsnautygocom_masterListTours.php#165
      Bindings
      • 0: tour
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_tour_translations` where `locale` = 'es' and `bravo_tour_translations`.`origin_id` in (73, 74, 75, 77, 78, 79)530μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `id` = 11 and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1660μsnautygocom_masterTour.php#980
      Bindings
      • 0: 11
      • 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. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 18. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 21. modules/Template/Blocks/RootBlock.php:10
      • 24. modules/Page/Models/Page.php:83
    • select * from `bravo_tour_category` where (`slug` in (9) or `id` in (9) and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null480μsnautygocom_masterTour.php#1003
      Bindings
      • 0: 9
      • 1: 9
      • 2: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Models/Tour.php:1003
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:163
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
    • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= '61' and `bravo_locations`.`_rgt` <= '78' inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`2.2msnautygocom_masterListTours.php#165
      Bindings
      • 0: 61
      • 1: 78
      • 2: 17
      • 3: 18
      • 4: publish
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= '61' and `bravo_locations`.`_rgt` <= '78' inner join `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >= '17' and `tc0`.`_rgt` <= '18' where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` asc limit 6 offset 01.66msnautygocom_masterListTours.php#165
      Bindings
      • 0: 61
      • 1: 78
      • 2: 17
      • 3: 18
      • 4: publish
      Backtrace
      • 16. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 17. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:83
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (11) and `bravo_locations`.`deleted_at` is null440μsnautygocom_masterListTours.php#165
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'es' and `bravo_location_translations`.`origin_id` in (11)420μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 26. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 27. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 30. modules/Template/Blocks/RootBlock.php:10
      • 33. modules/Page/Models/Page.php:83
      • 34. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (20, 22, 23)430μsnautygocom_masterListTours.php#165
      Bindings
      • 0: tour
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_tour_translations` where `locale` = 'es' and `bravo_tour_translations`.`origin_id` in (20, 22, 23)430μsnautygocom_masterListTours.php#165
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. themes/GoTrip/Tour/Blocks/ListTours.php:165
      • 22. themes/GoTrip/Tour/Blocks/ListTours.php:141
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:83
      • 29. view::Page::frontend.detail:5
    • select * from `core_pages` where `core_pages`.`id` = 36 and `core_pages`.`deleted_at` is null limit 1620μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 36
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 10 and `bravo_locations`.`deleted_at` is null limit 1560μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 10
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 11 and `bravo_locations`.`deleted_at` is null limit 1400μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 11
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 12 and `bravo_locations`.`deleted_at` is null limit 1430μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 12
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 34 and `bravo_locations`.`deleted_at` is null limit 1430μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 34
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 32 and `bravo_locations`.`deleted_at` is null limit 1420μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 32
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 17 and `core_pages`.`deleted_at` is null limit 1460μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 17
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 40 and `core_pages`.`deleted_at` is null limit 1450μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 40
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 11 and `core_pages`.`deleted_at` is null limit 1420μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 11
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1440μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 13
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 12 and `core_pages`.`deleted_at` is null limit 1450μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 12
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 42 and `core_pages`.`deleted_at` is null limit 1440μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 42
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 16 and `core_pages`.`deleted_at` is null limit 1450μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 16
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 14 and `core_pages`.`deleted_at` is null limit 1440μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 14
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 15 and `core_pages`.`deleted_at` is null limit 1450μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 15
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 48 and `core_pages`.`deleted_at` is null limit 1440μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 48
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 50 and `core_pages`.`deleted_at` is null limit 1380μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 50
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 49 and `core_pages`.`deleted_at` is null limit 1440μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 49
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 46 and `core_pages`.`deleted_at` is null limit 1520μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 46
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 41 and `core_pages`.`deleted_at` is null limit 1490μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 41
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 19 and `core_pages`.`deleted_at` is null limit 1470μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 19
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 18 and `core_pages`.`deleted_at` is null limit 1460μsnautygocom_masterMenuWalker.php#40
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 36 and `core_pages`.`deleted_at` is null limit 1480μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 36
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 10 and `bravo_locations`.`deleted_at` is null limit 1400μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 10
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 11 and `bravo_locations`.`deleted_at` is null limit 1420μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 11
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 12 and `bravo_locations`.`deleted_at` is null limit 1460μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 12
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 34 and `bravo_locations`.`deleted_at` is null limit 1380μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 34
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `bravo_locations`.`id` = 32 and `bravo_locations`.`deleted_at` is null limit 1460μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 32
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 17 and `core_pages`.`deleted_at` is null limit 1370μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 17
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 40 and `core_pages`.`deleted_at` is null limit 1330μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 40
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 11 and `core_pages`.`deleted_at` is null limit 1350μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 11
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1350μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 13
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 12 and `core_pages`.`deleted_at` is null limit 1390μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 12
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 42 and `core_pages`.`deleted_at` is null limit 1410μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 42
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 16 and `core_pages`.`deleted_at` is null limit 1450μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 16
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 14 and `core_pages`.`deleted_at` is null limit 1400μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 14
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 15 and `core_pages`.`deleted_at` is null limit 1440μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 15
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 48 and `core_pages`.`deleted_at` is null limit 1430μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 48
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 50 and `core_pages`.`deleted_at` is null limit 1430μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 50
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 49 and `core_pages`.`deleted_at` is null limit 1420μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 49
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 46 and `core_pages`.`deleted_at` is null limit 1400μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 46
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 41 and `core_pages`.`deleted_at` is null limit 1390μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 41
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 19 and `core_pages`.`deleted_at` is null limit 1400μsnautygocom_masterMenuWalker.php#40
      Bindings
      • 0: 19
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = 18 and `core_pages`.`deleted_at` is null limit 1400μsnautygocom_masterMenuWalker.php#40
      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. themes/GoTrip/Core/Walkers/MenuWalker.php:40
      • 21. themes/GoTrip/Core/Walkers/MenuWalker.php:54
      • 22. themes/GoTrip/Core/Walkers/MenuWalker.php:22
      • 23. app/Helpers/AppHelper.php:116
      • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `core_pages` where `core_pages`.`id` = '7' and `core_pages`.`deleted_at` is null limit 1390μsnautygocom_masterAppHelper.php#627
      Bindings
      • 0: 7
      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\Page\Models\Page
    36Page.php#?
    Modules\Tour\Models\Tour
    21Tour.php#?
    Modules\Location\Models\Location
    19Location.php#?
    Modules\Tour\Models\TourCategory
    4TourCategory.php#?
    Modules\Template\Models\Template
    1Template.php#?
    Modules\Tour\Models\TourTranslation
    1TourTranslation.php#?
      web
      null
      sanctum
      null
        _token
        TwUssSIFlRvPZN5j9CdzLzV1BXISGLy4lnE5wP1x
        bc_current_currency
        usd
        _previous
        array:1 [ "url" => "http://staging.nautygo.com/dive" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /dive
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:11 [ "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" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFXMkJ2RGNvaThuS21KMVdPbEMwSEE9PSIsInZhbHVlIjoiRkhZRVAzOUg3Y1k5ZCtEdlg4SlVwNlArN1lBVHpIMTVXRlZRc1lZS3Q5TEVvY3c4a0daU3drcHcra0oxb1ltWkhrYmJ3ODlJMXJzemxuMmZzQWtJODNyRjRqcVo3eFA4blZpd05ZQzBhQkR0bXZpdE44NEsvenUvZWUyUHFKY3oiLCJtYWMiOiI5NDE1NWQzYTE2NTM2MDJhZTY5MzYwNDVjOTdmMmU3ZWJiYzhmOTQ5OGI2Mjg0MTc0YjQwNGJiOGVmNTNlZWM3IiwidGFnIjoiIn0%3D; nuatygo_session=eyJpdiI6IjNhQ3Z0NGpsVlgrUXhsRWFDNy9RVHc9PSIsInZhbHVlIjoiRkVCRDBhcXVBZ3BWS2o5a3ZGM2xOaHZua29ORHcyY1ZQdHJqbnVaR1F3SWFvcEE3RklIa1YvRk5GYm5rSzhNd1E0MnRsdW5tR1BEdVlXL0U3NE44ZzltNFVYVmQ5QUlHODlNVkVOZU8yY1RRQkJXbVBKWXMwVDUreHRpSk5FeHoiLCJtYWMiOiJlYzNkZjQyYzdjYWRkYjRkMTU1NGY2YmM5ZjE5NGIxZTgzNmEyNzVhOTc3YWQ2ZjhiNDU0NjZmOTY5NWJkMjBmIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlFXMkJ2RGNvaThuS21KMVdPbEMwSEE9PSIsInZhbHVlIjoiRkhZRVAzOUg3Y1k5ZCtEdlg4SlVwNlArN1lBVHpIMTVXRlZRc1lZS3Q5TEVvY3c4a0daU3drcHcra0oxb1ltWkhrYmJ3O" ] "host" => array:1 [ 0 => "staging.nautygo.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" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.23" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-ftxhk (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "TwUssSIFlRvPZN5j9CdzLzV1BXISGLy4lnE5wP1x" "nuatygo_session" => "ma0XXzxDnH0qIsknyZ0gXSDDh50f4A3HtiUOCW5a" ]
        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 => "Fri, 13 Jun 2025 08:10:26 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9URndUakhqbGFsM00zV3Ztd3ZEZlE9PSIsInZhbHVlIjoiakRvYnpIQnhKZVV4RGpkR2RTRlRxSTl3Y2ltUzIrY2Rod2tIUVkxNG81YmNrVHpNKzZWZ1NwUVhRVWNxRWR4b0V3L2poRldmWTd4TlRucTFlMmFGdklmUVhkNDhJcVZycy9QUHVYZThPckc3YzF0cGZYeUNJTWtGWitVWFhYT1AiLCJtYWMiOiIxZmEwZTY1OTg3YTRlODdlMTRiYzQyYWM4ODEyNDZmMDMxYTkwYTIwZmRkYzJmNzAyNmJmMjhjNjg4NmQ0NTNlIiwidGFnIjoiIn0%3D; expires=Fri, 13 Jun 2025 10:10:26 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Im9URndUakhqbGFsM00zV3Ztd3ZEZlE9PSIsInZhbHVlIjoiakRvYnpIQnhKZVV4RGpkR2RTRlRxSTl3Y2ltUzIrY2Rod2tIUVkxNG81YmNrVHpNKzZWZ1NwUVhRVWNxRWR4b0V3L2poR" 1 => "nuatygo_session=eyJpdiI6InlwdGtKTWVPT0Q1MnkxMU82Si9vUkE9PSIsInZhbHVlIjoiREtrTHpIcmpOSENOVHdBbDJYS25PQy9xNlZmWmFyYU9WVWl1MGpsamlURWNsblRYeWdYWE8vdTFRU2RVTTVyY25iTThIYndna3V4NzNCUXF1NHBpYU15aXlXVnJSVVEvS1FIUGM2d3VWd1IrVmU4eHl4SXNCRTBRa204VE1BZWoiLCJtYWMiOiJmZGIzMmEyYWRjMGEwYTFkNzM2YmNlNjI3OTRiZjBhNWJiYzA0NDIwMjkwOTIzY2MwYWU2ZTc5OGRiZDM1NmU4IiwidGFnIjoiIn0%3D; expires=Fri, 13 Jun 2025 10:10:26 GMT; Max-Age=7200; path=/; httponly; samesite=laxnuatygo_session=eyJpdiI6InlwdGtKTWVPT0Q1MnkxMU82Si9vUkE9PSIsInZhbHVlIjoiREtrTHpIcmpOSENOVHdBbDJYS25PQy9xNlZmWmFyYU9WVWl1MGpsamlURWNsblRYeWdYWE8vdTFRU2RVTTVyY25i" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9URndUakhqbGFsM00zV3Ztd3ZEZlE9PSIsInZhbHVlIjoiakRvYnpIQnhKZVV4RGpkR2RTRlRxSTl3Y2ltUzIrY2Rod2tIUVkxNG81YmNrVHpNKzZWZ1NwUVhRVWNxRWR4b0V3L2poRldmWTd4TlRucTFlMmFGdklmUVhkNDhJcVZycy9QUHVYZThPckc3YzF0cGZYeUNJTWtGWitVWFhYT1AiLCJtYWMiOiIxZmEwZTY1OTg3YTRlODdlMTRiYzQyYWM4ODEyNDZmMDMxYTkwYTIwZmRkYzJmNzAyNmJmMjhjNjg4NmQ0NTNlIiwidGFnIjoiIn0%3D; expires=Fri, 13-Jun-2025 10:10:26 GMT; path=/XSRF-TOKEN=eyJpdiI6Im9URndUakhqbGFsM00zV3Ztd3ZEZlE9PSIsInZhbHVlIjoiakRvYnpIQnhKZVV4RGpkR2RTRlRxSTl3Y2ltUzIrY2Rod2tIUVkxNG81YmNrVHpNKzZWZ1NwUVhRVWNxRWR4b0V3L2poR" 1 => "nuatygo_session=eyJpdiI6InlwdGtKTWVPT0Q1MnkxMU82Si9vUkE9PSIsInZhbHVlIjoiREtrTHpIcmpOSENOVHdBbDJYS25PQy9xNlZmWmFyYU9WVWl1MGpsamlURWNsblRYeWdYWE8vdTFRU2RVTTVyY25iTThIYndna3V4NzNCUXF1NHBpYU15aXlXVnJSVVEvS1FIUGM2d3VWd1IrVmU4eHl4SXNCRTBRa204VE1BZWoiLCJtYWMiOiJmZGIzMmEyYWRjMGEwYTFkNzM2YmNlNjI3OTRiZjBhNWJiYzA0NDIwMjkwOTIzY2MwYWU2ZTc5OGRiZDM1NmU4IiwidGFnIjoiIn0%3D; expires=Fri, 13-Jun-2025 10:10:26 GMT; path=/; httponlynuatygo_session=eyJpdiI6InlwdGtKTWVPT0Q1MnkxMU82Si9vUkE9PSIsInZhbHVlIjoiREtrTHpIcmpOSENOVHdBbDJYS25PQy9xNlZmWmFyYU9WVWl1MGpsamlURWNsblRYeWdYWE8vdTFRU2RVTTVyY25i" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "TwUssSIFlRvPZN5j9CdzLzV1BXISGLy4lnE5wP1x" "bc_current_currency" => "usd" "_previous" => array:1 [ "url" => "http://staging.nautygo.com/dive" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-06-13 08:10:25GET/dive?set_currency=usd (stacked)
        #22025-06-13 08:10:26GET/dive1697982