News

All Aboard the Rocky Mountaineer

All Aboard the Rocky Mountaineer

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[...]
Leer más
Pure Luxe in Punta Mita

Pure Luxe in Punta Mita

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[...]
Leer más
The day on Paris

The day on Paris

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[...]
Leer más

Mostrando 6 - 8 de 8 publicaciones
Request history8.3.20PHP Version669msRequest Duration8MBMemory UsageGET es_ES/newsRouteAuth status
    • Booting (420ms)time
    • Application (249ms)time
    • 1 x Booting (62.73%)
      420ms
      1 x Application (37.27%)
      249ms
      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 es_ES/news
      middleware
      web
      controller
      Modules\News\Controllers\NewsController@index
      namespace
      Modules\News\Controllers
      prefix
      es_ES/news
      where
      as
      news.index
      file
      modules/News/Controllers/NewsController.php:19-64
      21 statements were executed, 12 of which were duplicates, 9 unique. Show only duplicated13.47ms
      • select count(*) as aggregate from `core_news` where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null2.6msaz_azNewsController.php#46
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/News/Controllers/NewsController.php:46
        • 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` where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null order by `core_news`.`id` desc limit 5 offset 5460μsaz_azNewsController.php#46
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/News/Controllers/NewsController.php:46
        • 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 null670μsaz_azNewsController.php#46
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/News/Controllers/NewsController.php:46
        • 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_translations` where `locale` = 'es_ES' and `core_news_translations`.`origin_id` in (1, 2, 3)440μsaz_azNewsController.php#46
        Bindings
        • 0: es_ES
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/News/Controllers/NewsController.php:46
        • 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 (2, 3, 4) and `core_news_category`.`deleted_at` is null400μsaz_azNewsController.php#46
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/News/Controllers/NewsController.php:46
        • 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_translations` where `core_news_category_translations`.`origin_id` = 3 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es_ES' limit 1590μsaz_azHasTranslations.php#51
        Bindings
        • 0: 3
        • 1: es_ES
        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 * 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` = 'es_ES' limit 1420μsaz_azHasTranslations.php#51
        Bindings
        • 0: 4
        • 1: es_ES
        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 * 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` = 'es_ES' limit 1420μsaz_azHasTranslations.php#51
        Bindings
        • 0: 2
        • 1: es_ES
        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 null450μsaz_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 5420μ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 (2, 3, 4) and `core_news_category`.`deleted_at` is null420μsaz_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` = 'es_ES' and `core_news_translations`.`origin_id` in (1, 2, 3)370μsaz_azrecent_news.blade.php#6
        Bindings
        • 0: es_ES
        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` = 3 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es_ES' limit 1390μsaz_azHasTranslations.php#51
        Bindings
        • 0: 3
        • 1: es_ES
        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` = 4 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es_ES' limit 1370μsaz_azHasTranslations.php#51
        Bindings
        • 0: 4
        • 1: es_ES
        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` = 'es_ES' limit 1440μsaz_azHasTranslations.php#51
        Bindings
        • 0: 2
        • 1: es_ES
        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 null400μsaz_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` = 'es_ES' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)370μsaz_azcategory.blade.php#2
        Bindings
        • 0: es_ES
        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()490μsaz_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` = 'es_ES' limit 1790μsaz_azHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: es_ES
        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` = 'es_ES' limit 11.29msaz_azHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: es_ES
        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 11.27msaz_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
      12NewsCategory.php#?
      Modules\News\Models\News
      6News.php#?
      App\User
      1User.php#?
      Modules\Page\Models\Page
      1Page.php#?
        web
        null
        sanctum
        null
          _token
          03JojQAcWkrS4KLdkT5hA1aBHa69qh8pdDJX0bfY
          _previous
          array:1 [ "url" => "https://a-z.com.tr/es_ES/news?page=2" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /es_ES/news
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "2" ]
          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=eyJpdiI6IkU5cGVHU2c1N1pXdnFFZmFQMFg0OGc9PSIsInZhbHVlIjoiOXNIYXRjYzhobmsvZGZUc1RVbFdrNzhMaElLN3dTMVIzbXdaRXdVZlNkYmZIc0RWN0Z2OEN4aERxSHNtWm82NGN0dUJud3g1MldNaEFXaTE4QllNLzgzUDU4MGwybURiOHY1bmR5YXlwTHhrMER5dTM2VzQ4OG9hV0lSL2tDQjUiLCJtYWMiOiI2MzU3NjY3ZWFlZDQzODY5YmZmMGI0MGJjMTE0ODQzNTU2NGMyMGZiZDMxMDIzNDE1ODRjNmIxNGU4NjM4NGUzIiwidGFnIjoiIn0%3D; a_ztr_al_sat_kirala_session=eyJpdiI6IlI4a2cycjZUSEpDUUw5MGFkSHZpL1E9PSIsInZhbHVlIjoiTFpYV05nRElXMk5ELy9GZGdlemRVdzZ5MlcxeXZJOFdwOSt4Z1ErTk5LNExQaW9kc3FzZmY5bjJJc0JXSmdlQVZubSs3ZnNyQnhDUFh6cWxOVzV0TUZQWThlamhEUFlzU0NwaCthcEljTUpjSjY1c0wxaDdtVEJTeFQ0SGkxWjYiLCJtYWMiOiI3MDA5NWE2YTQ0ZjMwNzJkMWQ3NWJjYTY4N2ZmNzg0YTZiZGJlMWIwMGMxOTc1YjNkNDAxZTY5ZDAxYTdhNTY3IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkU5cGVHU2c1N1pXdnFFZmFQMFg0OGc9PSIsInZhbHVlIjoiOXNIYXRjYzhobmsvZGZUc1RVbFdrNzhMaElLN3dTMVIzbXdaRXdVZlNkYmZIc0RWN0Z2OEN4aERxSHNtWm82NGN0dUJud" ] "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.216.16.236" ] "cf-ray" => array:1 [ 0 => "93c2a13d5ae3a0b6-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.216.16.236" ] "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" => "03JojQAcWkrS4KLdkT5hA1aBHa69qh8pdDJX0bfY" "a_ztr_al_sat_kirala_session" => "I7zDTYSAsLjX42vZKUzhh971nkz6PRSZZL4aSElD" ]
          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 => "Wed, 07 May 2025 18:02:42 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt3UTZhZENqU08xVFkzMnpRRWcvM0E9PSIsInZhbHVlIjoiQ3NhVzk0NmFwdlZ2UUZ6NFFGSGJPL2RaeldxMlRxSmp5SVNOVlo1eVd2YmtvZ1VYUGs3TERTNE5aREs5djI0ZE1yS1FpVlhlQldXTXRXY3lTTlJsR2VMblk2ZUlKWE44dlA2aXdzK3Q0THY3STF5MkR2REd3MzR4c0UvMlBJbisiLCJtYWMiOiI3NzFiOGM4NWMzNzQ2N2Y2YmNiMDkxNWRiNjA4MzlmY2M0MDZlZWQxMjU5ZGQzNjNhOWQzMDQ5ZjFkYzllZTMyIiwidGFnIjoiIn0%3D; expires=Wed, 07 May 2025 20:02:42 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikt3UTZhZENqU08xVFkzMnpRRWcvM0E9PSIsInZhbHVlIjoiQ3NhVzk0NmFwdlZ2UUZ6NFFGSGJPL2RaeldxMlRxSmp5SVNOVlo1eVd2YmtvZ1VYUGs3TERTNE5aREs5djI0ZE1yS1FpV" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6InA0Q05FKzhvU2kvckQ2RzNqMjVONUE9PSIsInZhbHVlIjoiMVJPbkxHT1lyM0lpZUk5NnBMWG5XV0V3ajJCVktkYkJickRQSXQ2QkNVeE5STkxYem1xSkRIb1RmM0Z6UWRRbmd3WEZmY09zeVo1R25nZW01Qmkwck9RYytTVVE5aU51OUJHdVcvR0d5QzhVNysyUVhtRFJSaFQ4V3ViWEJUblEiLCJtYWMiOiJlYjZmNWI0ZmFjNjgyNGFhNzgwM2I2MmIyNDYyNWU0MzM2MjFhZjY4MTk0OTk0NGE0MTJmZjBiMDIzZmQ4ZmE3IiwidGFnIjoiIn0%3D; expires=Wed, 07 May 2025 20:02:42 GMT; Max-Age=7200; path=/; httponly; samesite=laxa_ztr_al_sat_kirala_session=eyJpdiI6InA0Q05FKzhvU2kvckQ2RzNqMjVONUE9PSIsInZhbHVlIjoiMVJPbkxHT1lyM0lpZUk5NnBMWG5XV0V3ajJCVktkYkJickRQSXQ2QkNVeE5STkxYem1xSkRIb1Rm" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt3UTZhZENqU08xVFkzMnpRRWcvM0E9PSIsInZhbHVlIjoiQ3NhVzk0NmFwdlZ2UUZ6NFFGSGJPL2RaeldxMlRxSmp5SVNOVlo1eVd2YmtvZ1VYUGs3TERTNE5aREs5djI0ZE1yS1FpVlhlQldXTXRXY3lTTlJsR2VMblk2ZUlKWE44dlA2aXdzK3Q0THY3STF5MkR2REd3MzR4c0UvMlBJbisiLCJtYWMiOiI3NzFiOGM4NWMzNzQ2N2Y2YmNiMDkxNWRiNjA4MzlmY2M0MDZlZWQxMjU5ZGQzNjNhOWQzMDQ5ZjFkYzllZTMyIiwidGFnIjoiIn0%3D; expires=Wed, 07-May-2025 20:02:42 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikt3UTZhZENqU08xVFkzMnpRRWcvM0E9PSIsInZhbHVlIjoiQ3NhVzk0NmFwdlZ2UUZ6NFFGSGJPL2RaeldxMlRxSmp5SVNOVlo1eVd2YmtvZ1VYUGs3TERTNE5aREs5djI0ZE1yS1FpV" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6InA0Q05FKzhvU2kvckQ2RzNqMjVONUE9PSIsInZhbHVlIjoiMVJPbkxHT1lyM0lpZUk5NnBMWG5XV0V3ajJCVktkYkJickRQSXQ2QkNVeE5STkxYem1xSkRIb1RmM0Z6UWRRbmd3WEZmY09zeVo1R25nZW01Qmkwck9RYytTVVE5aU51OUJHdVcvR0d5QzhVNysyUVhtRFJSaFQ4V3ViWEJUblEiLCJtYWMiOiJlYjZmNWI0ZmFjNjgyNGFhNzgwM2I2MmIyNDYyNWU0MzM2MjFhZjY4MTk0OTk0NGE0MTJmZjBiMDIzZmQ4ZmE3IiwidGFnIjoiIn0%3D; expires=Wed, 07-May-2025 20:02:42 GMT; path=/; httponlya_ztr_al_sat_kirala_session=eyJpdiI6InA0Q05FKzhvU2kvckQ2RzNqMjVONUE9PSIsInZhbHVlIjoiMVJPbkxHT1lyM0lpZUk5NnBMWG5XV0V3ajJCVktkYkJickRQSXQ2QkNVeE5STkxYem1xSkRIb1Rm" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "03JojQAcWkrS4KLdkT5hA1aBHa69qh8pdDJX0bfY" "_previous" => array:1 [ "url" => "https://a-z.com.tr/es_ES/news?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-07 21:02:42GET/es_ES/news?page=2292120