Sale up for new year
Curabitur blandit tempus
Enjoy your holiday
Curabitur blandit tempus porttitor
Explore
xx

Recent Articles

One way to vertically center is to use my-auto

Request history8.2.27PHP Version1.61sRequest Duration36MBMemory UsageGET page/{slug?}RouteAuth status
  • warninglog[13:27:23] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (538ms)time
  • Application (1.07s)time
  • 1 x Application (66.53%)
    1.07s
    1 x Booting (33.47%)
    538ms
    39 templates were rendered
    • 1x Page::frontend.detaildetail.blade.php#?blade
    • 1x Tour::frontend.blocks.form-search-tour.indexindex.blade.php#?blade
    • 1x Tour::frontend.blocks.form-search-tour.style-slider-ver2style-slider-ver2.blade.php#?blade
    • 1x Tour::frontend.layouts.search.form-searchform-search.blade.php#?blade
    • 1x Tour::frontend.layouts.search.fields.locationlocation.blade.php#?blade
    • 1x Tour::frontend.layouts.search.fields.datedate.blade.php#?blade
    • 2x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
    • 1x Tour::frontend.blocks.list-tour.style-carousel-simplestyle-carousel-simple.blade.php#?blade
    • 2x Template::frontend.blocks.call-to-action.indexindex.blade.php#?blade
    • 1x Template::frontend.blocks.call-to-action.style-2style-2.blade.php#?blade
    • 1x Tour::frontend.blocks.list-tour.style-normalstyle-normal.blade.php#?blade
    • 4x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
    • 1x Template::frontend.blocks.call-to-action.style-3style-3.blade.php#?blade
    • 1x Template::frontend.blocks.list-featured-item.indexindex.blade.php#?blade
    • 1x Tour::frontend.blocks.box-category-tour.indexindex.blade.php#?blade
    • 1x Template::frontend.blocks.client-feedback.indexindex.blade.php#?blade
    • 1x News::frontend.blocks.list-news.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 page/{slug?}
    middleware
    web
    controller
    Modules\Page\Controllers\PageController@detail
    namespace
    Modules\Page\Controllers
    prefix
    /page
    where
    as
    page.detail
    file
    modules/Page/Controllers/PageController.php:29-53
    35 statements were executed, 8 of which were duplicates, 27 unique. Show only duplicated60.94ms
    • select * from `core_pages` where `slug` = 'home-tour-agency' and `core_pages`.`deleted_at` is null limit 15.87msvillab1_dreamzelter26PageController.php#37
      Bindings
      • 0: home-tour-agency
      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 `core_page_translations` where `core_page_translations`.`origin_id` = 8 and `core_page_translations`.`origin_id` is not null and `locale` = '' limit 11.31msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 8
      • 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. app/Traits/HasTranslations.php:51
      • 22. modules/Page/Controllers/PageController.php:42
      • 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:259
    • select * from `bravo_seo` where `object_id` = 8 and `object_model` = 'page' limit 11.85msvillab1_dreamzelter26BaseModel.php#199
      Bindings
      • 0: 8
      • 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` = 7 and `core_templates`.`id` is not null limit 11.89msvillab1_dreamzelter26Page.php#79
      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
      • 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` = 7 and `core_template_translations`.`origin_id` is not null and `locale` = '' limit 11.62msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 7
      • 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. 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 limit 10001.31msvillab1_dreamzelter26FormSearchTour.php#88
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. modules/Tour/Blocks/FormSearchTour.php:88
      • 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` = '' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)980μsvillab1_dreamzelter26FormSearchTour.php#88
      Bindings
      • 0: 
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Tour/Blocks/FormSearchTour.php:88
      • 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 null1.17msvillab1_dreamzelter26FormSearchTour.php#97
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Blocks/FormSearchTour.php:97
      • 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` = '' and `bravo_tour_category_translations`.`origin_id` in (1, 2, 3, 4)1.97msvillab1_dreamzelter26FormSearchTour.php#97
      Bindings
      • 0: 
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Tour/Blocks/FormSearchTour.php:97
      • 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 (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null730μsvillab1_dreamzelter26Tour.php#1013
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Models/Tour.php:1013
      • 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`1.09msvillab1_dreamzelter26ListTours.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 5 offset 06.07msvillab1_dreamzelter26ListTours.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 (1, 2) and `bravo_locations`.`deleted_at` is null2.29msvillab1_dreamzelter26ListTours.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` = '' and `bravo_location_translations`.`origin_id` in (1, 2)1.02msvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: 
      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 (1, 2, 3, 4, 5)2.34msvillab1_dreamzelter26ListTours.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` = '' and `bravo_tour_translations`.`origin_id` in (1, 2, 3, 4, 5)1.66msvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 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_category` where (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null1.01msvillab1_dreamzelter26Tour.php#1013
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Models/Tour.php:1013
      • 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`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`3.06msvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: publish
      • 1: 1
      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`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` desc limit 8 offset 04.06msvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: publish
      • 1: 1
      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 (1, 2) and `bravo_locations`.`deleted_at` is null530μsvillab1_dreamzelter26ListTours.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` = '' and `bravo_location_translations`.`origin_id` in (1, 2)450μsvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: 
      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 (2, 3, 4, 6)660μsvillab1_dreamzelter26ListTours.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` = '' and `bravo_tour_translations`.`origin_id` in (2, 3, 4, 6)2.87msvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 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_category` where `id` in ('4', '3', '2', '1', '2') and `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null1.35msvillab1_dreamzelter26BoxCategoryTour.php#69
      Bindings
      • 0: 4
      • 1: 3
      • 2: 2
      • 3: 1
      • 4: 2
      • 5: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Tour/Blocks/BoxCategoryTour.php:69
      • 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 `bravo_tour_category_translations`.`origin_id` = 4 and `bravo_tour_category_translations`.`origin_id` is not null and `locale` = '' limit 12.21msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 4
      • 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. app/Traits/HasTranslations.php:51
      • 22. view::Tour::frontend.blocks.box-category-tour.index:21
      • 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_translations` where `bravo_tour_category_translations`.`origin_id` = 3 and `bravo_tour_category_translations`.`origin_id` is not null and `locale` = '' limit 11.74msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 3
      • 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. app/Traits/HasTranslations.php:51
      • 22. view::Tour::frontend.blocks.box-category-tour.index:21
      • 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_translations` where `bravo_tour_category_translations`.`origin_id` = 2 and `bravo_tour_category_translations`.`origin_id` is not null and `locale` = '' limit 12.19msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 2
      • 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. app/Traits/HasTranslations.php:51
      • 22. view::Tour::frontend.blocks.box-category-tour.index:21
      • 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_translations` where `bravo_tour_category_translations`.`origin_id` = 1 and `bravo_tour_category_translations`.`origin_id` is not null and `locale` = '' limit 1770μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 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. app/Traits/HasTranslations.php:51
      • 22. view::Tour::frontend.blocks.box-category-tour.index:21
      • 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 `core_news`.* from `core_news` where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id` order by `core_news`.`id` asc limit 31.13msvillab1_dreamzelter26ListNews.php#134
      Bindings
      • 0: publish
      Backtrace
      • 15. modules/News/Blocks/ListNews.php:134
      • 16. modules/News/Blocks/ListNews.php:89
      • 19. modules/Template/Blocks/RootBlock.php:10
      • 22. modules/Page/Models/Page.php:82
      • 23. view::Page::frontend.detail:5
    • select * from `core_news_translations` where `locale` = '' and `core_news_translations`.`origin_id` in (1, 2, 3)2.23msvillab1_dreamzelter26ListNews.php#134
      Bindings
      • 0: 
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/News/Blocks/ListNews.php:134
      • 21. modules/News/Blocks/ListNews.php:89
      • 24. modules/Template/Blocks/RootBlock.php:10
      • 27. modules/Page/Models/Page.php:82
      • 28. view::Page::frontend.detail:5
    • select * from `core_news_category` where `core_news_category`.`id` in (1, 2) and `core_news_category`.`deleted_at` is null860μsvillab1_dreamzelter26ListNews.php#134
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/News/Blocks/ListNews.php:134
      • 21. modules/News/Blocks/ListNews.php:89
      • 24. modules/Template/Blocks/RootBlock.php:10
      • 27. modules/Page/Models/Page.php:82
      • 28. view::Page::frontend.detail:5
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 1 and `core_news_category_translations`.`origin_id` is not null and `locale` = '' limit 1520μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 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. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.blocks.list-news.index:26
      • 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_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_translations`.`origin_id` is not null and `locale` = '' limit 1460μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 2
      • 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. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.blocks.list-news.index:26
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = '' limit 1670μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 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. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:112
      • 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_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = '' limit 11msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 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. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:112
      • 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
    Modules\Location\Models\Location
    14Location.php#?
    Modules\Tour\Models\Tour
    9Tour.php#?
    Modules\Tour\Models\TourCategory
    8TourCategory.php#?
    Modules\News\Models\News
    3News.php#?
    Modules\News\Models\NewsCategory
    2NewsCategory.php#?
    Modules\Page\Models\Page
    1Page.php#?
    Modules\Template\Models\Template
    1Template.php#?
    Modules\Template\Models\TemplateTranslation
    1TemplateTranslation.php#?
      web
      null
      sanctum
      null
        _token
        pWM2WhBdYVrOm3OGwI1JdcLjPQm8Ig6S4YJyvMef
        bc_current_currency
        jpy
        _previous
        array:1 [ "url" => "https://www.villabnb.com.tr/page/home-tour-agency" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /page/home-tour-agency
        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:16 [ "host" => array:1 [ 0 => "www.villabnb.com.tr" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlRUQW1yWVpzNU9jOVpwUmpSV3Yva0E9PSIsInZhbHVlIjoiTkUxU0Q3ZjlRdnRGazZsT2RWR2Ird1pUTjJ3WUtuSWFqUlFFR0VhMnVxVzU4SEM1aUUzdkprRktwQVN3VXdaaUdUanpsblRJbmVzTG1iLzMvdlNRajNqUzF3VG5RVllSVkR3bXZZN3ZwamYydXFQamNEVTJGK3NNdnphU2NnOVkiLCJtYWMiOiIyZTBkOGFiMWNhNzViNGZjZDAwNTdjNzM3OGQwZTU4N2M3MTMzNTY3YzZlNDYyMWQ3YWVlN2M5NzBlMjAwNzdjIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IkxPRnRsVXVJcDk1NkFvdnpPKzYrdXc9PSIsInZhbHVlIjoicVpSK3pPbm9qWmlHb0tncGgwUXJsUmdST0luTTlPZHRUdUE1MlFMTWF6TXZVZ0o2YnFoWFB2Qi9KYkF6bi80REJLWG5HNHJHWUxWMVh6VGl4Z2xSaU9BNTlkVVJ3QVdaYUJZTnR5Y09jODUvZWhrVmpQeW5zNlpWK29jYllGNysiLCJtYWMiOiI0ZGVmYzhjZmU2ZmZlNzc2Y2U5MGJlODI0MjhjMzA0MTlhZDc3ODQwMGQxYTZhYWFkZThiOGQwMjdjZGE2Y2VhIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlRUQW1yWVpzNU9jOVpwUmpSV3Yva0E9PSIsInZhbHVlIjoiTkUxU0Q3ZjlRdnRGazZsT2RWR2Ird1pUTjJ3WUtuSWFqUlFFR0VhMnVxVzU4SEM1aUUzdkprRktwQVN3VXdaaUdUanpsb" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "pWM2WhBdYVrOm3OGwI1JdcLjPQm8Ig6S4YJyvMef" "booking_core_session" => "lmnVDO1ShHY69tvdGGqSYQrM11ElO8YJrltpcxrf" ]
        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 => "Mon, 11 Aug 2025 10:27:23 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJqSGtXazRRR1lBQ29lS0xwMzFZZXc9PSIsInZhbHVlIjoiTW5JcUM0cjUzTlZDUkVYUFVIY2h3b1NLaTV4bXE5SnBtOE1GSmdOVnZQL0lnMG56anVDaFVYeFM5MHpiTUVUZFR1MlhISEllbHlYUTF2WmR5YldMbnk4RzI2aGh3aTE1V09aMVFLd1BhTW1MdGdKdU9LV21QK1lHd2hWbVlPT0siLCJtYWMiOiI0ZDFkOTQ5OTYxY2Q3YTFhMTdjYjNhODYzY2Q3NmQyYmJhZTAyOTRjNDc5MDMxNzI5NGY1YTUyZmI3OTc1NjNhIiwidGFnIjoiIn0%3D; expires=Mon, 11 Aug 2025 12:27:24 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkJqSGtXazRRR1lBQ29lS0xwMzFZZXc9PSIsInZhbHVlIjoiTW5JcUM0cjUzTlZDUkVYUFVIY2h3b1NLaTV4bXE5SnBtOE1GSmdOVnZQL0lnMG56anVDaFVYeFM5MHpiTUVUZFR1MlhIS" 1 => "booking_core_session=eyJpdiI6IlBzSnZpM3orSjAwbm9neml5ak0rcEE9PSIsInZhbHVlIjoiZXZwOEpFQjc1cWZnbTdKRjFwNmFmekJTZ0ZFVHB4dGFaVFNLRkY2cm11K0FHdWNmR1ZFZDZyTCtyUXpreFZFVjNOMlN2eUdJckhqL3J6b3NEcFZabG9sdTBoRzlzZmRFSW9HTXU1dHpiSlovYkllL2NuYlh6eEJqaHN4QlNmRDUiLCJtYWMiOiIwMDM2YWRjM2JkYjQzNzYxMmZlMzk3ZGZmNGQxYjIwY2Q2Y2JkODdlYTMyMGM5MTIzYTYwN2Q0NTJiMzM3OTc5IiwidGFnIjoiIn0%3D; expires=Mon, 11 Aug 2025 12:27:24 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IlBzSnZpM3orSjAwbm9neml5ak0rcEE9PSIsInZhbHVlIjoiZXZwOEpFQjc1cWZnbTdKRjFwNmFmekJTZ0ZFVHB4dGFaVFNLRkY2cm11K0FHdWNmR1ZFZDZyTCtyUXpreFZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJqSGtXazRRR1lBQ29lS0xwMzFZZXc9PSIsInZhbHVlIjoiTW5JcUM0cjUzTlZDUkVYUFVIY2h3b1NLaTV4bXE5SnBtOE1GSmdOVnZQL0lnMG56anVDaFVYeFM5MHpiTUVUZFR1MlhISEllbHlYUTF2WmR5YldMbnk4RzI2aGh3aTE1V09aMVFLd1BhTW1MdGdKdU9LV21QK1lHd2hWbVlPT0siLCJtYWMiOiI0ZDFkOTQ5OTYxY2Q3YTFhMTdjYjNhODYzY2Q3NmQyYmJhZTAyOTRjNDc5MDMxNzI5NGY1YTUyZmI3OTc1NjNhIiwidGFnIjoiIn0%3D; expires=Mon, 11-Aug-2025 12:27:24 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkJqSGtXazRRR1lBQ29lS0xwMzFZZXc9PSIsInZhbHVlIjoiTW5JcUM0cjUzTlZDUkVYUFVIY2h3b1NLaTV4bXE5SnBtOE1GSmdOVnZQL0lnMG56anVDaFVYeFM5MHpiTUVUZFR1MlhIS" 1 => "booking_core_session=eyJpdiI6IlBzSnZpM3orSjAwbm9neml5ak0rcEE9PSIsInZhbHVlIjoiZXZwOEpFQjc1cWZnbTdKRjFwNmFmekJTZ0ZFVHB4dGFaVFNLRkY2cm11K0FHdWNmR1ZFZDZyTCtyUXpreFZFVjNOMlN2eUdJckhqL3J6b3NEcFZabG9sdTBoRzlzZmRFSW9HTXU1dHpiSlovYkllL2NuYlh6eEJqaHN4QlNmRDUiLCJtYWMiOiIwMDM2YWRjM2JkYjQzNzYxMmZlMzk3ZGZmNGQxYjIwY2Q2Y2JkODdlYTMyMGM5MTIzYTYwN2Q0NTJiMzM3OTc5IiwidGFnIjoiIn0%3D; expires=Mon, 11-Aug-2025 12:27:24 GMT; path=/; httponlybooking_core_session=eyJpdiI6IlBzSnZpM3orSjAwbm9neml5ak0rcEE9PSIsInZhbHVlIjoiZXZwOEpFQjc1cWZnbTdKRjFwNmFmekJTZ0ZFVHB4dGFaVFNLRkY2cm11K0FHdWNmR1ZFZDZyTCtyUXpreFZ" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "pWM2WhBdYVrOm3OGwI1JdcLjPQm8Ig6S4YJyvMef" "bc_current_currency" => "jpy" "_previous" => array:1 [ "url" => "https://www.villabnb.com.tr/page/home-tour-agency" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-08-11 13:27:24GET/page/home-tour-agency1393539
        2025-08-11 - 2025-08-12