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

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

8.2.24PHP Version580msRequest Duration3MBMemory UsageGET category/{slug}Route
    • Booting (130ms)
    • Application (450ms)
    • 1 x Application (77.56%)
      449.95ms
      1 x Booting (22.41%)
      129.99ms
      13 templates were rendered
      • web.category.show (resources/views/web/category/show.blade.php)3bladefile
        Params
        0
        category
        1
        posts
        2
        title
      • pagination::tailwind (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/tailwind.blade.php)2bladefile
        Params
        0
        paginator
        1
        elements
      • 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.paginator (resources/views/components/web/layout/paginator.blade.php)2bladefile
        Params
        0
        paginator
        1
        elements
      • 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
      22 statements were executed, 4 of which were duplicated, 18 unique. Show only duplicated416ms
      • select * from `categories` where `slug` = 'moda' and `categories`.`deleted_at` is null limit 1
        2.24ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. moda
        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 (1) and `categories`.`deleted_at` is null
        610μ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 ('')
        360μ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` = 1 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null
        89.21ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1
        • 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` = 1 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null order by `created_at` desc limit 10 offset 610
        314ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1
        • 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` = 24917 and `categories`.`deleted_at` is null
        870μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24917
        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` = 24916 and `categories`.`deleted_at` is null
        470μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24916
        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` = 24912 and `categories`.`deleted_at` is null
        500μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24912
        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` = 24910 and `categories`.`deleted_at` is null
        450μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24910
        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` = 24908 and `categories`.`deleted_at` is null
        470μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24908
        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` = 24903 and `categories`.`deleted_at` is null
        450μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24903
        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` = 24902 and `categories`.`deleted_at` is null
        450μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24902
        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` = 24900 and `categories`.`deleted_at` is null
        490μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24900
        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` = 24899 and `categories`.`deleted_at` is null
        460μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24899
        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` = 24897 and `categories`.`deleted_at` is null
        430μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 24897
        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` = 'moda' and `posts`.`deleted_at` is null limit 1
        660μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. moda
        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
        740μ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
        700μ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
        570μ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
        630μ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
        760μ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
        630μ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
      170
        _token
        oaSkGJQVEOkkoP3qCQhcUE3XMcpq5LfeDXeyGfrK
        _previous
        array:1 [ "url" => "https://test.harpersbazaar.kz/category/moda?page=62" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/moda
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "62" ]
        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" => "39980" "REMOTE_ADDR" => "3.137.184.154" "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/moda?page=62" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=62" "SCRIPT_FILENAME" => "/var/www/bazaar2/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742539292.6146 "REQUEST_TIME" => 1742539292 ]
        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 => "Fri, 21 Mar 2025 06:41:33 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Inh0Wk9ZbEVtdTVBWEJlbXJvTkM3Mnc9PSIsInZhbHVlIjoieW5WY21pNkZrQ0kzNUxrNGhqRlAySlA3OXVqMHQrTFJNcnBhNVl5UmpGc0k3amdHV3Z2VjZJUnJrdHNjRzRiUHNwWjdSUTRRTENtRTd1c1pzWXF4cmF1UHdIZjBHNjA4TGZVOEVyemEvWTJuaU9UbHVuUmxsUkdPRURJRGZtRDkiLCJtYWMiOiIwYjI3MDliZWIyMjNmMmY3NWY5MjA0MWU1OWI5NmVmMWYxY2Y5OWM0NGY3MmUzYTc0MmJhYzdmYmJmZDkxYTM0IiwidGFnIjoiIn0%3D; expires=Fri, 21 Mar 2025 08:41:33 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Inh0Wk9ZbEVtdTVBWEJlbXJvTkM3Mnc9PSIsInZhbHVlIjoieW5WY21pNkZrQ0kzNUxrNGhqRlAySlA3OXVqMHQrTFJNcnBhNVl5UmpGc0k3amdHV3Z2VjZJUnJrdHNjRzRiUHNwWjdSU" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6IlRkN3cwMzJDNVJHZHRQTmpjUk1PSXc9PSIsInZhbHVlIjoiRTA4ZnpxbXBmbEhtcFk4YnRBSnNNckcxbzg2ekp2ZmdFaUZmTlZCYkI2VGthWkVZUFlvVUZna0tNdTdtUjVlRXJBTGhYbWhhM3V2QmZlWXlYa1VlRktudjRhK1ZnbzNHYzA0NGNyVmxmWW5ua0FhSGVWWVRMTXZ3UHQ4WWRYSVYiLCJtYWMiOiJiZTRkZjdjNjBlMTQ2YzZhYmFkODZlMWRlNmZkOWNmMWQyM2I4YmQ1NTAwZGUyMzE3ZTNjZWU5MjJjMWZjNTAxIiwidGFnIjoiIn0%3D; expires=Fri, 21 Mar 2025 08:41:33 GMT; Max-Age=7200; path=/; httponly; samesite=laxharpers_bazaar_kazakhstan_session=eyJpdiI6IlRkN3cwMzJDNVJHZHRQTmpjUk1PSXc9PSIsInZhbHVlIjoiRTA4ZnpxbXBmbEhtcFk4YnRBSnNNckcxbzg2ekp2ZmdFaUZmTlZCYkI2VGthWkVZUFlvVU" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Inh0Wk9ZbEVtdTVBWEJlbXJvTkM3Mnc9PSIsInZhbHVlIjoieW5WY21pNkZrQ0kzNUxrNGhqRlAySlA3OXVqMHQrTFJNcnBhNVl5UmpGc0k3amdHV3Z2VjZJUnJrdHNjRzRiUHNwWjdSUTRRTENtRTd1c1pzWXF4cmF1UHdIZjBHNjA4TGZVOEVyemEvWTJuaU9UbHVuUmxsUkdPRURJRGZtRDkiLCJtYWMiOiIwYjI3MDliZWIyMjNmMmY3NWY5MjA0MWU1OWI5NmVmMWYxY2Y5OWM0NGY3MmUzYTc0MmJhYzdmYmJmZDkxYTM0IiwidGFnIjoiIn0%3D; expires=Fri, 21-Mar-2025 08:41:33 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Inh0Wk9ZbEVtdTVBWEJlbXJvTkM3Mnc9PSIsInZhbHVlIjoieW5WY21pNkZrQ0kzNUxrNGhqRlAySlA3OXVqMHQrTFJNcnBhNVl5UmpGc0k3amdHV3Z2VjZJUnJrdHNjRzRiUHNwWjdSU" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6IlRkN3cwMzJDNVJHZHRQTmpjUk1PSXc9PSIsInZhbHVlIjoiRTA4ZnpxbXBmbEhtcFk4YnRBSnNNckcxbzg2ekp2ZmdFaUZmTlZCYkI2VGthWkVZUFlvVUZna0tNdTdtUjVlRXJBTGhYbWhhM3V2QmZlWXlYa1VlRktudjRhK1ZnbzNHYzA0NGNyVmxmWW5ua0FhSGVWWVRMTXZ3UHQ4WWRYSVYiLCJtYWMiOiJiZTRkZjdjNjBlMTQ2YzZhYmFkODZlMWRlNmZkOWNmMWQyM2I4YmQ1NTAwZGUyMzE3ZTNjZWU5MjJjMWZjNTAxIiwidGFnIjoiIn0%3D; expires=Fri, 21-Mar-2025 08:41:33 GMT; path=/; httponlyharpers_bazaar_kazakhstan_session=eyJpdiI6IlRkN3cwMzJDNVJHZHRQTmpjUk1PSXc9PSIsInZhbHVlIjoiRTA4ZnpxbXBmbEhtcFk4YnRBSnNNckcxbzg2ekp2ZmdFaUZmTlZCYkI2VGthWkVZUFlvVU" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "oaSkGJQVEOkkoP3qCQhcUE3XMcpq5LfeDXeyGfrK" "_previous" => array:1 [ "url" => "https://test.harpersbazaar.kz/category/moda?page=62" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]