News

A Seaside Reset in Laguna Beach

A Seaside Reset in Laguna Beach

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More

Showing 1 - 1 of 1 posts
Request history8.3.20PHP Version1.29sRequest Duration8MBMemory UsageGET en/news/category/{slug}RouteAuth status
  • warninglog[13:09:53] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (807ms)time
  • Application (483ms)time
  • 1 x Booting (62.58%)
    807ms
    1 x Application (37.42%)
    483ms
    29 templates were rendered
    • 1x News::frontend.indexindex.blade.php#?blade
    • 1x News::frontend.layouts.details.news-breadcrumbnews-breadcrumb.blade.php#?blade
    • 1x News::frontend.layouts.details.news-loopnews-loop.blade.php#?blade
    • 1x pagination::tailwindtailwind.blade.php#?blade
    • 1x vendor.pagination.defaultdefault.blade.php#?blade
    • 1x News::frontend.layouts.details.news-sidebarnews-sidebar.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.search_formsearch_form.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.content_textcontent_text.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.recent_newsrecent_news.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.categorycategory.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.tagtag.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 Layout::parts.cookie-consent-initcookie-consent-init.blade.php#?blade
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET en/news/category/{slug}
    middleware
    web
    controller
    Modules\News\Controllers\CategoryNewsController@index
    namespace
    Modules\News\Controllers
    prefix
    en/news
    where
    as
    news.category.index
    file
    modules/News/Controllers/CategoryNewsController.php:18-58
    22 statements were executed, 5 of which were duplicates, 17 unique. Show only duplicated32.66ms
    • select * from `core_news_category` where `slug` = 'macera-gezisi' and `core_news_category`.`deleted_at` is null limit 13.27msaz_azCategoryNewsController.php#20
      Bindings
      • 0: macera-gezisi
      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/News/Controllers/CategoryNewsController.php:20
      • 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_news_category_translations` where `core_news_category_translations`.`origin_id` = 1 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 11.12msaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. modules/News/Controllers/CategoryNewsController.php:35
      • 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 count(*) as aggregate from (select `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 1 and `core_news_category`.`_rgt` <= 2 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`3.6msaz_azCategoryNewsController.php#38
      Bindings
      • 0: 1
      • 1: 2
      • 2: publish
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:38
      • 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 `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 1 and `core_news_category`.`_rgt` <= 2 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id` limit 5 offset 01.26msaz_azCategoryNewsController.php#38
      Bindings
      • 0: 1
      • 1: 2
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:38
      • 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 `users` where `users`.`id` in (1) and `users`.`deleted_at` is null1.75msaz_azCategoryNewsController.php#38
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/News/Controllers/CategoryNewsController.php:38
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `core_news_category` where `core_news_category`.`id` in (1) and `core_news_category`.`deleted_at` is null660μsaz_azCategoryNewsController.php#38
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/News/Controllers/CategoryNewsController.php:38
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_seo` where `object_id` = 1 and `object_model` = 'news_cat_translation_en' limit 11.33msaz_azBaseModel.php#199
      Bindings
      • 0: 1
      • 1: news_cat_translation_en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. app/BaseModel.php:199
      • 17. app/BaseModel.php:214
      • 18. modules/News/Controllers/CategoryNewsController.php:53
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `core_news_translations` where `core_news_translations`.`origin_id` = 6 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 11.04msaz_azHasTranslations.php#51
      Bindings
      • 0: 6
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:3
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 1 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 11.22msaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:16
      • 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 count(*) as aggregate from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null1.16msaz_azrecent_news.blade.php#6
      Bindings
      • 0: publish
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null order by `id` desc limit 5 offset 0970μsaz_azrecent_news.blade.php#6
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category` where `core_news_category`.`id` in (1, 2, 4) and `core_news_category`.`deleted_at` is null1.26msaz_azrecent_news.blade.php#6
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_translations` where `locale` = 'en' and `core_news_translations`.`origin_id` in (4, 5, 6, 7, 8)930μsaz_azrecent_news.blade.php#6
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 4 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 11.04msaz_azHasTranslations.php#51
      Bindings
      • 0: 4
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 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` = 'en' limit 11.28msaz_azHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 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` = 1 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 11.32msaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 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` where `status` = 'publish' and `core_news_category`.`deleted_at` is null1.3msaz_azcategory.blade.php#2
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. view::News::frontend.layouts.sidebars.category:2
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `locale` = 'en' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)1.14msaz_azcategory.blade.php#2
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::News::frontend.layouts.sidebars.category:2
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `core_tags`.* from `core_tags` inner join `core_news_tag` as `nt` on `nt`.`tag_id` = `core_tags`.`id` where `core_tags`.`deleted_at` is null group by `core_tags`.`id` order by RAND()1.28msaz_azNewsTag.php#61
      Hints
      • 0: ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
      Backtrace
      • 15. modules/News/Models/NewsTag.php:61
      • 16. view::News::frontend.layouts.sidebars.tag:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. 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` = 'en' limit 11.85msaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php: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` = 'en' limit 11.45msaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php: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_pages` where `core_pages`.`id` = '14' and `core_pages`.`deleted_at` is null limit 12.43msaz_azAppHelper.php#629
      Bindings
      • 0: 14
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 20. app/Helpers/AppHelper.php:629
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    Modules\News\Models\NewsCategory
    11NewsCategory.php#?
    Modules\News\Models\News
    6News.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
    App\User
    1User.php#?
    Modules\Page\Models\Page
    1Page.php#?
      web
      null
      sanctum
      null
        _token
        SuXZfGnkU91lSLgDJI7MJl4NAtzK2hGzk9fxpizm
        bc_current_currency
        usd
        _previous
        array:1 [ "url" => "https://a-z.com.tr/en/news/category/macera-gezisi" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /en/news/category/macera-gezisi
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:23 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkR2RFJNU0J5SFhyVk93TTNFQXA3VlE9PSIsInZhbHVlIjoiVTVMZFhCc0Q3WVFPcTFPcDVHcVBhSEJ1K3ZNVXZVMjAvVTRFZHNKcUNPWmw2UTNXY1kyaSs2M3FwTDFCQWFiNWc4a1FGRThaT3ZYWElobjgzWGtVbUZIU0ZZSngvQ0FWc0R0VWF6ODMxK3AvYnQwS3Jla2Q3WmxmVUEwMEJtb0EiLCJtYWMiOiIwYmQ4ZjI0OWY5YjdiMzQ3YWRmZjZkZjAxNjI3MDI3NDA0ZWI0ZjFiNmE3NjdmZTNkNzQ2ZWZlNzVjY2FlYWJjIiwidGFnIjoiIn0%3D; a_ztr_al_sat_kirala_session=eyJpdiI6IjZWVURkUTBZS1pKTzJibENRWC84TlE9PSIsInZhbHVlIjoidWRlQjZmU3M2UUd1TnpXeVB6T2tDbzdlVGNQbnRFZzhmOVRjclhKZW5YakFkaEprcmpSeE4wVHRtSmcxRy8ybWU2eHZjckt0U2pCa2twRkY3aGN0YTJaTjBvdnJwZU9Ta0dXSmc5WXZwZEovWlJ4RFZnRGhZckFkdzRwMW9pcjUiLCJtYWMiOiI2OTVmMzQ5NjU4MGZlZGQ4YmIxNTY2Y2Y5Y2RjNWJiNDAwYTk1NmYxMWU0NzQzZTcyNGE3NGFiOWJkZmNhOGIyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkR2RFJNU0J5SFhyVk93TTNFQXA3VlE9PSIsInZhbHVlIjoiVTVMZFhCc0Q3WVFPcTFPcDVHcVBhSEJ1K3ZNVXZVMjAvVTRFZHNKcUNPWmw2UTNXY1kyaSs2M3FwTDFCQWFiNWc4a1FGR" ] "host" => array:1 [ 0 => "a-z.com.tr" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "18.223.124.91" ] "cf-ray" => array:1 [ 0 => "93c82a0028b710ae-ORD" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-connecting-ip" => array:1 [ 0 => "18.223.124.91" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "SuXZfGnkU91lSLgDJI7MJl4NAtzK2hGzk9fxpizm" "a_ztr_al_sat_kirala_session" => "fQEaQlZLoJwf5CDfwqic4SAg4mitadEEQPvvE2UG" ]
        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 => "Thu, 08 May 2025 10:09:53 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik5kM2I2MXNZRUE1eFpyN3kzcll4Snc9PSIsInZhbHVlIjoiWldiVWF5eDZoZlNhREttSm84VG1VeFk5dzlIL3NzMS9iSmR1WXVhMW15YkFjZGJ5cVlmUGlZeUFnbTlBMXZZK0tNWjJaZjBHcWxxWnN6eExLQ0JOdVYrcWlVMWRSMzI5TTIvSzdVdGtuQTJPVE1zd1MrMlRkRTRWR2FXb0srWnUiLCJtYWMiOiJmMDFiZjQ4YmFiYjU1MTMwMjZlMGFjNDJiOTgzMWJmYWMxNDlhN2FlOGJlMTRiODRhZDdkY2UyZGJlODIyYTBjIiwidGFnIjoiIn0%3D; expires=Thu, 08 May 2025 12:09:54 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik5kM2I2MXNZRUE1eFpyN3kzcll4Snc9PSIsInZhbHVlIjoiWldiVWF5eDZoZlNhREttSm84VG1VeFk5dzlIL3NzMS9iSmR1WXVhMW15YkFjZGJ5cVlmUGlZeUFnbTlBMXZZK0tNWjJaZ" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6IkZ1U2hPOEtlQ0lsdGZoZGZISWdDcmc9PSIsInZhbHVlIjoidmRyZEkydVFnSG1kaFN6WFNRZktudGZocHk5bTRxeVRKUHl3OWJ0VU9SdlZIcllNdzZkS1R6NW5LRUxUb3ArcnhuWnI1SjdOMFArWVlLQmJFQlA0VGM1NUd0cnlnMUVjdExOV1pnZzhVUHZFNmVxcjhDbXNLV0IzbFNTS0V3NmciLCJtYWMiOiI3NThlMzI5MmNjNzEwYjU3ZTQ1YjliY2NhNDViNzQ2YzE4MDg4NWE0MGE3N2I1ZWE0MTgzYTMyYzg4YjU4YzVkIiwidGFnIjoiIn0%3D; expires=Thu, 08 May 2025 12:09:54 GMT; Max-Age=7200; path=/; httponly; samesite=laxa_ztr_al_sat_kirala_session=eyJpdiI6IkZ1U2hPOEtlQ0lsdGZoZGZISWdDcmc9PSIsInZhbHVlIjoidmRyZEkydVFnSG1kaFN6WFNRZktudGZocHk5bTRxeVRKUHl3OWJ0VU9SdlZIcllNdzZkS1R6NW5L" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik5kM2I2MXNZRUE1eFpyN3kzcll4Snc9PSIsInZhbHVlIjoiWldiVWF5eDZoZlNhREttSm84VG1VeFk5dzlIL3NzMS9iSmR1WXVhMW15YkFjZGJ5cVlmUGlZeUFnbTlBMXZZK0tNWjJaZjBHcWxxWnN6eExLQ0JOdVYrcWlVMWRSMzI5TTIvSzdVdGtuQTJPVE1zd1MrMlRkRTRWR2FXb0srWnUiLCJtYWMiOiJmMDFiZjQ4YmFiYjU1MTMwMjZlMGFjNDJiOTgzMWJmYWMxNDlhN2FlOGJlMTRiODRhZDdkY2UyZGJlODIyYTBjIiwidGFnIjoiIn0%3D; expires=Thu, 08-May-2025 12:09:54 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik5kM2I2MXNZRUE1eFpyN3kzcll4Snc9PSIsInZhbHVlIjoiWldiVWF5eDZoZlNhREttSm84VG1VeFk5dzlIL3NzMS9iSmR1WXVhMW15YkFjZGJ5cVlmUGlZeUFnbTlBMXZZK0tNWjJaZ" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6IkZ1U2hPOEtlQ0lsdGZoZGZISWdDcmc9PSIsInZhbHVlIjoidmRyZEkydVFnSG1kaFN6WFNRZktudGZocHk5bTRxeVRKUHl3OWJ0VU9SdlZIcllNdzZkS1R6NW5LRUxUb3ArcnhuWnI1SjdOMFArWVlLQmJFQlA0VGM1NUd0cnlnMUVjdExOV1pnZzhVUHZFNmVxcjhDbXNLV0IzbFNTS0V3NmciLCJtYWMiOiI3NThlMzI5MmNjNzEwYjU3ZTQ1YjliY2NhNDViNzQ2YzE4MDg4NWE0MGE3N2I1ZWE0MTgzYTMyYzg4YjU4YzVkIiwidGFnIjoiIn0%3D; expires=Thu, 08-May-2025 12:09:54 GMT; path=/; httponlya_ztr_al_sat_kirala_session=eyJpdiI6IkZ1U2hPOEtlQ0lsdGZoZGZISWdDcmc9PSIsInZhbHVlIjoidmRyZEkydVFnSG1kaFN6WFNRZktudGZocHk5bTRxeVRKUHl3OWJ0VU9SdlZIcllNdzZkS1R6NW5L" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "SuXZfGnkU91lSLgDJI7MJl4NAtzK2hGzk9fxpizm" "bc_current_currency" => "usd" "_previous" => array:1 [ "url" => "https://a-z.com.tr/en/news/category/macera-gezisi" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-08 13:09:54GET/en/news/category/macera-gezisi1292221