Our happy clients

Eva Hicks

Eva Hicks

Faucibus tristique felis potenti ultrices ornare rhoncus semper hac facilisi Rutrum tellus lorem sem velit nisi non pharetra in dui.

Donald Wolf

Donald Wolf

Faucibus tristique felis potenti ultrices ornare rhoncus semper hac facilisi Rutrum tellus lorem sem velit nisi non pharetra in dui.

Charlie Harrington

Charlie Harrington

Faucibus tristique felis potenti ultrices ornare rhoncus semper hac facilisi Rutrum tellus lorem sem velit nisi non pharetra in dui.

Request history28.1.27PHP Version228msRequest Duration6MBMemory UsageGET /RouteAuth status
  • warninglog[01:20:58] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (29.12ms)time
  • Application (199ms)time
  • 1 x Application (87.24%)
    199ms
    1 x Booting (12.75%)
    29.12ms
    44 templates were rendered
    • 1x Page::frontend.detaildetail.blade.php#?blade
    • 1x Template::frontend.blocks.form-search-all-service.indexindex.blade.php#?blade
    • 1x Template::frontend.blocks.form-search-all-service.style-normalstyle-normal.blade.php#?blade
    • 1x Template::frontend.blocks.form-search-all-service.form-searchform-search.blade.php#?blade
    • 1x Tour::frontend.layouts.search.form-searchform-search.blade.php#?blade
    • 2x Tour::frontend.layouts.search.fields.attrattr.blade.php#?blade
    • 1x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
    • 1x Tour::frontend.blocks.list-tour.style-normalstyle-normal.blade.php#?blade
    • 6x Tour::frontend.blocks.list-tour.loop-box-shadowloop-box-shadow.blade.php#?blade
    • 1x Location::frontend.blocks.list-locations.indexindex.blade.php#?blade
    • 10x Location::frontend.blocks.list-locations.looploop.blade.php#?blade
    • 1x Template::frontend.blocks.testimonial.indexindex.blade.php#?blade
    • 1x layouts.appapp.blade.php#?blade
    • 1x Layout::appapp.blade.php#?blade
    • 1x Layout::parts.faviconfavicon.blade.php#?blade
    • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
    • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
    • 1x Layout::parts.topbartopbar.blade.php#?blade
    • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
    • 2x Language::frontend.switcherswitcher.blade.php#?blade
    • 1x Layout::parts.headerheader.blade.php#?blade
    • 1x Layout::parts.footerfooter.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
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET /
    middleware
    web
    controller
    App\Http\Controllers\HomeController@index
    namespace
    App\Http\Controllers
    prefix
    where
    file
    app/Http/Controllers/HomeController.php:31-61
    40 statements were executed, 6 of which were duplicates, 34 unique. Show only duplicated17.02ms
    • select * from `core_pages` where `id` = '1' and `status` = 'publish' and `core_pages`.`deleted_at` is null limit 11.16msu530638397_puertoHomeController.php#34
      Bindings
      • 0: 1
      • 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. app/Http/Controllers/HomeController.php:34
      • 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:260
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `core_page_translations` where `core_page_translations`.`origin_id` = 1 and `core_page_translations`.`origin_id` is not null and `locale` = 'en' limit 1260μsu530638397_puertoHasTranslations.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/Http/Controllers/HomeController.php:37
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • select * from `bravo_seo` where `object_id` = 1 and `object_model` = 'page' limit 1420μsu530638397_puertoBaseModel.php#199
      Bindings
      • 0: 1
      • 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. app/Http/Controllers/HomeController.php:38
      • 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` = 1 and `core_templates`.`id` is not null limit 1230μsu530638397_puertoPage.php#79
      Bindings
      • 0: 1
      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:79
      • 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 `core_template_translations` where `core_template_translations`.`origin_id` = 1 and `core_template_translations`.`origin_id` is not null and `locale` = 'en' limit 1270μsu530638397_puertoHasTranslations.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. modules/Page/Models/Page.php:81
      • 23. view::Page::frontend.detail:5
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null order by `name` asc limit 1000440μsu530638397_puertoFormSearchAllService.php#129
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Template/Blocks/FormSearchAllService.php:129
      • 18. modules/Template/Blocks/RootBlock.php:10
      • 21. modules/Page/Models/Page.php:82
      • 22. view::Page::frontend.detail:5
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (11, 13, 14, 15, 16, 17, 18, 19, 20, 21)280μsu530638397_puertoFormSearchAllService.php#129
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Template/Blocks/FormSearchAllService.php:129
      • 23. modules/Template/Blocks/RootBlock.php:10
      • 26. modules/Page/Models/Page.php:82
      • 27. view::Page::frontend.detail:5
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_tour_category` where `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null340μsu530638397_puertoFormSearchAllService.php#130
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Template/Blocks/FormSearchAllService.php:130
      • 18. modules/Template/Blocks/RootBlock.php:10
      • 21. modules/Page/Models/Page.php:82
      • 22. view::Page::frontend.detail:5
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_tour_category_translations` where `locale` = 'en' and `bravo_tour_category_translations`.`origin_id` in (12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26)300μsu530638397_puertoFormSearchAllService.php#130
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Template/Blocks/FormSearchAllService.php:130
      • 23. modules/Template/Blocks/RootBlock.php:10
      • 26. modules/Page/Models/Page.php:82
      • 27. view::Page::frontend.detail:5
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_attrs` where `bravo_attrs`.`id` = '21' and `bravo_attrs`.`deleted_at` is null limit 1290μsu530638397_puertoattr.blade.php#1
      Bindings
      • 0: 21
      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. view::Tour::frontend.layouts.search.fields.attr:1
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_attrs_translations` where `bravo_attrs_translations`.`origin_id` = 21 and `bravo_attrs_translations`.`origin_id` is not null and `locale` = 'en' limit 1310μsu530638397_puertoHasTranslations.php#51
      Bindings
      • 0: 21
      • 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. view::Tour::frontend.layouts.search.fields.attr:3
      • 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_terms` where `bravo_terms`.`attr_id` = 21 and `bravo_terms`.`attr_id` is not null and `bravo_terms`.`deleted_at` is null370μsu530638397_puertoattr.blade.php#15
      Bindings
      • 0: 21
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::Tour::frontend.layouts.search.fields.attr:15
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_terms_translations` where `locale` = 'en' and `bravo_terms_translations`.`origin_id` in (122, 123, 124, 125, 126, 127, 128, 129, 130, 131)420μsu530638397_puertoattr.blade.php#15
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 25. view::Tour::frontend.layouts.search.fields.attr:15
      • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_attrs` where `bravo_attrs`.`id` = '20' and `bravo_attrs`.`deleted_at` is null limit 1280μsu530638397_puertoattr.blade.php#1
      Bindings
      • 0: 20
      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. view::Tour::frontend.layouts.search.fields.attr:1
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_attrs_translations` where `bravo_attrs_translations`.`origin_id` = 20 and `bravo_attrs_translations`.`origin_id` is not null and `locale` = 'en' limit 1240μsu530638397_puertoHasTranslations.php#51
      Bindings
      • 0: 20
      • 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. view::Tour::frontend.layouts.search.fields.attr:3
      • 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_terms` where `bravo_terms`.`attr_id` = 20 and `bravo_terms`.`attr_id` is not null and `bravo_terms`.`deleted_at` is null370μsu530638397_puertoattr.blade.php#15
      Bindings
      • 0: 20
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::Tour::frontend.layouts.search.fields.attr:15
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_terms_translations` where `locale` = 'en' and `bravo_terms_translations`.`origin_id` in (108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121)340μsu530638397_puertoattr.blade.php#15
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 25. view::Tour::frontend.layouts.search.fields.attr:15
      • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_tour_category` where (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null250μsu530638397_puertoTour.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/Blocks/ListTours.php:176
      • 17. modules/Tour/Blocks/ListTours.php:157
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
    • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`3.23msu530638397_puertoListTours.php#178
      Bindings
      • 0: publish
      Backtrace
      • 16. modules/Tour/Blocks/ListTours.php:178
      • 17. modules/Tour/Blocks/ListTours.php:157
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
      • 24. view::Page::frontend.detail:5
    • select `bravo_tours`.* from `bravo_tours` 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 0420μsu530638397_puertoListTours.php#178
      Bindings
      • 0: publish
      Backtrace
      • 16. modules/Tour/Blocks/ListTours.php:178
      • 17. modules/Tour/Blocks/ListTours.php:157
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (11, 14, 20) and `bravo_locations`.`deleted_at` is null260μsu530638397_puertoListTours.php#178
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Tour/Blocks/ListTours.php:178
      • 22. modules/Tour/Blocks/ListTours.php:157
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (11, 14, 20)240μsu530638397_puertoListTours.php#178
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 26. modules/Tour/Blocks/ListTours.php:178
      • 27. modules/Tour/Blocks/ListTours.php:157
      • 30. modules/Template/Blocks/RootBlock.php:10
      • 33. modules/Page/Models/Page.php:82
      • 34. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (16, 17, 18, 19, 20, 21)220μsu530638397_puertoListTours.php#178
      Bindings
      • 0: tour
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Tour/Blocks/ListTours.php:178
      • 22. modules/Tour/Blocks/ListTours.php:157
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (16, 17, 18, 19, 20, 21)340μsu530638397_puertoListTours.php#178
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Tour/Blocks/ListTours.php:178
      • 22. modules/Tour/Blocks/ListTours.php:157
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null order by `id` asc limit 12410μsu530638397_puertoListLocations.php#168
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Location/Blocks/ListLocations.php:168
      • 16. modules/Location/Blocks/ListLocations.php:132
      • 19. modules/Template/Blocks/RootBlock.php:10
      • 22. modules/Page/Models/Page.php:82
      • 23. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (11, 13, 14, 15, 16, 17, 18, 19, 20, 21)280μsu530638397_puertoListLocations.php#168
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Location/Blocks/ListLocations.php:168
      • 21. modules/Location/Blocks/ListLocations.php:132
      • 24. modules/Template/Blocks/RootBlock.php:10
      • 27. modules/Page/Models/Page.php:82
      • 28. view::Page::frontend.detail:5
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 21 and `bravo_locations`.`_rgt` <= 22 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null470μsu530638397_puertoTour.php#813
      Bindings
      • 0: 21
      • 1: 22
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 25 and `bravo_locations`.`_rgt` <= 26 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null510μsu530638397_puertoTour.php#813
      Bindings
      • 0: 25
      • 1: 26
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 27 and `bravo_locations`.`_rgt` <= 28 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null440μsu530638397_puertoTour.php#813
      Bindings
      • 0: 27
      • 1: 28
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 29 and `bravo_locations`.`_rgt` <= 30 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null390μsu530638397_puertoTour.php#813
      Bindings
      • 0: 29
      • 1: 30
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 31 and `bravo_locations`.`_rgt` <= 32 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null380μsu530638397_puertoTour.php#813
      Bindings
      • 0: 31
      • 1: 32
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 33 and `bravo_locations`.`_rgt` <= 34 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null360μsu530638397_puertoTour.php#813
      Bindings
      • 0: 33
      • 1: 34
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 35 and `bravo_locations`.`_rgt` <= 36 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null330μsu530638397_puertoTour.php#813
      Bindings
      • 0: 35
      • 1: 36
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 37 and `bravo_locations`.`_rgt` <= 38 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null330μsu530638397_puertoTour.php#813
      Bindings
      • 0: 37
      • 1: 38
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 39 and `bravo_locations`.`_rgt` <= 40 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null340μsu530638397_puertoTour.php#813
      Bindings
      • 0: 39
      • 1: 40
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 41 and `bravo_locations`.`_rgt` <= 42 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null340μsu530638397_puertoTour.php#813
      Bindings
      • 0: 41
      • 1: 42
      • 2: publish
      Backtrace
      • 16. modules/Tour/Models/Tour.php:813
      • 17. modules/Location/Models/Location.php:78
      • 18. view::Location::frontend.blocks.list-locations.loop:29
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • 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 1350μsu530638397_puertoHasTranslations.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` = 10 and `core_pages`.`deleted_at` is null limit 1260μsu530638397_puertoMenuWalker.php#36
      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/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:116
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • 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 1270μsu530638397_puertoHasTranslations.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` = 10 and `core_pages`.`deleted_at` is null limit 1280μsu530638397_puertoMenuWalker.php#36
      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. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:116
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    Modules\Core\Models\Terms
    24Terms.php#?
    Modules\Core\Models\TermsTranslation
    24TermsTranslation.php#?
    Modules\Location\Models\Location
    23Location.php#?
    Modules\Location\Models\LocationTranslation
    23LocationTranslation.php#?
    Modules\Tour\Models\TourCategory
    14TourCategory.php#?
    Modules\Tour\Models\TourCategoryTranslation
    14TourCategoryTranslation.php#?
    Modules\Tour\Models\Tour
    6Tour.php#?
    Modules\Tour\Models\TourTranslation
    6TourTranslation.php#?
    Modules\Page\Models\Page
    3Page.php#?
    Modules\Core\Models\Attributes
    2Attributes.php#?
    Modules\Core\Models\AttributesTranslation
    2AttributesTranslation.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
    Modules\Page\Models\PageTranslation
    1PageTranslation.php#?
    Modules\Core\Models\SEO
    1SEO.php#?
    Modules\Template\Models\Template
    1Template.php#?
    Modules\Template\Models\TemplateTranslation
    1TemplateTranslation.php#?
      web
      null
      sanctum
      null
        _token
        MdxxgMRsO3wxGOjtqs0tw2LRbSPdzOTkF80eyuRs
        _previous
        array:1 [ "url" => "https://portofephesus.com" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /
        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:23 [ "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 => "br" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjYrbmFBeDYvWkVsOEdaa1VmN2lBVkE9PSIsInZhbHVlIjoiOUpUeXVsZlpQUXVKMkJHbHpsZE5ZQjZmUXl0aUJVYloveTlFeVVCVTUwQzhNRTZETmJMajV1bGdXUDBrN0FvWHpEMmx5K21wcFU1bkVuY2E5VlpaK3BLZlRWYzNaOExPN3o3aEVUY2dxMXY5YlR2dWtmWjRYTUxjYkRJOGliTGsiLCJtYWMiOiIwNjc1ZmQxNmIxMjJlOGM0Mjk2YTA4Njg1MzhmZWRhZjVhNWE3ZTczNDc4MjNkZjVkMWIzMGJiZGIzODkxMDliIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6ImFINVZnNzBuV29JaCt4UmVuNWtzVWc9PSIsInZhbHVlIjoiMmpoMUV2RjRybjVpcVhRMW4rcGtKMmVGbDlnWnU3VFQ1YjRNbFQzMjE4TjB4Yk1sM1lKQkRPRDF3TUtjRmN4RGFPN1NlN1Q1NXdmaGkvamY3cEFRbDAvS09WZnNhNVh5N1pPMkowTWFGd3NrMnVRem03cXdJVWplK0NtaU80UTYiLCJtYWMiOiI0MzJhNGUzNGJlNzkzNWM4OTVjYTdlOGMwOTFlM2U0NWFlNjc0YjliNjNjZTAzMjY2YWU2ODZjMjE1Mzc3Njk5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjYrbmFBeDYvWkVsOEdaa1VmN2lBVkE9PSIsInZhbHVlIjoiOUpUeXVsZlpQUXVKMkJHbHpsZE5ZQjZmUXl0aUJVYloveTlFeVVCVTUwQzhNRTZETmJMajV1bGdXUDBrN0FvWHpEMmx5K" ] "host" => array:1 [ 0 => "portofephesus.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 => "18.116.52.32" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "18.116.52.32" ] "x-real-port" => array:1 [ 0 => "48947" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-port" => array:1 [ 0 => "443" ] "x-lscache" => array:1 [ 0 => "1" ] "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" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "MdxxgMRsO3wxGOjtqs0tw2LRbSPdzOTkF80eyuRs" "booking_core_session" => "9a9YfhQdy9bdMcSa5W4odCZaXCK7s0xcXGmtVkjK" ]
        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, 14 Jan 2025 01:20:58 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlU5QXhNenNxOE9nd2Y5Ykk4UnQzZlE9PSIsInZhbHVlIjoiNUtGNkxLNmZXbXF4REJQQlh3a21XV21YWUptdVNiS0kzb3laam04VmlCSmtGK3A2SWhpMDhQa1BxTHM0WTRxZDlWRk1UbEZNemZPSEF4NHhQeFdNVnp0clhCSVNleThMRDV0TnN6bXkxYmhOY1VpOXNKajZLY3k1SjE4Qlp1NDMiLCJtYWMiOiIzYmI5ZDQ5YmFlZTlhODlkMDc0M2MxM2U5OTE2YWM3NGMwMDQ1OWU2NTVhODc0NjA1OTkzMTJmNTBjNDUxY2ZmIiwidGFnIjoiIn0%3D; expires=Tue, 14 Jan 2025 03:20:58 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlU5QXhNenNxOE9nd2Y5Ykk4UnQzZlE9PSIsInZhbHVlIjoiNUtGNkxLNmZXbXF4REJQQlh3a21XV21YWUptdVNiS0kzb3laam04VmlCSmtGK3A2SWhpMDhQa1BxTHM0WTRxZDlWRk1Ub" 1 => "booking_core_session=eyJpdiI6Ilp6T2hZby81YklZWklFcWw4ZS9OdVE9PSIsInZhbHVlIjoiM0VmZWhpeFhVYzZuS3ZNRGdRTTZLYlQvVWZUMTAvOVVaeGxZTlp2a2tyZWZIMWVxaVY0N2p4elZyL3Bmd0Z1anZNc2lvS1JiZDlhZ2h6RXFDU2V6c3hQY2FhWTdncDgzSWU0Q3JuMVZGN0hTZDNqTlM5L0twa1RwSEdUNUNYL1giLCJtYWMiOiJlZDI2OTg2MmU3ZTY2YzEyNDBjNzNiZTJjMjU1MDI1NDY3ODE1MWYyZmNlYmFiMTY5MWFlODY0MDM0ODFiYWY4IiwidGFnIjoiIn0%3D; expires=Tue, 14 Jan 2025 03:20:58 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6Ilp6T2hZby81YklZWklFcWw4ZS9OdVE9PSIsInZhbHVlIjoiM0VmZWhpeFhVYzZuS3ZNRGdRTTZLYlQvVWZUMTAvOVVaeGxZTlp2a2tyZWZIMWVxaVY0N2p4elZyL3Bmd0Z" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlU5QXhNenNxOE9nd2Y5Ykk4UnQzZlE9PSIsInZhbHVlIjoiNUtGNkxLNmZXbXF4REJQQlh3a21XV21YWUptdVNiS0kzb3laam04VmlCSmtGK3A2SWhpMDhQa1BxTHM0WTRxZDlWRk1UbEZNemZPSEF4NHhQeFdNVnp0clhCSVNleThMRDV0TnN6bXkxYmhOY1VpOXNKajZLY3k1SjE4Qlp1NDMiLCJtYWMiOiIzYmI5ZDQ5YmFlZTlhODlkMDc0M2MxM2U5OTE2YWM3NGMwMDQ1OWU2NTVhODc0NjA1OTkzMTJmNTBjNDUxY2ZmIiwidGFnIjoiIn0%3D; expires=Tue, 14-Jan-2025 03:20:58 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlU5QXhNenNxOE9nd2Y5Ykk4UnQzZlE9PSIsInZhbHVlIjoiNUtGNkxLNmZXbXF4REJQQlh3a21XV21YWUptdVNiS0kzb3laam04VmlCSmtGK3A2SWhpMDhQa1BxTHM0WTRxZDlWRk1Ub" 1 => "booking_core_session=eyJpdiI6Ilp6T2hZby81YklZWklFcWw4ZS9OdVE9PSIsInZhbHVlIjoiM0VmZWhpeFhVYzZuS3ZNRGdRTTZLYlQvVWZUMTAvOVVaeGxZTlp2a2tyZWZIMWVxaVY0N2p4elZyL3Bmd0Z1anZNc2lvS1JiZDlhZ2h6RXFDU2V6c3hQY2FhWTdncDgzSWU0Q3JuMVZGN0hTZDNqTlM5L0twa1RwSEdUNUNYL1giLCJtYWMiOiJlZDI2OTg2MmU3ZTY2YzEyNDBjNzNiZTJjMjU1MDI1NDY3ODE1MWYyZmNlYmFiMTY5MWFlODY0MDM0ODFiYWY4IiwidGFnIjoiIn0%3D; expires=Tue, 14-Jan-2025 03:20:58 GMT; path=/; httponlybooking_core_session=eyJpdiI6Ilp6T2hZby81YklZWklFcWw4ZS9OdVE9PSIsInZhbHVlIjoiM0VmZWhpeFhVYzZuS3ZNRGdRTTZLYlQvVWZUMTAvOVVaeGxZTlp2a2tyZWZIMWVxaVY0N2p4elZyL3Bmd0Z" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "MdxxgMRsO3wxGOjtqs0tw2LRbSPdzOTkF80eyuRs" "_previous" => array:1 [ "url" => "https://portofephesus.com" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-01-14 01:20:58GET/es/profile/1 (stacked)32
        #22025-01-14 01:20:58GET/14440147