Практика

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

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

8.2.24PHP Version288msRequest Duration3MBMemory UsageGET category/{slug}Route
    • Booting (156ms)
    • Application (132ms)
    • 1 x Booting (54.08%)
      155.94ms
      1 x Application (45.91%)
      132.38ms
      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 duplicated93.1ms
      • select * from `categories` where `slug` = 'praktika' and `categories`.`deleted_at` is null limit 1
        5.3ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. praktika
        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 (3) and `categories`.`deleted_at` is null
        1.48ms/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 ('')
        370μ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` = 3 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null
        33.58ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 3
        • 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` = 3 and `status` = 'published' and `password` is null and `locale` = 'ru' and `posts`.`deleted_at` is null order by `created_at` desc limit 10 offset 320
        40.65ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 3
        • 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` = 15344 and `categories`.`deleted_at` is null
        870μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 15344
        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` = 15169 and `categories`.`deleted_at` is null
        480μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 15169
        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` = 15139 and `categories`.`deleted_at` is null
        500μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 15139
        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` = 14896 and `categories`.`deleted_at` is null
        550μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14896
        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` = 14822 and `categories`.`deleted_at` is null
        500μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14822
        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` = 14825 and `categories`.`deleted_at` is null
        520μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14825
        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` = 14584 and `categories`.`deleted_at` is null
        510μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14584
        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` = 14404 and `categories`.`deleted_at` is null
        450μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14404
        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` = 14405 and `categories`.`deleted_at` is null
        680μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14405
        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` = 14006 and `categories`.`deleted_at` is null
        540μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. 14006
        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` = 'praktika' and `posts`.`deleted_at` is null limit 1
        550μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38bazaar_v2
        Metadata
        Bindings
        • 0. praktika
        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
        1.93ms/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
        800μ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
        770μ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
        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/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
        590μ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
      162
        _token
        Y855IiWD7jdcls1Oo2RSodRwZ2Mwcp5mMuPyllRn
        _previous
        array:1 [ "url" => "https://test.harpersbazaar.kz/category/praktika?page=33" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        locale
        ru
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/praktika
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "33" ]
        request_request
        []
        
        request_headers
        0 of 0
        array:18 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IndRc2t3dGI2VVRQVzJLMnZZdVI1c0E9PSIsInZhbHVlIjoiS2pZTEhJKzlqM094aXBWa0t3NWtTMHJyNDBibzRnQ01adURIVG1yQjZPK2lrMmY0ajZqcmU1SmVIZ0lkNWhmeUJrVzQvalVMOVN4aGhWRVhYUU85T1UxRzNYSWdVYlBXRkxFOTMxK3UvM205dzVCK3I2VnJZYkRJT3NiVUJsMGoiLCJtYWMiOiIyYjhlNDJkNWNlNTlmMTQxODVmMGRmMjgwZDhmYTgwNzI0ZDI3ZmIyOTEwZWM3MmEwOTIzMGZjYWU4NTE1Nzk2IiwidGFnIjoiIn0%3D; harpers_bazaar_kazakhstan_session=eyJpdiI6Ik5sZHJodVVCaHVDQnAzb24zQnp0MFE9PSIsInZhbHVlIjoiRitiaFdWYXd2NDk3Mi9uTGZDZVA3WFM5dWoweVo0bGhPTmNSWnM1S2p0RzIxbWFxRmR4SGVPOWFGeXE4S1VCMGMraVJkaXY2bjZ3QTQwZWNQa3ZXZTlpVlhYMU0rM1R0SExvYXNXY0N0Z2pzWVlFNlZIRGxVVE8rcjNZaEpEOGYiLCJtYWMiOiI0OTk1ZmQwYmIwNDIwZDU5ZjMxNTYwN2RjYjA3YzliOWU0MjJhMmMxZTQ0NTVkZmUxMjg3ZjhjMmFkYzg1YTQ2IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IndRc2t3dGI2VVRQVzJLMnZZdVI1c0E9PSIsInZhbHVlIjoiS2pZTEhJKzlqM094aXBWa0t3NWtTMHJyNDBibzRnQ01adURIVG1yQjZPK2lrMmY0ajZqcmU1SmVIZ0lkNWhmeUJrVzQva" ] "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:43 [ "USER" => "www-data" "HOME" => "/var/www" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6IndRc2t3dGI2VVRQVzJLMnZZdVI1c0E9PSIsInZhbHVlIjoiS2pZTEhJKzlqM094aXBWa0t3NWtTMHJyNDBibzRnQ01adURIVG1yQjZPK2lrMmY0ajZqcmU1SmVIZ0lkNWhmeUJrVzQvalVMOVN4aGhWRVhYUU85T1UxRzNYSWdVYlBXRkxFOTMxK3UvM205dzVCK3I2VnJZYkRJT3NiVUJsMGoiLCJtYWMiOiIyYjhlNDJkNWNlNTlmMTQxODVmMGRmMjgwZDhmYTgwNzI0ZDI3ZmIyOTEwZWM3MmEwOTIzMGZjYWU4NTE1Nzk2IiwidGFnIjoiIn0%3D; harpers_bazaar_kazakhstan_session=eyJpdiI6Ik5sZHJodVVCaHVDQnAzb24zQnp0MFE9PSIsInZhbHVlIjoiRitiaFdWYXd2NDk3Mi9uTGZDZVA3WFM5dWoweVo0bGhPTmNSWnM1S2p0RzIxbWFxRmR4SGVPOWFGeXE4S1VCMGMraVJkaXY2bjZ3QTQwZWNQa3ZXZTlpVlhYMU0rM1R0SExvYXNXY0N0Z2pzWVlFNlZIRGxVVE8rcjNZaEpEOGYiLCJtYWMiOiI0OTk1ZmQwYmIwNDIwZDU5ZjMxNTYwN2RjYjA3YzliOWU0MjJhMmMxZTQ0NTVkZmUxMjg3ZjhjMmFkYzg1YTQ2IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IndRc2t3dGI2VVRQVzJLMnZZdVI1c0E9PSIsInZhbHVlIjoiS2pZTEhJKzlqM094aXBWa0t3NWtTMHJyNDBibzRnQ01adURIVG1yQjZPK2lrMmY0ajZqcmU1SmVIZ0lkNWhmeUJrVzQva" "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" => "51822" "REMOTE_ADDR" => "18.221.32.189" "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/praktika?page=33" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=33" "SCRIPT_FILENAME" => "/var/www/bazaar2/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742280203.4873 "REQUEST_TIME" => 1742280203 ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "Y855IiWD7jdcls1Oo2RSodRwZ2Mwcp5mMuPyllRn" "harpers_bazaar_kazakhstan_session" => "og4UlW7gn0m3V1Fjl1127n6dm3sOz96TFwNT89Xv" ]
        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 => "Tue, 18 Mar 2025 06:43:23 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdXSnhLTFdqOFgrZkZmSW1ZdnNTZVE9PSIsInZhbHVlIjoiZmthRWVsTGJJb3ZVcmg1TXY0SjN4WUVYbGNyTUptc1Rvb1Q3VmVZL1Zyd2dIVElmS3lHeUV3eU9BVnhxYk91dXNGQVFRMkRtYmhwcEF4T25GLzJiU2lzZW50K0dNWDBNRDFMRUl4NzBVNFJWRUo5OUNLU1VPejd4bUhGeUpyMkYiLCJtYWMiOiI2YmRiOThjYmY0YjFjYjgxNWM5OWE2OGE2ZGJiYjU4ZjVjYTczYTU2NzRjMDUwZmU4MWQxMGVlMzYzMWJmMzljIiwidGFnIjoiIn0%3D; expires=Tue, 18 Mar 2025 08:43:23 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjdXSnhLTFdqOFgrZkZmSW1ZdnNTZVE9PSIsInZhbHVlIjoiZmthRWVsTGJJb3ZVcmg1TXY0SjN4WUVYbGNyTUptc1Rvb1Q3VmVZL1Zyd2dIVElmS3lHeUV3eU9BVnhxYk91dXNGQVFRM" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6ImM2OG02RE14eWluOUxoc21KUEMxTHc9PSIsInZhbHVlIjoicGxGVGhqV0puOW9JMERMR3lVK0drUUUxb0QwN0Zxb1kzNFVFbFBBT0xCdmluRXJhK0s4dEhQZUlFeFhSRkdmU05vVEl0WG83a2lXTWEzWlRZSUZ3YWxxV00vamZ3aDgrY3dQZjRRWVB4a3QxM09JU2F0eDRPZmJabTY5VkN4eEUiLCJtYWMiOiI5ODhjYjgzMTA5NzFiYTQ4OTk3MThmYzA0YWEzNDQwNGY2ZWIxNDE5MjhiYmVmYWMyMDQ1M2EwMWViZmMxNzUyIiwidGFnIjoiIn0%3D; expires=Tue, 18 Mar 2025 08:43:23 GMT; Max-Age=7200; path=/; httponly; samesite=laxharpers_bazaar_kazakhstan_session=eyJpdiI6ImM2OG02RE14eWluOUxoc21KUEMxTHc9PSIsInZhbHVlIjoicGxGVGhqV0puOW9JMERMR3lVK0drUUUxb0QwN0Zxb1kzNFVFbFBBT0xCdmluRXJhK0s4dE" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdXSnhLTFdqOFgrZkZmSW1ZdnNTZVE9PSIsInZhbHVlIjoiZmthRWVsTGJJb3ZVcmg1TXY0SjN4WUVYbGNyTUptc1Rvb1Q3VmVZL1Zyd2dIVElmS3lHeUV3eU9BVnhxYk91dXNGQVFRMkRtYmhwcEF4T25GLzJiU2lzZW50K0dNWDBNRDFMRUl4NzBVNFJWRUo5OUNLU1VPejd4bUhGeUpyMkYiLCJtYWMiOiI2YmRiOThjYmY0YjFjYjgxNWM5OWE2OGE2ZGJiYjU4ZjVjYTczYTU2NzRjMDUwZmU4MWQxMGVlMzYzMWJmMzljIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 08:43:23 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjdXSnhLTFdqOFgrZkZmSW1ZdnNTZVE9PSIsInZhbHVlIjoiZmthRWVsTGJJb3ZVcmg1TXY0SjN4WUVYbGNyTUptc1Rvb1Q3VmVZL1Zyd2dIVElmS3lHeUV3eU9BVnhxYk91dXNGQVFRM" 1 => "harpers_bazaar_kazakhstan_session=eyJpdiI6ImM2OG02RE14eWluOUxoc21KUEMxTHc9PSIsInZhbHVlIjoicGxGVGhqV0puOW9JMERMR3lVK0drUUUxb0QwN0Zxb1kzNFVFbFBBT0xCdmluRXJhK0s4dEhQZUlFeFhSRkdmU05vVEl0WG83a2lXTWEzWlRZSUZ3YWxxV00vamZ3aDgrY3dQZjRRWVB4a3QxM09JU2F0eDRPZmJabTY5VkN4eEUiLCJtYWMiOiI5ODhjYjgzMTA5NzFiYTQ4OTk3MThmYzA0YWEzNDQwNGY2ZWIxNDE5MjhiYmVmYWMyMDQ1M2EwMWViZmMxNzUyIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 08:43:23 GMT; path=/; httponlyharpers_bazaar_kazakhstan_session=eyJpdiI6ImM2OG02RE14eWluOUxoc21KUEMxTHc9PSIsInZhbHVlIjoicGxGVGhqV0puOW9JMERMR3lVK0drUUUxb0QwN0Zxb1kzNFVFbFBBT0xCdmluRXJhK0s4dE" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "Y855IiWD7jdcls1Oo2RSodRwZ2Mwcp5mMuPyllRn" "_previous" => array:1 [ "url" => "https://test.harpersbazaar.kz/category/praktika?page=33" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "locale" => "ru" "PHPDEBUGBAR_STACK_DATA" => [] ]