Герои книг

Й

Йо-Карр

. Угорь.
Гигантский угорь из пещеры землероек-пигмеев. Землеройки приносили ему в жертву своих сородичей, чтобы тот не тревожил, но Таг вступился за землероек и убил угря. (ТиР)
Йо-Карр
(c) Redwall.Ru, 2025
8.0.30PHP Version143msRequest Duration16MBMemory UsageGET heroes/alphabet/{char}Route
    • Booting (83.7ms)
    • Application (59.11ms)
    • 1 x Booting (58.6%)
      83.70ms
      1 x Application (41.39%)
      59.11ms
      13 templates were rendered
      • heroes.alphabet.show (resources/views/heroes/alphabet/show.blade.php)5blade
        Params
        0
        heroes
        1
        meta
        2
        breadcrumb
        3
        title
        4
        currentsub
      • heroes.includes.abc (resources/views/heroes/includes/abc.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
      • heroes.includes.list (resources/views/heroes/includes/list.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
      • layouts.master (resources/views/layouts/master.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
      • includes.partials.messages (resources/views/includes/partials/messages.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • layouts.app (resources/views/layouts/app.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.sidebar (resources/views/includes/sidebar.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.nav (resources/views/includes/nav.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.search (resources/views/includes/search.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.teeth (resources/views/includes/teeth.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.bookmarks (resources/views/includes/bookmarks.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.grass (resources/views/includes/grass.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      • includes.partials.ga (resources/views/includes/partials/ga.blade.php)13blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        submenu
        4
        errors
        5
        heroes
        6
        meta
        7
        breadcrumb
        8
        title
        9
        currentsub
        10
        __currentLoopData
        11
        bread
        12
        loop
      uri
      GET heroes/alphabet/{char}
      middleware
      web
      controller
      App\Http\Controllers\HeroController@index
      as
      heroes.alphabet
      namespace
      prefix
      /heroes
      where
      file
      app/Http/Controllers/HeroController.php:33-59
      8 statements were executed34.03ms
      • select * from `heroes` where (`confirmed` = 1 and `name` LIKE 'Й%' or `original` LIKE 'Й%') and `heroes`.`deleted_at` is null20.04mslararedwall
        Metadata
        Bindings
        • 0. 1
        • 1. Й%
        • 2. Й%
        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 (82)4.51mslararedwall
        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 (82)1.88mslararedwall
        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 (82) and `is_hero` = 11.45mslararedwall
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `species` where `species`.`id` in (27) and `is_hero` = 1760μslararedwall
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `images` where `images`.`imageable_id` in (82) and `images`.`imageable_type` = 'hero' order by `order` asc3.18mslararedwall
        Metadata
        Bindings
        • 0. hero
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `hero_aliases` where `confirmed` = 1 and `name` LIKE 'Й%' or `original` LIKE 'Й%'970μslararedwall
        Metadata
        Bindings
        • 0. 1
        • 1. Й%
        • 2. Й%
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `seasons` where `start_date` <= '2025-04-08 20:41:19' and `end_date` >= '2025-04-08 20:41:19' and `seasons`.`deleted_at` is null limit 11.24mslararedwall
        Metadata
        Bindings
        • 0. 2025-04-08 20:41:19
        • 1. 2025-04-08 20:41:19
        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\Book\Book
      1
      App\Models\Hero\Hero
      1
        _token
        6RoZxM7Xf2z2dktIwPuMzoIeEaYf9fbAvjp2sic6
        _previous
        array:1 [ "url" => "https://lara.redwall.ru/heroes/alphabet/%D0%99" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /heroes/alphabet/%D0%99
        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" => "50263" "REMOTE_ADDR" => "18.191.232.50" "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/alphabet/%D0%99" "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" => 1744134079.0176 "REQUEST_TIME" => 1744134079 ]
        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 => "Tue, 08 Apr 2025 17:41:19 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJuS3ltTWplME1paG4zOC9VdGM5U1E9PSIsInZhbHVlIjoiUFdheE9KaUdNbmVwUGF0ZzhFcGFuWis4ZG9VbXY4cTBVL0JQelp6cHhiQWR6RzV6OCs3UlowbzdIZkJDUllyc2xqR3k0bHJna2c2Rytpb3E5MnNkSnNxVVZGQWFkakpOajQ4RmVzdDI5bzkyQU9XT1dvTzYybnpaQUxBZElyN24iLCJtYWMiOiJkODVhYjY1ODdmMGE5NDlmNTExMmZiN2RiM2RiNDcxMTU0NTRmZWIwOWIxMGY1NjY0ZDJhYWE3NDI3MmMzNzhmIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 13:41:19 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlJuS3ltTWplME1paG4zOC9VdGM5U1E9PSIsInZhbHVlIjoiUFdheE9KaUdNbmVwUGF0ZzhFcGFuWis4ZG9VbXY4cTBVL0JQelp6cHhiQWR6RzV6OCs3UlowbzdIZkJDUllyc2xqR3k0b" 1 => "laravel_session=eyJpdiI6IjlrM0ZpQVJvd01nYktwK29ob2hPbnc9PSIsInZhbHVlIjoiYmFZY2FxVWVGVDhjUUduL21ybnBzOUNYMmpQN0FiWUJiaXNiTVowWTlKVjNxbDBJZGtlNFpjNS9mYndUbVAxNjNmUUZYWmRqa3pjRzZoa1FRYnpCalp5YjAzUkZKb094WEluSG9pdGlHOEhVdXlaUW14QVJqM1E1UUVGRnRnd1kiLCJtYWMiOiI0YjE3ZjNkMDJkMjhkZmEzNzAyM2M4NmU2NTg4YWYyYjVjYjA0NzY2NDIxMjIzNWZmMzFjODA3ZWY4MDQ5MjFiIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 13:41:19 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IjlrM0ZpQVJvd01nYktwK29ob2hPbnc9PSIsInZhbHVlIjoiYmFZY2FxVWVGVDhjUUduL21ybnBzOUNYMmpQN0FiWUJiaXNiTVowWTlKVjNxbDBJZGtlNFpjNS9mYndUbVAxNjNm" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJuS3ltTWplME1paG4zOC9VdGM5U1E9PSIsInZhbHVlIjoiUFdheE9KaUdNbmVwUGF0ZzhFcGFuWis4ZG9VbXY4cTBVL0JQelp6cHhiQWR6RzV6OCs3UlowbzdIZkJDUllyc2xqR3k0bHJna2c2Rytpb3E5MnNkSnNxVVZGQWFkakpOajQ4RmVzdDI5bzkyQU9XT1dvTzYybnpaQUxBZElyN24iLCJtYWMiOiJkODVhYjY1ODdmMGE5NDlmNTExMmZiN2RiM2RiNDcxMTU0NTRmZWIwOWIxMGY1NjY0ZDJhYWE3NDI3MmMzNzhmIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 13:41:19 GMT; domain=lara.redwall.ru; path=/; secureXSRF-TOKEN=eyJpdiI6IlJuS3ltTWplME1paG4zOC9VdGM5U1E9PSIsInZhbHVlIjoiUFdheE9KaUdNbmVwUGF0ZzhFcGFuWis4ZG9VbXY4cTBVL0JQelp6cHhiQWR6RzV6OCs3UlowbzdIZkJDUllyc2xqR3k0b" 1 => "laravel_session=eyJpdiI6IjlrM0ZpQVJvd01nYktwK29ob2hPbnc9PSIsInZhbHVlIjoiYmFZY2FxVWVGVDhjUUduL21ybnBzOUNYMmpQN0FiWUJiaXNiTVowWTlKVjNxbDBJZGtlNFpjNS9mYndUbVAxNjNmUUZYWmRqa3pjRzZoa1FRYnpCalp5YjAzUkZKb094WEluSG9pdGlHOEhVdXlaUW14QVJqM1E1UUVGRnRnd1kiLCJtYWMiOiI0YjE3ZjNkMDJkMjhkZmEzNzAyM2M4NmU2NTg4YWYyYjVjYjA0NzY2NDIxMjIzNWZmMzFjODA3ZWY4MDQ5MjFiIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 13:41:19 GMT; domain=lara.redwall.ru; path=/; secure; httponlylaravel_session=eyJpdiI6IjlrM0ZpQVJvd01nYktwK29ob2hPbnc9PSIsInZhbHVlIjoiYmFZY2FxVWVGVDhjUUduL21ybnBzOUNYMmpQN0FiWUJiaXNiTVowWTlKVjNxbDBJZGtlNFpjNS9mYndUbVAxNjNm" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "6RoZxM7Xf2z2dktIwPuMzoIeEaYf9fbAvjp2sic6" "_previous" => array:1 [ "url" => "https://lara.redwall.ru/heroes/alphabet/%D0%99" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]