ВТ

Виолетта Тельманова


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

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

8.2.24PHP Version224msRequest Duration3MBMemory UsageGET author/{slugOrId}Route
    • Booting (155ms)
    • Application (68.86ms)
    • 1 x Booting (69.21%)
      155.00ms
      1 x Application (30.75%)
      68.86ms
      19 templates were rendered
      • web.author.show (resources/views/web/author/show.blade.php)2bladefile
        Params
        0
        author
        1
        posts
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • components.web.layout.post.thumb.meta (resources/views/components/web/layout/post/thumb/meta.blade.php)8bladefile
        Params
        0
        class
        1
        categories
        2
        createdAt
        3
        readingTime
        4
        thin
        5
        attributes
        6
        slot
        7
        __laravel_slots
      • layouts.web.default (resources/views/layouts/web/default.blade.php)10bladefile
        Params
        0
        __env
        1
        app
        2
        _cookieConsent
        3
        errors
        4
        author
        5
        posts
        6
        __currentLoopData
        7
        post
        8
        loop
        9
        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)6bladefile
        Params
        0
        componentName
        1
        attributes
        2
        categories
        3
        language
        4
        slot
        5
        __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.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
      • components.web.cookie-consent (resources/views/components/web/cookie-consent.blade.php)3bladefile
        Params
        0
        attributes
        1
        slot
        2
        __laravel_slots
      • components.web.layout.metrics (resources/views/components/web/layout/metrics.blade.php)3bladefile
        Params
        0
        attributes
        1
        slot
        2
        __laravel_slots
      • components.web.layout.body-inside (resources/views/components/web/layout/body-inside.blade.php)5bladefile
        Params
        0
        reduced
        1
        componentName
        2
        attributes
        3
        slot
        4
        __laravel_slots
      uri
      GET author/{slugOrId}
      middleware
      web
      uses
      App\Http\Controllers\Web\Author\ShowController@__invoke
      controller
      App\Http\Controllers\Web\Author\ShowController
      as
      author.show
      namespace
      prefix
      /author
      where
      20 statements were executed, 7 of which were duplicated, 13 unique. Show only duplicated23.67ms
      • select * from `users` where `slug` = '18' or `id` = '18' limit 1
        2.35ms/app/Http/Controllers/Web/Author/ShowController.php:14elle_v2
        Metadata
        Bindings
        • 0. 18
        • 1. 18
        Backtrace
        • 17. /app/Http/Controllers/Web/Author/ShowController.php:14
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `posts` where `posts`.`author_id` = 18 and `posts`.`author_id` is not null and `status` = 'published' and `password` is null and `posts`.`deleted_at` is null
        2.34ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 18
        • 1. published
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 20. /app/Http/Controllers/Web/Author/ShowController.php:16
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `posts` where `posts`.`author_id` = 18 and `posts`.`author_id` is not null and `status` = 'published' and `password` is null and `posts`.`deleted_at` is null order by `created_at` desc limit 20 offset 80
        3.06ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 18
        • 1. published
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 20. /app/Http/Controllers/Web/Author/ShowController.php:16
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. /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` = 5070 and `categories`.`deleted_at` is null
        1ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 5070
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` = 5069 and `categories`.`deleted_at` is null
        1.08ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 5069
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` = 5042 and `categories`.`deleted_at` is null
        940μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 5042
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` = 4993 and `categories`.`deleted_at` is null
        960μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 4993
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` = 4982 and `categories`.`deleted_at` is null
        810μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 4982
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` = 4958 and `categories`.`deleted_at` is null
        980μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 4958
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` = 4887 and `categories`.`deleted_at` is null
        1.03ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Bindings
        • 0. 4887
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. view::web.author.show:69
        • 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` is null and `posts`.`deleted_at` is null limit 1
        780μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        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:55
      • select * from `settings` where `key` = 'adz.bodyInside.reduced' limit 1
        660μs/app/helpers.php:87elle_v2
        Metadata
        Bindings
        • 0. adz.bodyInside.reduced
        Backtrace
        • 16. /app/helpers.php:87
        • 18. /vendor/laravel/framework/src/Illuminate/View/Component.php:102
        • 19. view::layouts.web.default:72
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `categories` where `show_in_header` = 1 and `is_hidden` = 0 and `categories`.`deleted_at` is null
        860μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_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:30
        • 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:17
      • select * from `categories` where `categories`.`parent_id` in (1, 18, 24, 30, 36, 39, 50, 54) and `categories`.`deleted_at` is null
        920μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. /app/View/Components/Web/Layout/Header.php:30
        • 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:17
      • select * from `categories` where `show_in_header` = 1 and `is_hidden` = 0 and `categories`.`deleted_at` is null
        1.3ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_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:30
        • 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:76
      • select * from `categories` where `categories`.`parent_id` in (1, 18, 24, 30, 36, 39, 50, 54) and `categories`.`deleted_at` is null
        920μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_v2
        Metadata
        Backtrace
        • 13. /vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38
        • 21. /app/View/Components/Web/Layout/Header.php:30
        • 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:76
      • select * from `categories` where `parent_id` is null and `is_hidden` = 0 and `categories`.`deleted_at` is null
        1.01ms/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_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:127
      • select * from `categories` where `categories`.`parent_id` in (1, 18, 24, 30, 36, 39, 50, 54) and `categories`.`deleted_at` is null
        840μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_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:127
      • select * from `categories` where `show_in_header` = 1 and `is_hidden` = 0 and `categories`.`deleted_at` is null
        910μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_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:190
      • select * from `categories` where `categories`.`parent_id` in (1, 18, 24, 30, 36, 39, 50, 54) and `categories`.`deleted_at` is null
        920μs/vendor/staudenmeir/eloquent-eager-limit/src/Traits/BuildsGroupLimitQueries.php:38elle_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:190
      App\Models\Category
      204
      App\Models\Post
      7
      App\Models\User
      1
        _token
        CLLLGayj9tqc1Kko6jC5jt1P6LkMfa8HsWu86Ucq
        _previous
        array:1 [ "url" => "https://test.elle.com.kz/author/18?page=5" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /author/18
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "5" ]
        request_request
        []
        
        request_headers
        0 of 0
        array:18 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZSOWtmTGI3YXFIT05WMURxWno5eXc9PSIsInZhbHVlIjoiWVBVQkJtQzluRnhuNUdHdEp2d3J6cnRJSG5WMzhYdTVwWUd2bTRBb0pPeGVwaERQWm1waC9tZnNEcHl3TlV1UnlFaWpWOGRTNThKVTllcGxiVW43QkVMaVhIelVxb2NwYXhpZ21QOGlYSSs2TjlNenQvMDBEeS90OFJOeXJJaWciLCJtYWMiOiJhYTFhMjNhMTljOTUyYjE0MDA3MDk4YTU4YTk4N2NmNDE4ZWM4YmI5YjZiZTc2ZTdjMWE4YzllN2MyNzhjOTRhIiwidGFnIjoiIn0%3D; elle_kazakhstan_session=eyJpdiI6ImpnVTNja01TNUxQNEpLVWtGNVpVV3c9PSIsInZhbHVlIjoiZlhmWHQ1Z2JKaGtsWHdjSytpbEVLSlFseTFDaUpCRUpDTlZ5NHMwbU5iaTNkR09BQzE4Vm5sNitad1AvZ3ljU3QrM3RwckRIdFFVZ0l4Qkt6UnlHMkpHK3Y3ZkZhS1RHVC9LRXI2SGV5eHlsNEg5S3ZoMFZGMHBVaG4xclhjdUoiLCJtYWMiOiI3ZjFmMzVlOTg3NGRiZWJiM2JkZmFkN2U0ZWQwMDA2NzI0MzM3M2FiYmIwMzNlZWM5OTZkNDUzNDg2ZGQwNWQ2IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImZSOWtmTGI3YXFIT05WMURxWno5eXc9PSIsInZhbHVlIjoiWVBVQkJtQzluRnhuNUdHdEp2d3J6cnRJSG5WMzhYdTVwWUd2bTRBb0pPeGVwaERQWm1waC9tZnNEcHl3TlV1UnlFaWpWO" ] "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.elle.com.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=eyJpdiI6ImZSOWtmTGI3YXFIT05WMURxWno5eXc9PSIsInZhbHVlIjoiWVBVQkJtQzluRnhuNUdHdEp2d3J6cnRJSG5WMzhYdTVwWUd2bTRBb0pPeGVwaERQWm1waC9tZnNEcHl3TlV1UnlFaWpWOGRTNThKVTllcGxiVW43QkVMaVhIelVxb2NwYXhpZ21QOGlYSSs2TjlNenQvMDBEeS90OFJOeXJJaWciLCJtYWMiOiJhYTFhMjNhMTljOTUyYjE0MDA3MDk4YTU4YTk4N2NmNDE4ZWM4YmI5YjZiZTc2ZTdjMWE4YzllN2MyNzhjOTRhIiwidGFnIjoiIn0%3D; elle_kazakhstan_session=eyJpdiI6ImpnVTNja01TNUxQNEpLVWtGNVpVV3c9PSIsInZhbHVlIjoiZlhmWHQ1Z2JKaGtsWHdjSytpbEVLSlFseTFDaUpCRUpDTlZ5NHMwbU5iaTNkR09BQzE4Vm5sNitad1AvZ3ljU3QrM3RwckRIdFFVZ0l4Qkt6UnlHMkpHK3Y3ZkZhS1RHVC9LRXI2SGV5eHlsNEg5S3ZoMFZGMHBVaG4xclhjdUoiLCJtYWMiOiI3ZjFmMzVlOTg3NGRiZWJiM2JkZmFkN2U0ZWQwMDA2NzI0MzM3M2FiYmIwMzNlZWM5OTZkNDUzNDg2ZGQwNWQ2IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImZSOWtmTGI3YXFIT05WMURxWno5eXc9PSIsInZhbHVlIjoiWVBVQkJtQzluRnhuNUdHdEp2d3J6cnRJSG5WMzhYdTVwWUd2bTRBb0pPeGVwaERQWm1waC9tZnNEcHl3TlV1UnlFaWpWO" "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.elle.com.kz" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "test.elle.com.kz" "SERVER_PORT" => "443" "SERVER_ADDR" => "178.128.201.37" "REMOTE_USER" => "" "REMOTE_PORT" => "16395" "REMOTE_ADDR" => "3.21.41.164" "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/elle2/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/author/18?page=5" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=5" "SCRIPT_FILENAME" => "/var/www/elle2/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742186636.0093 "REQUEST_TIME" => 1742186636 ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "CLLLGayj9tqc1Kko6jC5jt1P6LkMfa8HsWu86Ucq" "elle_kazakhstan_session" => "Ffiv34tElVTaGUaNQCZtssr19CvUqTfeZhXWjdpM" ]
        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 04:43:56 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IktGdTZ4VVR5YkttOEduYVdvL1pWQ2c9PSIsInZhbHVlIjoiNTdMcmFVcVh4NlBweUlpbmI1Y1ZKTXg1eTVyRzZ3ZER0S1JMUXVnRktXbXJYUEFEWGxzMWoxdDR0aFdGRUZ6bzFyYjZxUTFJNDdRQ0x5cDNWQ1JFc1RYR004S2ltT2JoTzJub2h0VWFIR3F5QmJYczYvM1RjUUpLcW93cU1PY1EiLCJtYWMiOiIxMjU3MjY1Y2RkOTIyNDEyZDRjMTQwOWRiNjdiOWFkYWE3M2VmYzcxMWRiOTYwYzI1OWQzOWZiMDRjMjY3ZDAxIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 06:43:56 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IktGdTZ4VVR5YkttOEduYVdvL1pWQ2c9PSIsInZhbHVlIjoiNTdMcmFVcVh4NlBweUlpbmI1Y1ZKTXg1eTVyRzZ3ZER0S1JMUXVnRktXbXJYUEFEWGxzMWoxdDR0aFdGRUZ6bzFyYjZxU" 1 => "elle_kazakhstan_session=eyJpdiI6Inl2ZmllSUxpckl0aHpnanhHeGtpYVE9PSIsInZhbHVlIjoiQkdZV2poV3N3bXZHQ0JDMU5OM2pVdmFod2FnVVdBcVdUc0JWNldsUFlHZEtXem1KNnRGODJIYzgyN2o1elUvNE9yWnpyakpyem96aVdUaUlEb0xaam9zY0FhZnByUmlHUkNyWnVNSUY5SHlCQXpsZDRCVXowdmdTZmNhT1FVci8iLCJtYWMiOiI4YTc5NzdhNmY3MTM1MTQ5YjBlMGRkYzVhMDk4NzgzYzZmZGVlNzY0YzY5ZjQwYTYyODU2YWI1Y2JkMmZiNTE2IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 06:43:56 GMT; Max-Age=7200; path=/; httponly; samesite=laxelle_kazakhstan_session=eyJpdiI6Inl2ZmllSUxpckl0aHpnanhHeGtpYVE9PSIsInZhbHVlIjoiQkdZV2poV3N3bXZHQ0JDMU5OM2pVdmFod2FnVVdBcVdUc0JWNldsUFlHZEtXem1KNnRGODJIYzgyN2o1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IktGdTZ4VVR5YkttOEduYVdvL1pWQ2c9PSIsInZhbHVlIjoiNTdMcmFVcVh4NlBweUlpbmI1Y1ZKTXg1eTVyRzZ3ZER0S1JMUXVnRktXbXJYUEFEWGxzMWoxdDR0aFdGRUZ6bzFyYjZxUTFJNDdRQ0x5cDNWQ1JFc1RYR004S2ltT2JoTzJub2h0VWFIR3F5QmJYczYvM1RjUUpLcW93cU1PY1EiLCJtYWMiOiIxMjU3MjY1Y2RkOTIyNDEyZDRjMTQwOWRiNjdiOWFkYWE3M2VmYzcxMWRiOTYwYzI1OWQzOWZiMDRjMjY3ZDAxIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 06:43:56 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IktGdTZ4VVR5YkttOEduYVdvL1pWQ2c9PSIsInZhbHVlIjoiNTdMcmFVcVh4NlBweUlpbmI1Y1ZKTXg1eTVyRzZ3ZER0S1JMUXVnRktXbXJYUEFEWGxzMWoxdDR0aFdGRUZ6bzFyYjZxU" 1 => "elle_kazakhstan_session=eyJpdiI6Inl2ZmllSUxpckl0aHpnanhHeGtpYVE9PSIsInZhbHVlIjoiQkdZV2poV3N3bXZHQ0JDMU5OM2pVdmFod2FnVVdBcVdUc0JWNldsUFlHZEtXem1KNnRGODJIYzgyN2o1elUvNE9yWnpyakpyem96aVdUaUlEb0xaam9zY0FhZnByUmlHUkNyWnVNSUY5SHlCQXpsZDRCVXowdmdTZmNhT1FVci8iLCJtYWMiOiI4YTc5NzdhNmY3MTM1MTQ5YjBlMGRkYzVhMDk4NzgzYzZmZGVlNzY0YzY5ZjQwYTYyODU2YWI1Y2JkMmZiNTE2IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 06:43:56 GMT; path=/; httponlyelle_kazakhstan_session=eyJpdiI6Inl2ZmllSUxpckl0aHpnanhHeGtpYVE9PSIsInZhbHVlIjoiQkdZV2poV3N3bXZHQ0JDMU5OM2pVdmFod2FnVVdBcVdUc0JWNldsUFlHZEtXem1KNnRGODJIYzgyN2o1" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "CLLLGayj9tqc1Kko6jC5jt1P6LkMfa8HsWu86Ucq" "_previous" => array:1 [ "url" => "https://test.elle.com.kz/author/18?page=5" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]