Cookie Image Использование файлов cookie

Мы используем куки для улучшения работы сайта. Узнать больше

8.2.24PHP Version670msRequest Duration3MBMemory UsageGET category/{slug}Route
    • Booting (140ms)
    • Application (530ms)
    • 1 x Application (79.08%)
      529.57ms
      1 x Booting (20.9%)
      139.98ms
      13 templates were rendered
      • web.category.show (resources/views/web/category/show.blade.php)3bladefile
        Params
        0
        category
        1
        posts
        2
        title
      • components.web.layout.collections.simplified (resources/views/components/web/layout/collections/simplified.blade.php)5bladefile
        Params
        0
        posts
        1
        withContainer
        2
        attributes
        3
        slot
        4
        __laravel_slots
      • components.web.layout.collections.rowable (resources/views/components/web/layout/collections/rowable.blade.php)7bladefile
        Params
        0
        posts
        1
        limit
        2
        cols
        3
        withContainer
        4
        attributes
        5
        slot
        6
        __laravel_slots
      • components.web.layout.collections.simplified (resources/views/components/web/layout/collections/simplified.blade.php)5bladefile
        Params
        0
        posts
        1
        withContainer
        2
        attributes
        3
        slot
        4
        __laravel_slots
      • layouts.web.default (resources/views/layouts/web/default.blade.php)12bladefile
        Params
        0
        __env
        1
        app
        2
        _cookieConsent
        3
        errors
        4
        category
        5
        posts
        6
        title
        7
        container
        8
        __currentLoopData
        9
        subCategory
        10
        loop
        11
        component
      • components.web.layout.cms-header (resources/views/components/web/layout/cms-header.blade.php)7bladefile
        Params
        0
        enabled
        1
        user
        2
        post
        3
        componentName
        4
        attributes
        5
        slot
        6
        __laravel_slots
      • components.web.layout.scroll-timeline (resources/views/components/web/layout/scroll-timeline.blade.php)3bladefile
        Params
        0
        attributes
        1
        slot
        2
        __laravel_slots
      • components.web.layout.header (resources/views/components/web/layout/header.blade.php)7bladefile
        Params
        0
        minified
        1
        componentName
        2
        attributes
        3
        categories
        4
        language
        5
        slot
        6
        __laravel_slots
      • components.web.layout.navigation (resources/views/components/web/layout/navigation.blade.php)5bladefile
        Params
        0
        categories
        1
        componentName
        2
        attributes
        3
        slot
        4
        __laravel_slots
      • components.web.cookie-consent (resources/views/components/web/cookie-consent.blade.php)3bladefile
        Params
        0
        attributes
        1
        slot
        2
        __laravel_slots
      • components.web.layout.to-top (resources/views/components/web/layout/to-top.blade.php)3bladefile
        Params
        0
        attributes
        1
        slot
        2
        __laravel_slots
      • components.web.layout.sprite (resources/views/components/web/layout/sprite.blade.php)3bladefile
        Params
        0
        attributes
        1
        slot
        2
        __laravel_slots
      • components.web.layout.footer (resources/views/components/web/layout/footer.blade.php)5bladefile
        Params
        0
        categories
        1
        componentName
        2
        attributes
        3
        slot
        4
        __laravel_slots
      uri
      GET category/{slug}
      middleware
      web
      uses
      App\Http\Controllers\Web\Category\ShowController@__invoke
      controller
      App\Http\Controllers\Web\Category\ShowController
      as
      category.show
      namespace
      prefix
      /category
      where
      19 statements were executed, 4 of which were duplicated, 15 unique. Show only duplicated492ms
      • select * from `categories` where `slug` = 'obshtestvo' and `categories`.`deleted_at` is null limit 1
        1.75ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. obshtestvo
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 18. /app/Http/Controllers/Web/Category/ShowController.php:13
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `categories` where `categories`.`parent_id` in (5) and `categories`.`deleted_at` is null
        510μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 23. /app/Http/Controllers/Web/Category/ShowController.php:13
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 26. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `medias` where `medias`.`id` in ('')
        380μs/app/Http/Controllers/Web/Category/ShowController.php:13bazaar_v2
        Metadata
        Bindings
        • 0. 
        Backtrace
        • 22. /app/Http/Controllers/Web/Category/ShowController.php:13
        • 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
        • 26. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `posts` inner join `category_post` on `posts`.`id` = `category_post`.`post_id` where `category_post`.`category_id` = 5 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null
        227ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 5
        • 1. published
        • 2. ru
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 18. /app/Http/Controllers/Web/Category/ShowController.php:15
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `posts`.*, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`post_id` as `pivot_post_id` from `posts` inner join `category_post` on `posts`.`id` = `category_post`.`post_id` where `category_post`.`category_id` = 5 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null order by `created_at` desc limit 10 offset 10
        251ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 5
        • 1. published
        • 2. ru
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 18. /app/Http/Controllers/Web/Category/ShowController.php:15
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26707 and `categories`.`deleted_at` is null
        1.19ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26707
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26697 and `categories`.`deleted_at` is null
        890μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26697
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26683 and `categories`.`deleted_at` is null
        930μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26683
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26680 and `categories`.`deleted_at` is null
        620μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26680
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26678 and `categories`.`deleted_at` is null
        690μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26678
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26677 and `categories`.`deleted_at` is null
        640μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26677
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 26676 and `categories`.`deleted_at` is null
        700μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 26676
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::components.web.layout.collections.simplified:39
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `posts` where `slug` = 'obshtestvo' and `posts`.`deleted_at` is null limit 1
        750μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. obshtestvo
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 17. /app/View/Components/Web/Layout/CmsHeader.php:30
        • 18. /app/View/Components/Web/Layout/CmsHeader.php:22
        • 19. /vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • 20. view::layouts.web.default:45
      • select * from `categories` where `show_in_header` = 1 and `is_hidden` = 0 and `categories`.`deleted_at` is null
        820μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1
        • 1. 0
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 16. /app/View/Components/Web/Layout/Header.php:37
        • 17. /vendor/laravel/framework/src/Illuminate/View/Component.php:305
        • 20. /vendor/laravel/framework/src/Illuminate/View/InvokableComponentVariable.php:49
        • 21. view::components.web.layout.header:41
      • select * from `categories` where `categories`.`parent_id` in (1, 2, 5, 9, 14, 41, 49, 51, 53) and `categories`.`deleted_at` is null
        850μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. /app/View/Components/Web/Layout/Header.php:37
        • 22. /vendor/laravel/framework/src/Illuminate/View/Component.php:305
        • 25. /vendor/laravel/framework/src/Illuminate/View/InvokableComponentVariable.php:49
        • 26. view::components.web.layout.header:41
      • select * from `categories` where `parent_id` is null and `is_hidden` = 0 and `categories`.`deleted_at` is null
        830μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 16. /app/View/Components/Web/Layout/Navigation.php:32
        • 17. /app/View/Components/Web/Layout/Navigation.php:21
        • 18. /vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • 19. view::layouts.web.default:105
      • select * from `categories` where `categories`.`parent_id` in (1, 2, 4, 5, 9, 14, 18, 28, 32, 35, 36, 41, 46, 51, 53) and `categories`.`deleted_at` is null
        750μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. /app/View/Components/Web/Layout/Navigation.php:32
        • 22. /app/View/Components/Web/Layout/Navigation.php:21
        • 23. /vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • 24. view::layouts.web.default:105
      • select * from `categories` where `show_in_header` = 1 and `is_hidden` = 0 and `categories`.`deleted_at` is null
        670μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1
        • 1. 0
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 16. /app/View/Components/Web/Layout/Footer.php:31
        • 17. /app/View/Components/Web/Layout/Footer.php:21
        • 18. /vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • 19. view::layouts.web.default:188
      • select * from `categories` where `categories`.`parent_id` in (1, 2, 5, 9, 14, 41, 49, 51, 53) and `categories`.`deleted_at` is null
        770μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. /app/View/Components/Web/Layout/Footer.php:31
        • 22. /app/View/Components/Web/Layout/Footer.php:21
        • 23. /vendor/laravel/framework/src/Illuminate/View/Component.php:135
        • 24. view::layouts.web.default:188
      App\Models\Post
      10
      App\Models\Category
      164
        _token
        LKuq4xjm0NrgvvFPDpeGF8t6w0r7CN3Qjth7CEnR
        _previous
        array:1 [ "url" => "https://test.harpersbazaar.kz/category/obshtestvo?page=2" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/obshtestvo
        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:17 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "test.harpersbazaar.kz" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
        request_server
        0 of 0
        array:42 [ "USER" => "www-data" "HOME" => "/var/www" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "test.harpersbazaar.kz" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "test.harpersbazaar.kz" "SERVER_PORT" => "443" "SERVER_ADDR" => "178.128.201.37" "REMOTE_USER" => "" "REMOTE_PORT" => "61498" "REMOTE_ADDR" => "3.22.100.20" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/bazaar2/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/category/obshtestvo?page=2" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=2" "SCRIPT_FILENAME" => "/var/www/bazaar2/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742068316.4809 "REQUEST_TIME" => 1742068316 ]
        request_cookies
        []
        
        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 => "Sat, 15 Mar 2025 19:51:57 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InhnemMrWUs3cGkrMyt0dkR4K21vY3c9PSIsInZhbHVlIjoiSDNMOGw2bGdpTDdUdWR2TFluV0JLbWkwbjFZc21ja0l6Y29rOXFhZVcvbGpueTgxUzNuTzc1U2pLektRUlNBRnphYk1uTEFTWk9lMFJhZ0I2dHBvbU9OT3dDV1VPMVVmVUhta2V2UFRkUHg4dzFUZllLRVRmc0xMWk8rdktLNmciLCJtYWMiOiI3NDMwYzk3ZjkwNWI1MmEwODk0YjVkZDJmZWIyNjFlOWJhMTk1MmVmNWQzYTU5M2M5MmJjOWM3MDhlYzAzYzI0IiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 21:51:57 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InhnemMrWUs3cGkrMyt0dkR4K21vY3c9PSIsInZhbHVlIjoiSDNMOGw2bGdpTDdUdWR2TFluV0JLbWkwbjFZc21ja0l6Y29rOXFhZVcvbGpueTgxUzNuTzc1U2pLektRUlNBRnphYk1uT" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6IkJVeEpvQlEwTDBObkszcjRrTDd5cEE9PSIsInZhbHVlIjoiL3NoRGV2ODVLMjQzbkErRjBpTzNDR1J6QVlOVUVSQ2JJRUhZOEZCYWlwU01LdmVSNjJvdVRMaS9pWlQzUFY5OWs3eHM5VjZiS21aM3hVQTN5U3JXbTdoZWZBOTFlT0hsY09YOHg3MkdJUlhIRTdjZ1JmRkQwUkc2bno1ZVJUaWwiLCJtYWMiOiI5YmY1ZTJhMmNiMjgwZmQ3MGRmZDU3MDdkNmY1ODc4YWY2NjA4YTAxYzFjOWY0M2M2NDQyZWNhZjdhYTgwMGIwIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 21:51:57 GMT; Max-Age=7200; path=/; httponly; samesite=laxharpers_bazaar_kazakhstan_session=eyJpdiI6IkJVeEpvQlEwTDBObkszcjRrTDd5cEE9PSIsInZhbHVlIjoiL3NoRGV2ODVLMjQzbkErRjBpTzNDR1J6QVlOVUVSQ2JJRUhZOEZCYWlwU01LdmVSNjJvdV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InhnemMrWUs3cGkrMyt0dkR4K21vY3c9PSIsInZhbHVlIjoiSDNMOGw2bGdpTDdUdWR2TFluV0JLbWkwbjFZc21ja0l6Y29rOXFhZVcvbGpueTgxUzNuTzc1U2pLektRUlNBRnphYk1uTEFTWk9lMFJhZ0I2dHBvbU9OT3dDV1VPMVVmVUhta2V2UFRkUHg4dzFUZllLRVRmc0xMWk8rdktLNmciLCJtYWMiOiI3NDMwYzk3ZjkwNWI1MmEwODk0YjVkZDJmZWIyNjFlOWJhMTk1MmVmNWQzYTU5M2M5MmJjOWM3MDhlYzAzYzI0IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 21:51:57 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InhnemMrWUs3cGkrMyt0dkR4K21vY3c9PSIsInZhbHVlIjoiSDNMOGw2bGdpTDdUdWR2TFluV0JLbWkwbjFZc21ja0l6Y29rOXFhZVcvbGpueTgxUzNuTzc1U2pLektRUlNBRnphYk1uT" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6IkJVeEpvQlEwTDBObkszcjRrTDd5cEE9PSIsInZhbHVlIjoiL3NoRGV2ODVLMjQzbkErRjBpTzNDR1J6QVlOVUVSQ2JJRUhZOEZCYWlwU01LdmVSNjJvdVRMaS9pWlQzUFY5OWs3eHM5VjZiS21aM3hVQTN5U3JXbTdoZWZBOTFlT0hsY09YOHg3MkdJUlhIRTdjZ1JmRkQwUkc2bno1ZVJUaWwiLCJtYWMiOiI5YmY1ZTJhMmNiMjgwZmQ3MGRmZDU3MDdkNmY1ODc4YWY2NjA4YTAxYzFjOWY0M2M2NDQyZWNhZjdhYTgwMGIwIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 21:51:57 GMT; path=/; httponlyharpers_bazaar_kazakhstan_session=eyJpdiI6IkJVeEpvQlEwTDBObkszcjRrTDd5cEE9PSIsInZhbHVlIjoiL3NoRGV2ODVLMjQzbkErRjBpTzNDR1J6QVlOVUVSQ2JJRUhZOEZCYWlwU01LdmVSNjJvdV" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "LKuq4xjm0NrgvvFPDpeGF8t6w0r7CN3Qjth7CEnR" "_previous" => array:1 [ "url" => "https://test.harpersbazaar.kz/category/obshtestvo?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]