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.57sRequest Duration37MBMemory UsageGET tr/page/{slug?}RouteAuth status
  • warninglog[21:17:13] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (510ms)time
  • Application (1.06s)time
  • 1 x Application (67.47%)
    1.06s
    1 x Booting (32.53%)
    510ms
    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 tr/page/{slug?}
    middleware
    web
    controller
    Modules\Page\Controllers\PageController@detail
    namespace
    Modules\Page\Controllers
    prefix
    tr/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 duplicated47.51ms
    • select * from `core_pages` where `slug` = 'home-tour-agency' and `core_pages`.`deleted_at` is null limit 17.16msvillab1_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` = 'tr' limit 13.45msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 8
      • 1: tr
      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_translation_tr' limit 11.26msvillab1_dreamzelter26BaseModel.php#199
      Bindings
      • 0: 8
      • 1: page_translation_tr
      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:214
      • 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.85msvillab1_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` = 'tr' limit 12.97msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 7
      • 1: tr
      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 1000970μsvillab1_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` = 'tr' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)740μsvillab1_dreamzelter26FormSearchTour.php#88
      Bindings
      • 0: tr
      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 null890μsvillab1_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` = 'tr' and `bravo_tour_category_translations`.`origin_id` in (1, 2, 3, 4)1.15msvillab1_dreamzelter26FormSearchTour.php#97
      Bindings
      • 0: tr
      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 null490μ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`650μsvillab1_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.97msvillab1_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 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` = 'tr' and `bravo_location_translations`.`origin_id` in (1, 2)390μsvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: tr
      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)690μ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` = 'tr' and `bravo_tour_translations`.`origin_id` in (1, 2, 3, 4, 5)1.22msvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: tr
      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 null620μ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`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`720μsvillab1_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.44msvillab1_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 null440μ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` = 'tr' and `bravo_location_translations`.`origin_id` in (1, 2)380μsvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: tr
      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)360μ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` = 'tr' and `bravo_tour_translations`.`origin_id` in (2, 3, 4, 6)460μsvillab1_dreamzelter26ListTours.php#178
      Bindings
      • 0: tr
      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 null2.24msvillab1_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` = 'tr' limit 11.49msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 4
      • 1: tr
      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` = 'tr' limit 13.55msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 3
      • 1: tr
      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` = 'tr' limit 11.04msvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 2
      • 1: tr
      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` = 'tr' limit 1970μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 1: tr
      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 3860μsvillab1_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` = 'tr' and `core_news_translations`.`origin_id` in (1, 2, 3)750μsvillab1_dreamzelter26ListNews.php#134
      Bindings
      • 0: tr
      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 null650μ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` = 'tr' limit 1820μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 1: tr
      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` = 'tr' limit 1690μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 2
      • 1: tr
      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` = 'tr' limit 1860μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 1: tr
      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` = 'tr' limit 1790μsvillab1_dreamzelter26HasTranslations.php#51
      Bindings
      • 0: 1
      • 1: tr
      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
        7KcNFGd1YGKKOs0dGkdINkapXwrVoEDfJmFjjPIx
        _previous
        array:1 [ "url" => "https://www.villabnb.com.tr/tr/page/home-tour-agency" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /tr/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=eyJpdiI6InFuRTZlakRuUTBMa2VnMVg3bmNpMXc9PSIsInZhbHVlIjoiNFJ4VlltdEp0TWF5aXpmL2Z4Nm9FenZTUFYzTlhNdTJCNFhBd3RqYy9XNjBtdm5QUlBBbHpqT3NIN1IrUklFOWd1Z2FJS0VaSkVpQ010a00vcEpSYVBpUUxVTzNxa0x5N2NGMzBnaWdtYnVKSVNaZndIREVhbkNabm9LTzNKRVEiLCJtYWMiOiI3Zjk4M2E1YTEzYmUzZmE2Zjc5YWRkZTE4MDE5YjY2ZDU1MTFmZTg0ZWNlNzU0NWYxNGMwMGMyYjVmNDRhMDFjIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IkQ5ZDdPUzhVd2dUT29lWTY4OTJKY3c9PSIsInZhbHVlIjoiOTNHM09HZE91MDEzdlNQV2FGMEhKSjcvcmUrRjdEbTE1NmlJMzJxK3VHWVFyc1NyQ3Q0dENCaWhOZVFjVFVyUERqeERMbkpCaTNvaVNZRmxnUlBoVHd1cE1TTW44Q3lQSUhuNmlQdTZEam5CeVdZcWxFU0I0NVR4MEZNMDY5K0wiLCJtYWMiOiJkNjBlMWY4ZjdmNWIwNTlkMmRhNTUwOGFiNDkyNzFmYTI5NDA3NTc5ZTQyNWJlMzZlMmQ0NjlkZDZiMTBhNTRjIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InFuRTZlakRuUTBMa2VnMVg3bmNpMXc9PSIsInZhbHVlIjoiNFJ4VlltdEp0TWF5aXpmL2Z4Nm9FenZTUFYzTlhNdTJCNFhBd3RqYy9XNjBtdm5QUlBBbHpqT3NIN1IrUklFOWd1Z2FJS" ] "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" => "7KcNFGd1YGKKOs0dGkdINkapXwrVoEDfJmFjjPIx" "booking_core_session" => "cP5yVSX1nzZj1I68Dx3zbL83zzh61W9AA0jWje7Q" ]
        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, 29 Apr 2025 21:17:13 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVNOFdEVXVUdTJrYUhORlpKV1hvTlE9PSIsInZhbHVlIjoidnNxbURhYVlVUmM2V0p4Q2JYamlGMUV3aWZBRnNva1lJU2ZFemJqRWl2M0J3U1JnelI3VWp2NzgwZzcwVmRRR1ZlR2UwMG9TaENwMFRSWW1zRlBhNU9JRHhrWDVOUmRqeU9LZlA2eG1zMFFnMkE5WDBTMTVvaGkrZEVOcTVhVVciLCJtYWMiOiIyMzhmZDI1ZDZjZjcwNGI1MWE4NWJiNmMzNGM2NGFiMWRiYTkxM2EzMzJmZDBlYTkyYmNhZGJlMWQxMjQ5MmJjIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 23:17:14 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjVNOFdEVXVUdTJrYUhORlpKV1hvTlE9PSIsInZhbHVlIjoidnNxbURhYVlVUmM2V0p4Q2JYamlGMUV3aWZBRnNva1lJU2ZFemJqRWl2M0J3U1JnelI3VWp2NzgwZzcwVmRRR1ZlR2UwM" 1 => "booking_core_session=eyJpdiI6InlYVm1lTVF3UlN5QWpIbnRjRjZVNlE9PSIsInZhbHVlIjoiZEtmeVVVTWhxWWlTOXNCUEQ1MHhScWZXY04veVhpTXgvV3dreGxIcE9PcEY4N0xQK0h1ZkFieXV4a21HS3ZjdWJNMGZpTHRKMllyU1JRM2ZoaWpMQ0QwbDZZaXdNVEo2cFh0bVNzK0FqQXh6QWJFSW9kR2FZVnY0Z0Y5ZmJEZXEiLCJtYWMiOiJiMWNkMTU3MGEyMDU1NmJkMjQ5MDZjNTU5ZmY0ZmM4MDIwZWZkOGRjN2UxNzMzNGJjZjMwNWZiMDkxMTBjMDk0IiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 23:17:14 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6InlYVm1lTVF3UlN5QWpIbnRjRjZVNlE9PSIsInZhbHVlIjoiZEtmeVVVTWhxWWlTOXNCUEQ1MHhScWZXY04veVhpTXgvV3dreGxIcE9PcEY4N0xQK0h1ZkFieXV4a21HS3Z" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVNOFdEVXVUdTJrYUhORlpKV1hvTlE9PSIsInZhbHVlIjoidnNxbURhYVlVUmM2V0p4Q2JYamlGMUV3aWZBRnNva1lJU2ZFemJqRWl2M0J3U1JnelI3VWp2NzgwZzcwVmRRR1ZlR2UwMG9TaENwMFRSWW1zRlBhNU9JRHhrWDVOUmRqeU9LZlA2eG1zMFFnMkE5WDBTMTVvaGkrZEVOcTVhVVciLCJtYWMiOiIyMzhmZDI1ZDZjZjcwNGI1MWE4NWJiNmMzNGM2NGFiMWRiYTkxM2EzMzJmZDBlYTkyYmNhZGJlMWQxMjQ5MmJjIiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 23:17:14 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjVNOFdEVXVUdTJrYUhORlpKV1hvTlE9PSIsInZhbHVlIjoidnNxbURhYVlVUmM2V0p4Q2JYamlGMUV3aWZBRnNva1lJU2ZFemJqRWl2M0J3U1JnelI3VWp2NzgwZzcwVmRRR1ZlR2UwM" 1 => "booking_core_session=eyJpdiI6InlYVm1lTVF3UlN5QWpIbnRjRjZVNlE9PSIsInZhbHVlIjoiZEtmeVVVTWhxWWlTOXNCUEQ1MHhScWZXY04veVhpTXgvV3dreGxIcE9PcEY4N0xQK0h1ZkFieXV4a21HS3ZjdWJNMGZpTHRKMllyU1JRM2ZoaWpMQ0QwbDZZaXdNVEo2cFh0bVNzK0FqQXh6QWJFSW9kR2FZVnY0Z0Y5ZmJEZXEiLCJtYWMiOiJiMWNkMTU3MGEyMDU1NmJkMjQ5MDZjNTU5ZmY0ZmM4MDIwZWZkOGRjN2UxNzMzNGJjZjMwNWZiMDkxMTBjMDk0IiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 23:17:14 GMT; path=/; httponlybooking_core_session=eyJpdiI6InlYVm1lTVF3UlN5QWpIbnRjRjZVNlE9PSIsInZhbHVlIjoiZEtmeVVVTWhxWWlTOXNCUEQ1MHhScWZXY04veVhpTXgvV3dreGxIcE9PcEY4N0xQK0h1ZkFieXV4a21HS3Z" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "7KcNFGd1YGKKOs0dGkdINkapXwrVoEDfJmFjjPIx" "_previous" => array:1 [ "url" => "https://www.villabnb.com.tr/tr/page/home-tour-agency" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-29 21:17:14GET/tr/page/home-tour-agency1393539
        2025-04-29 - 2025-04-30