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.7sRequest Duration36MBMemory UsageGET page/{slug?}RouteAuth status
  • warninglog[22:54:16] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (578ms)time
  • Application (1.12s)time
  • 1 x Application (66.01%)
    1.12s
    1 x Booting (33.99%)
    578ms
    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 duplicated57.73ms
    • select * from `core_pages` where `slug` = 'home-tour-agency' and `core_pages`.`deleted_at` is null limit 16.64msvillab1_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.88msvillab1_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.43msvillab1_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 12.13msvillab1_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.19msvillab1_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)820μ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.06msvillab1_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)840μsvillab1_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 null900μ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`5.53msvillab1_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 02.11msvillab1_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 null1.11msvillab1_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)690μ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 (1, 2, 3, 4, 5)980μ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 (1, 2, 3, 4, 5)1.17msvillab1_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`4.56msvillab1_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 02.51msvillab1_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 null760μ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)480μ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)1.12msvillab1_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)1.59msvillab1_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.55msvillab1_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 11.87msvillab1_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.18msvillab1_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 11.55msvillab1_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 12.08msvillab1_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.08msvillab1_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)1.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 null1.26msvillab1_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 11.1msvillab1_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 1700μ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 1810μ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 1920μ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
    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
        Du2udyTDgYFcGp7m5XRHeU0VggCeCtEhg2FmmS7g
        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=eyJpdiI6Ik1JeklORnVLRmxZMmpsclNTTHJDTkE9PSIsInZhbHVlIjoiSUR2OEsyY0V2cTRvNFNYdkJjNVBIZStOL3BCaDBMRDhoZjJzRFh5ZUw5N1RTMWpLaWNjZitOZFZYQ1RSM1VibWNnRzZ6ODhGYlJ6eUdGVHlOVmhSNS9hSlNjRU1TMlN2cjArSTlWc3BlalcrYWRKblVTQUZtcWVJQjIzQlplWGYiLCJtYWMiOiIwZjExYWFkMmQ4NWY2ZDRiNTVjYmFkZTZiNGUwYTVhZTBjZDhiMGI1NDUzYmVlZmYxNTQyNGY3NjdjM2FiMWFhIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IjhzL3lTcVllVVJhRnVjaU5obmNTd0E9PSIsInZhbHVlIjoiaUVHdENqTWhkQk9YcFFLanFKcmM4c1Zpb3llUlViellmTm9UKzVBVDlQblNrN1dvUS9MN2JGWndHSWJVbVVFWlRKZ3JVcXVLUXY4S1ZpSmFEOTBqYk9EV0lNdThVa3ZtQ1FicGJydzhtRGt5VWZZdng1c24wTUZacHFjRDNESFgiLCJtYWMiOiI2NzZjYmMyMjNlNWE5OTZiODkxNGViNzJmYmNiMjgzYTAwNDQ0NmVjYjBiNWQ1YjdkN2IyYTU5YWIyNTZiNTIxIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Ik1JeklORnVLRmxZMmpsclNTTHJDTkE9PSIsInZhbHVlIjoiSUR2OEsyY0V2cTRvNFNYdkJjNVBIZStOL3BCaDBMRDhoZjJzRFh5ZUw5N1RTMWpLaWNjZitOZFZYQ1RSM1VibWNnRzZ6O" ] "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" => "Du2udyTDgYFcGp7m5XRHeU0VggCeCtEhg2FmmS7g" "booking_core_session" => "xA6P8Hk2xOoKN8deFvB7Maast8h7msUkwFsaf4OT" ]
        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, 21 Jul 2025 19:54:16 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik51VUxkSHdCTDhIKy81Vmc3TGNKR0E9PSIsInZhbHVlIjoiVjQ2MGptQ0dvVWRLU3NsWHBPcDdwZEZxMFE2NUJ3VGNHaVpnY3NXdExyY0FMUXg5Qk9qUGhMRUU2MVd0NlVMeUxXSmJoQTdKTnhTSVhrUGVBOEZ5WXdGbFBGc2UvRTJkTnIyRXYrakhVQUhTekVNQ3ZRWkl2NWVMRHk2d3FWKzkiLCJtYWMiOiI0ZjI1ZTI0MjQzNjZjZTY0NmE3ZjhkZmEyYzY5OTc2MmM1NjQ0M2NlZDE5MWRjMmE0NzU0NjE1OWE2ZWRiZTkwIiwidGFnIjoiIn0%3D; expires=Mon, 21 Jul 2025 21:54:17 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik51VUxkSHdCTDhIKy81Vmc3TGNKR0E9PSIsInZhbHVlIjoiVjQ2MGptQ0dvVWRLU3NsWHBPcDdwZEZxMFE2NUJ3VGNHaVpnY3NXdExyY0FMUXg5Qk9qUGhMRUU2MVd0NlVMeUxXSmJoQ" 1 => "booking_core_session=eyJpdiI6IjRWOTFaNXJvMVBiRHk1VVR4c2E5S3c9PSIsInZhbHVlIjoiN0NnOUQwaU5UYk84OWx5UTVaWTAzblFWelhtR05NYXQzTk92MkJmdlNoV0ZlQUFDTnRIYkRwcnE2TGFtYXEzOTFEL0pzb0pUMGJCOVlta0IybHc1T1JRQ0xuMmRZakNyRGE1dnJyc0I3ZUZuc09xajB4a0JkbC9lakEyUGlOcWIiLCJtYWMiOiI3M2I1ZWRkZjUyZGViZDQwZGIxYjRkZTVlNWU2NzJkYjUxZjUxMWY0OGQyNWE2Y2IzMTk1NTc4ZWUzMGUyYjMwIiwidGFnIjoiIn0%3D; expires=Mon, 21 Jul 2025 21:54:17 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IjRWOTFaNXJvMVBiRHk1VVR4c2E5S3c9PSIsInZhbHVlIjoiN0NnOUQwaU5UYk84OWx5UTVaWTAzblFWelhtR05NYXQzTk92MkJmdlNoV0ZlQUFDTnRIYkRwcnE2TGFtYXE" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik51VUxkSHdCTDhIKy81Vmc3TGNKR0E9PSIsInZhbHVlIjoiVjQ2MGptQ0dvVWRLU3NsWHBPcDdwZEZxMFE2NUJ3VGNHaVpnY3NXdExyY0FMUXg5Qk9qUGhMRUU2MVd0NlVMeUxXSmJoQTdKTnhTSVhrUGVBOEZ5WXdGbFBGc2UvRTJkTnIyRXYrakhVQUhTekVNQ3ZRWkl2NWVMRHk2d3FWKzkiLCJtYWMiOiI0ZjI1ZTI0MjQzNjZjZTY0NmE3ZjhkZmEyYzY5OTc2MmM1NjQ0M2NlZDE5MWRjMmE0NzU0NjE1OWE2ZWRiZTkwIiwidGFnIjoiIn0%3D; expires=Mon, 21-Jul-2025 21:54:17 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik51VUxkSHdCTDhIKy81Vmc3TGNKR0E9PSIsInZhbHVlIjoiVjQ2MGptQ0dvVWRLU3NsWHBPcDdwZEZxMFE2NUJ3VGNHaVpnY3NXdExyY0FMUXg5Qk9qUGhMRUU2MVd0NlVMeUxXSmJoQ" 1 => "booking_core_session=eyJpdiI6IjRWOTFaNXJvMVBiRHk1VVR4c2E5S3c9PSIsInZhbHVlIjoiN0NnOUQwaU5UYk84OWx5UTVaWTAzblFWelhtR05NYXQzTk92MkJmdlNoV0ZlQUFDTnRIYkRwcnE2TGFtYXEzOTFEL0pzb0pUMGJCOVlta0IybHc1T1JRQ0xuMmRZakNyRGE1dnJyc0I3ZUZuc09xajB4a0JkbC9lakEyUGlOcWIiLCJtYWMiOiI3M2I1ZWRkZjUyZGViZDQwZGIxYjRkZTVlNWU2NzJkYjUxZjUxMWY0OGQyNWE2Y2IzMTk1NTc4ZWUzMGUyYjMwIiwidGFnIjoiIn0%3D; expires=Mon, 21-Jul-2025 21:54:17 GMT; path=/; httponlybooking_core_session=eyJpdiI6IjRWOTFaNXJvMVBiRHk1VVR4c2E5S3c9PSIsInZhbHVlIjoiN0NnOUQwaU5UYk84OWx5UTVaWTAzblFWelhtR05NYXQzTk92MkJmdlNoV0ZlQUFDTnRIYkRwcnE2TGFtYXE" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "Du2udyTDgYFcGp7m5XRHeU0VggCeCtEhg2FmmS7g" "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-07-21 22:54:17GET/page/home-tour-agency1393539
        2025-07-21 - 2025-07-22