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

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

8.2.24PHP Version1.13sRequest Duration3MBMemory UsageGET category/{slug}Route
    • Booting (160ms)
    • Application (965ms)
    • 1 x Application (85.78%)
      965.00ms
      1 x Booting (14.21%)
      159.92ms
      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 duplicated936ms
      • select * from `categories` where `slug` = 'obshtestvo' and `categories`.`deleted_at` is null limit 1
        1.87ms/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
        500μ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 ('')
        310μ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
        226ms/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 10670
        699ms/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` = 1435 and `categories`.`deleted_at` is null
        710μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1435
        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` = 1434 and `categories`.`deleted_at` is null
        470μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1434
        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` = 1430 and `categories`.`deleted_at` is null
        390μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1430
        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` = 1426 and `categories`.`deleted_at` is null
        400μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1426
        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` = 1421 and `categories`.`deleted_at` is null
        390μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1421
        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` = 1420 and `categories`.`deleted_at` is null
        390μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1420
        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` = 1415 and `categories`.`deleted_at` is null
        390μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1415
        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` = 1411 and `categories`.`deleted_at` is null
        430μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1411
        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` = 1408 and `categories`.`deleted_at` is null
        500μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1408
        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` = 1404 and `categories`.`deleted_at` is null
        430μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1404
        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
        420μ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
        400μ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
        490μ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
        510μ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
        560μ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
        500μ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
        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
        • 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
      165
        _token
        lC2iECv0ZnY3hlaFca7y5zVrUv9834kQOYySSXYs
        _previous
        array:1 [ "url" => "https://test.harpersbazaar.kz/category/obshtestvo?page=1068" ]
        _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" => "1068" ]
        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" => "28086" "REMOTE_ADDR" => "3.129.218.43" "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=1068" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=1068" "SCRIPT_FILENAME" => "/var/www/bazaar2/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742245473.4529 "REQUEST_TIME" => 1742245473 ]
        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 => "Mon, 17 Mar 2025 21:04:34 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ii80dGpVb09VdUtraDd6bDk4TzdTUWc9PSIsInZhbHVlIjoiQlh6OGhWOXk3TWVHOGQrbFF2U0c1NmNUcGdEU3JGSjIrSUtuNklRMnoxTHhEQzY2VFdqRFRETXdtTzV5YzJ3OUg4RGlRZkNkcUZzcFlUTldCY0lCbldyTmcvNUg5bWd2T2lIUmtTVUt2MmN4ZjVRKzJRT3p1aFg5YVYxMmFQQ0QiLCJtYWMiOiJiNWNmZTBlMzI5NDc3MTc0NmMwY2YzNjA1ZWY0M2MxZTk2ZmZlMTI4YWZjMDQ4OTgwNjYyNjhhNmNkY2E0NzJiIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 23:04:34 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ii80dGpVb09VdUtraDd6bDk4TzdTUWc9PSIsInZhbHVlIjoiQlh6OGhWOXk3TWVHOGQrbFF2U0c1NmNUcGdEU3JGSjIrSUtuNklRMnoxTHhEQzY2VFdqRFRETXdtTzV5YzJ3OUg4RGlRZ" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6Iit3U3p4WWZzS0d5blI0MjZHNHpJVnc9PSIsInZhbHVlIjoiMkNiN212OG5JRE5iUVAzUzY5Unl3cWMvTGlHVVQ1a3Q1VWlLbHUvMG9HU05vQmhqeXZMdGl0UUlpNkJDU1JEcTh4ZGE3L3prbXQ3T3FieWJiT28xWDArK1lGd01Sd05uNmcyM0I1M2N5QjJMdUY1alRjWkpRdkViMzY5OS9BQjciLCJtYWMiOiJiZmUxYTA5ZGE1MTkwMTM3ZmYxZjUyYTM3NTJhNWE0MzJkOTYzNDQxZTZkZjkwMTQxZGE5YzMzYzI5OGM2ODg5IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 23:04:34 GMT; Max-Age=7200; path=/; httponly; samesite=laxharpers_bazaar_kazakhstan_session=eyJpdiI6Iit3U3p4WWZzS0d5blI0MjZHNHpJVnc9PSIsInZhbHVlIjoiMkNiN212OG5JRE5iUVAzUzY5Unl3cWMvTGlHVVQ1a3Q1VWlLbHUvMG9HU05vQmhqeXZMdG" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ii80dGpVb09VdUtraDd6bDk4TzdTUWc9PSIsInZhbHVlIjoiQlh6OGhWOXk3TWVHOGQrbFF2U0c1NmNUcGdEU3JGSjIrSUtuNklRMnoxTHhEQzY2VFdqRFRETXdtTzV5YzJ3OUg4RGlRZkNkcUZzcFlUTldCY0lCbldyTmcvNUg5bWd2T2lIUmtTVUt2MmN4ZjVRKzJRT3p1aFg5YVYxMmFQQ0QiLCJtYWMiOiJiNWNmZTBlMzI5NDc3MTc0NmMwY2YzNjA1ZWY0M2MxZTk2ZmZlMTI4YWZjMDQ4OTgwNjYyNjhhNmNkY2E0NzJiIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 23:04:34 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ii80dGpVb09VdUtraDd6bDk4TzdTUWc9PSIsInZhbHVlIjoiQlh6OGhWOXk3TWVHOGQrbFF2U0c1NmNUcGdEU3JGSjIrSUtuNklRMnoxTHhEQzY2VFdqRFRETXdtTzV5YzJ3OUg4RGlRZ" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6Iit3U3p4WWZzS0d5blI0MjZHNHpJVnc9PSIsInZhbHVlIjoiMkNiN212OG5JRE5iUVAzUzY5Unl3cWMvTGlHVVQ1a3Q1VWlLbHUvMG9HU05vQmhqeXZMdGl0UUlpNkJDU1JEcTh4ZGE3L3prbXQ3T3FieWJiT28xWDArK1lGd01Sd05uNmcyM0I1M2N5QjJMdUY1alRjWkpRdkViMzY5OS9BQjciLCJtYWMiOiJiZmUxYTA5ZGE1MTkwMTM3ZmYxZjUyYTM3NTJhNWE0MzJkOTYzNDQxZTZkZjkwMTQxZGE5YzMzYzI5OGM2ODg5IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 23:04:34 GMT; path=/; httponlyharpers_bazaar_kazakhstan_session=eyJpdiI6Iit3U3p4WWZzS0d5blI0MjZHNHpJVnc9PSIsInZhbHVlIjoiMkNiN212OG5JRE5iUVAzUzY5Unl3cWMvTGlHVVQ1a3Q1VWlLbHUvMG9HU05vQmhqeXZMdG" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "lC2iECv0ZnY3hlaFca7y5zVrUv9834kQOYySSXYs" "_previous" => array:1 [ "url" => "https://test.harpersbazaar.kz/category/obshtestvo?page=1068" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]