Новости

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

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

8.2.24PHP Version261msRequest Duration3MBMemory UsageGET category/{slug}Route
    • Booting (163ms)
    • Application (98.12ms)
    • 1 x Booting (62.4%)
      162.98ms
      1 x Application (37.57%)
      98.12ms
      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)11bladefile
        Params
        0
        __env
        1
        app
        2
        _cookieConsent
        3
        errors
        4
        category
        5
        posts
        6
        title
        7
        container
        8
        __currentLoopData
        9
        loop
        10
        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 duplicated60.37ms
      • select * from `categories` where `slug` = 'news' and `categories`.`deleted_at` is null limit 1
        4.45ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. news
        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 (18) and `categories`.`deleted_at` is null
        670μ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 ('')
        450μ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` = 18 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null
        15.16ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 18
        • 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` = 18 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null order by `created_at` desc limit 10 offset 130
        15.07ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 18
        • 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` = 1885 and `categories`.`deleted_at` is null
        2.55ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1885
        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` = 1881 and `categories`.`deleted_at` is null
        1.81ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1881
        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` = 1871 and `categories`.`deleted_at` is null
        380μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1871
        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` = 1864 and `categories`.`deleted_at` is null
        430μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1864
        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` = 1853 and `categories`.`deleted_at` is null
        1.12ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1853
        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` = 1852 and `categories`.`deleted_at` is null
        3.18ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1852
        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` = 1850 and `categories`.`deleted_at` is null
        1.37ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1850
        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` = 1846 and `categories`.`deleted_at` is null
        1.72ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1846
        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` = 1843 and `categories`.`deleted_at` is null
        1.75ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1843
        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` = 1837 and `categories`.`deleted_at` is null
        2.26ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 1837
        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` = 'news' and `posts`.`deleted_at` is null limit 1
        2.59ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. news
        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
        790μ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
        930μ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
        1.52ms/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
        1.06ms/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
        630μ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
        480μ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
      157
        _token
        UglGudJ5uRMTR4idJRcL65JhVXNc4eyRamXJfA06
        _previous
        array:1 [ "url" => "https://test.harpersbazaar.kz/category/news?page=14" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/news
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "14" ]
        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" => "7386" "REMOTE_ADDR" => "18.217.228.61" "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/news?page=14" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=14" "SCRIPT_FILENAME" => "/var/www/bazaar2/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742247501.4615 "REQUEST_TIME" => 1742247501 ]
        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:38:21 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpuTWZWdUtwSGZMZm9NRjFCSzZHclE9PSIsInZhbHVlIjoiczdXSFdDamU1R3d3UWVvSXE0TlpYR2lrZ3ZyMWdlSG9SOVBqVEpGQmdDVTJiQVpzKzNKaTZmaGJ0UWRDTUhodzgvS1VaODE2dVRkUUYwMDNSNzEvR0xqQVo1dTNER1p4ZG5JNnBVNWVrZzVKbHAxVGVoN0NsVnU5MEwxaHBaaWsiLCJtYWMiOiIxYTU0NGExM2IxODk3NmI3ZTEzZDdhOTQxMTI1ZGU0ODE3MGQ3YTFlNjlhN2Y4Mjk2MGY3NzE2ZDEzNzk0Yjk4IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 23:38:21 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InpuTWZWdUtwSGZMZm9NRjFCSzZHclE9PSIsInZhbHVlIjoiczdXSFdDamU1R3d3UWVvSXE0TlpYR2lrZ3ZyMWdlSG9SOVBqVEpGQmdDVTJiQVpzKzNKaTZmaGJ0UWRDTUhodzgvS1VaO" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6IlJqTVdKclduVHRVLzkyTWpOYWVwV2c9PSIsInZhbHVlIjoielJtVldoMFRBak14bWo3ODB0b1FDVGJhVDNrR2k5a0JZQTh4dVN5THRCTko3THVybWxYYnprZ2ljeXBVQkJ1NHVZK1U0TTl5ajI2VHhJcHhmK21QRjluL21iM2FkODJ3b01HTFRpYm9ZNXNCL2ZOMmlXcDEyNFo0NXIwaDJSSkoiLCJtYWMiOiIyNTcyNGQyNDJmMDg3MmY0YmY5Y2ZjNGI5ZGRmN2MwZTgzNWY4ZDQ1ZGI1ZDcwOTdkZDBhYjAzN2I5NmVkNDJiIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 23:38:21 GMT; Max-Age=7200; path=/; httponly; samesite=laxharpers_bazaar_kazakhstan_session=eyJpdiI6IlJqTVdKclduVHRVLzkyTWpOYWVwV2c9PSIsInZhbHVlIjoielJtVldoMFRBak14bWo3ODB0b1FDVGJhVDNrR2k5a0JZQTh4dVN5THRCTko3THVybWxYYn" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpuTWZWdUtwSGZMZm9NRjFCSzZHclE9PSIsInZhbHVlIjoiczdXSFdDamU1R3d3UWVvSXE0TlpYR2lrZ3ZyMWdlSG9SOVBqVEpGQmdDVTJiQVpzKzNKaTZmaGJ0UWRDTUhodzgvS1VaODE2dVRkUUYwMDNSNzEvR0xqQVo1dTNER1p4ZG5JNnBVNWVrZzVKbHAxVGVoN0NsVnU5MEwxaHBaaWsiLCJtYWMiOiIxYTU0NGExM2IxODk3NmI3ZTEzZDdhOTQxMTI1ZGU0ODE3MGQ3YTFlNjlhN2Y4Mjk2MGY3NzE2ZDEzNzk0Yjk4IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 23:38:21 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InpuTWZWdUtwSGZMZm9NRjFCSzZHclE9PSIsInZhbHVlIjoiczdXSFdDamU1R3d3UWVvSXE0TlpYR2lrZ3ZyMWdlSG9SOVBqVEpGQmdDVTJiQVpzKzNKaTZmaGJ0UWRDTUhodzgvS1VaO" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6IlJqTVdKclduVHRVLzkyTWpOYWVwV2c9PSIsInZhbHVlIjoielJtVldoMFRBak14bWo3ODB0b1FDVGJhVDNrR2k5a0JZQTh4dVN5THRCTko3THVybWxYYnprZ2ljeXBVQkJ1NHVZK1U0TTl5ajI2VHhJcHhmK21QRjluL21iM2FkODJ3b01HTFRpYm9ZNXNCL2ZOMmlXcDEyNFo0NXIwaDJSSkoiLCJtYWMiOiIyNTcyNGQyNDJmMDg3MmY0YmY5Y2ZjNGI5ZGRmN2MwZTgzNWY4ZDQ1ZGI1ZDcwOTdkZDBhYjAzN2I5NmVkNDJiIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 23:38:21 GMT; path=/; httponlyharpers_bazaar_kazakhstan_session=eyJpdiI6IlJqTVdKclduVHRVLzkyTWpOYWVwV2c9PSIsInZhbHVlIjoielJtVldoMFRBak14bWo3ODB0b1FDVGJhVDNrR2k5a0JZQTh4dVN5THRCTko3THVybWxYYn" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "UglGudJ5uRMTR4idJRcL65JhVXNc4eyRamXJfA06" "_previous" => array:1 [ "url" => "https://test.harpersbazaar.kz/category/news?page=14" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]