Герои книг

Р

Рэй Палпатин

. Белка. Воительница и звонарь.
Просто Рэй. Никто. (ПМ; ПМ)
(c) Redwall.Ru, 2025
8.0.30PHP Version80.58msRequest Duration16MBMemory UsageGET heroes/weapons/{key}Route
    • Booting (50.16ms)
    • Application (30.41ms)
    • 1 x Booting (62.25%)
      50.16ms
      1 x Application (37.74%)
      30.41ms
      12 templates were rendered
      • heroes.lists.show (resources/views/heroes/lists/show.blade.php)8blade
        Params
        0
        heroes
        1
        elem
        2
        items
        3
        route
        4
        meta
        5
        breadcrumb
        6
        title
        7
        currentsub
      • heroes.includes.list (resources/views/heroes/includes/list.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
      • layouts.master (resources/views/layouts/master.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
      • includes.partials.messages (resources/views/includes/partials/messages.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • layouts.app (resources/views/layouts/app.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.sidebar (resources/views/includes/sidebar.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.nav (resources/views/includes/nav.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.search (resources/views/includes/search.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.teeth (resources/views/includes/teeth.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.bookmarks (resources/views/includes/bookmarks.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.grass (resources/views/includes/grass.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      • includes.partials.ga (resources/views/includes/partials/ga.blade.php)16blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        elem
        7
        items
        8
        route
        9
        meta
        10
        breadcrumb
        11
        title
        12
        currentsub
        13
        __currentLoopData
        14
        bread
        15
        loop
      uri
      GET heroes/weapons/{key}
      middleware
      web
      controller
      App\Http\Controllers\HeroController@weapons
      as
      heroes.weapon
      namespace
      prefix
      /heroes
      where
      file
      app/Http/Controllers/HeroController.php:282-333
      9 statements were executed11.92ms
      • select * from `weapon_types` where `key` = 'sila' limit 11.98mslararedwall
        Metadata
        Bindings
        • 0. sila
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `weapons` where `key` = 'sila' and `is_hero` = 1 limit 11.12mslararedwall
        Metadata
        Bindings
        • 0. sila
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `heroes` where `confirmed` = 1 and exists (select * from `weapons` inner join `hero_weapons` on `weapons`.`id` = `hero_weapons`.`weapon_id` where `heroes`.`id` = `hero_weapons`.`hero_id` and `weapons`.`id` = 76 and `is_hero` = 1) and `heroes`.`deleted_at` is null1.62mslararedwall
        Metadata
        Bindings
        • 0. 1
        • 1. 76
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select `books`.*, `hero_book_appears`.`hero_id` as `pivot_hero_id`, `hero_book_appears`.`book_id` as `pivot_book_id` from `books` inner join `hero_book_appears` on `books`.`id` = `hero_book_appears`.`book_id` where `hero_book_appears`.`hero_id` in (409)1.48mslararedwall
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • select `books`.*, `hero_book_mentioned`.`hero_id` as `pivot_hero_id`, `hero_book_mentioned`.`book_id` as `pivot_book_id` from `books` inner join `hero_book_mentioned` on `books`.`id` = `hero_book_mentioned`.`book_id` where `hero_book_mentioned`.`hero_id` in (409)850μslararedwall
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • select `positions`.*, `hero_positions`.`hero_id` as `pivot_hero_id`, `hero_positions`.`position_id` as `pivot_position_id` from `positions` inner join `hero_positions` on `positions`.`id` = `hero_positions`.`position_id` where `hero_positions`.`hero_id` in (409) and `is_hero` = 11.2mslararedwall
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `species` where `species`.`id` in (4) and `is_hero` = 1300μslararedwall
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `images` where `images`.`imageable_id` in (409) and `images`.`imageable_type` = 'hero' order by `order` asc1.43mslararedwall
        Metadata
        Bindings
        • 0. hero
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `seasons` where `start_date` <= '2025-04-21 23:44:38' and `end_date` >= '2025-04-21 23:44:38' and `seasons`.`deleted_at` is null limit 11.94mslararedwall
        Metadata
        Bindings
        • 0. 2025-04-21 23:44:38
        • 1. 2025-04-21 23:44:38
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      App\Models\Hero\HeroSpecies
      1
      App\Models\Hero\HeroPosition
      2
      App\Models\Book\Book
      2
      App\Models\Hero\Hero
      1
      App\Models\Hero\HeroWeapon
      1
        _token
        J2Lwrq7W53i7PBcmd9JTfjeHTwDGddbRfRS92DKa
        _previous
        array:1 [ "url" => "https://lara.redwall.ru/heroes/weapons/sila" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /heroes/weapons/sila
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "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 => "lara.redwall.ru" ] ]
        request_server
        0 of 0
        array:41 [ "USER" => "nginx" "HOME" => "/nonexistent" "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" => "lara.redwall.ru" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "lara.redwall.ru" "SERVER_PORT" => "443" "SERVER_ADDR" => "195.35.29.180" "REMOTE_PORT" => "59994" "REMOTE_ADDR" => "3.15.223.232" "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/lara.redwall.ru/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/heroes/weapons/sila" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/lara.redwall.ru/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1745268278.3083 "REQUEST_TIME" => 1745268278 ]
        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, 21 Apr 2025 20:44:38 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhxM0IyTUwzZGxVUkUyUkJrWEpkVVE9PSIsInZhbHVlIjoidThQK0xjRnQ4d3dDWURZcGVocERWSzI1TzdMSzFvMDNSZDRnWW1yZmJobFkzb1hJWFdOYnc5Y08yVTQyY3RYZ2xiRFNITklwSlRkL01UUEFsa0ZNTjg3MTcvZm1zRzJLL3pqaTZRdVh0MkdWVkh0SmsvOWw4VU5XMVpxMnlXNWkiLCJtYWMiOiI5Zjk2YmMzYThiZTIzZTliYjQ2ZDdiOGY0MjU1NTJhMDkyNWNlZDg2YzdiZDg1ODY1MjM1OWI0Y2RmZDkzYzViIiwidGFnIjoiIn0%3D; expires=Tue, 22-Apr-2025 16:44:38 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjhxM0IyTUwzZGxVUkUyUkJrWEpkVVE9PSIsInZhbHVlIjoidThQK0xjRnQ4d3dDWURZcGVocERWSzI1TzdMSzFvMDNSZDRnWW1yZmJobFkzb1hJWFdOYnc5Y08yVTQyY3RYZ2xiRFNIT" 1 => "laravel_session=eyJpdiI6IkRsbUlSUWJsMk44QlVvZktsZHVYeVE9PSIsInZhbHVlIjoiTjhBVGZQWDVYTlI5VUZoU0o0UCtYbGJSbnRWdDNmODVIYnNoemRCblpDemdmYnBkNmxXeVhVREZDNHF3ckNLdFBYQnBDcXFFdlArVVpYL1B3SWZ3bCtUbXJnUkdCTWtKWEErZTlZRkx6Rm1OcjVrczFQWm1DanFFRmppdlIwNUoiLCJtYWMiOiJkZWU5NzMzZTA5YmQyODg5ZGNlMzkxY2Y0NjQ4ZmFkZjA3NmNmYTUyYjFmOGIzNmFjOGJhNjI4YzRkOGMzMDA0IiwidGFnIjoiIn0%3D; expires=Tue, 22-Apr-2025 16:44:38 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IkRsbUlSUWJsMk44QlVvZktsZHVYeVE9PSIsInZhbHVlIjoiTjhBVGZQWDVYTlI5VUZoU0o0UCtYbGJSbnRWdDNmODVIYnNoemRCblpDemdmYnBkNmxXeVhVREZDNHF3ckNLdFBY" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhxM0IyTUwzZGxVUkUyUkJrWEpkVVE9PSIsInZhbHVlIjoidThQK0xjRnQ4d3dDWURZcGVocERWSzI1TzdMSzFvMDNSZDRnWW1yZmJobFkzb1hJWFdOYnc5Y08yVTQyY3RYZ2xiRFNITklwSlRkL01UUEFsa0ZNTjg3MTcvZm1zRzJLL3pqaTZRdVh0MkdWVkh0SmsvOWw4VU5XMVpxMnlXNWkiLCJtYWMiOiI5Zjk2YmMzYThiZTIzZTliYjQ2ZDdiOGY0MjU1NTJhMDkyNWNlZDg2YzdiZDg1ODY1MjM1OWI0Y2RmZDkzYzViIiwidGFnIjoiIn0%3D; expires=Tue, 22-Apr-2025 16:44:38 GMT; domain=lara.redwall.ru; path=/; secureXSRF-TOKEN=eyJpdiI6IjhxM0IyTUwzZGxVUkUyUkJrWEpkVVE9PSIsInZhbHVlIjoidThQK0xjRnQ4d3dDWURZcGVocERWSzI1TzdMSzFvMDNSZDRnWW1yZmJobFkzb1hJWFdOYnc5Y08yVTQyY3RYZ2xiRFNIT" 1 => "laravel_session=eyJpdiI6IkRsbUlSUWJsMk44QlVvZktsZHVYeVE9PSIsInZhbHVlIjoiTjhBVGZQWDVYTlI5VUZoU0o0UCtYbGJSbnRWdDNmODVIYnNoemRCblpDemdmYnBkNmxXeVhVREZDNHF3ckNLdFBYQnBDcXFFdlArVVpYL1B3SWZ3bCtUbXJnUkdCTWtKWEErZTlZRkx6Rm1OcjVrczFQWm1DanFFRmppdlIwNUoiLCJtYWMiOiJkZWU5NzMzZTA5YmQyODg5ZGNlMzkxY2Y0NjQ4ZmFkZjA3NmNmYTUyYjFmOGIzNmFjOGJhNjI4YzRkOGMzMDA0IiwidGFnIjoiIn0%3D; expires=Tue, 22-Apr-2025 16:44:38 GMT; domain=lara.redwall.ru; path=/; secure; httponlylaravel_session=eyJpdiI6IkRsbUlSUWJsMk44QlVvZktsZHVYeVE9PSIsInZhbHVlIjoiTjhBVGZQWDVYTlI5VUZoU0o0UCtYbGJSbnRWdDNmODVIYnNoemRCblpDemdmYnBkNmxXeVhVREZDNHF3ckNLdFBY" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "J2Lwrq7W53i7PBcmd9JTfjeHTwDGddbRfRS92DKa" "_previous" => array:1 [ "url" => "https://lara.redwall.ru/heroes/weapons/sila" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]