Герои книг

Нет героев по выбранному признаку.
(c) Redwall.Ru, 2025
8.0.30PHP Version127msRequest Duration15MBMemory UsageGET heroes/books/{key}Route
    • Booting (60.81ms)
    • Application (66.59ms)
    • 1 x Application (52.26%)
      66.59ms
      1 x Booting (47.73%)
      60.81ms
      12 templates were rendered
      • heroes.books.show (resources/views/heroes/books/show.blade.php)5blade
        Params
        0
        heroes
        1
        meta
        2
        breadcrumb
        3
        title
        4
        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/books/{key}
      middleware
      web
      controller
      App\Http\Controllers\HeroController@books
      as
      heroes.book
      namespace
      prefix
      /heroes
      where
      file
      app/Http/Controllers/HeroController.php:101-135
      3 statements were executed38.69ms
      • select * from `heroes` where `confirmed` = 1 and (exists (select * from `books` inner join `hero_book_appears` on `books`.`id` = `hero_book_appears`.`book_id` where `heroes`.`id` = `hero_book_appears`.`hero_id` and `books`.`id` = 19) or (not exists (select * from `books` inner join `hero_book_appears` on `books`.`id` = `hero_book_appears`.`book_id` where `heroes`.`id` = `hero_book_appears`.`hero_id`) and exists (select * from `books` inner join `hero_book_mentioned` on `books`.`id` = `hero_book_mentioned`.`book_id` where `heroes`.`id` = `hero_book_mentioned`.`hero_id` and `books`.`id` = 19))) and `heroes`.`deleted_at` is null24.05mslararedwall
        Metadata
        Bindings
        • 0. 1
        • 1. 19
        • 2. 19
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `hero_aliases` where `confirmed` = 1 and (exists (select * from `books` inner join `hero_alias_book_appears` on `books`.`id` = `hero_alias_book_appears`.`book_id` where `hero_aliases`.`id` = `hero_alias_book_appears`.`hero_alias_id` and `books`.`id` = 19) or (not exists (select * from `books` inner join `hero_alias_book_appears` on `books`.`id` = `hero_alias_book_appears`.`book_id` where `hero_aliases`.`id` = `hero_alias_book_appears`.`hero_alias_id`) and exists (select * from `books` inner join `hero_alias_book_mentioned` on `books`.`id` = `hero_alias_book_mentioned`.`book_id` where `hero_aliases`.`id` = `hero_alias_book_mentioned`.`hero_alias_id` and `books`.`id` = 19))) and (not exists (select * from `heroes` where `hero_aliases`.`hero_id` = `heroes`.`id` and exists (select * from `books` inner join `hero_book_mentioned` on `books`.`id` = `hero_book_mentioned`.`book_id` where `heroes`.`id` = `hero_book_mentioned`.`hero_id`) and `heroes`.`deleted_at` is null) or exists (select * from `heroes` where `hero_aliases`.`hero_id` = `heroes`.`id` and exists (select * from `books` inner join `hero_book_mentioned` on `books`.`id` = `hero_book_mentioned`.`book_id` where `heroes`.`id` = `hero_book_mentioned`.`hero_id` and `hero_book_mentioned`.`book_id` <> 19) and `heroes`.`deleted_at` is null))13.23mslararedwall
        Metadata
        Bindings
        • 0. 1
        • 1. 19
        • 2. 19
        • 3. 19
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `seasons` where `start_date` <= '2025-04-12 02:02:56' and `end_date` >= '2025-04-12 02:02:56' and `seasons`.`deleted_at` is null limit 11.41mslararedwall
        Metadata
        Bindings
        • 0. 2025-04-12 02:02:56
        • 1. 2025-04-12 02:02:56
        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
        _token
        H5LBbRaCp2nAak4OqDSJVHwoW8dhKSEeQDzliUlP
        _previous
        array:1 [ "url" => "https://lara.redwall.ru/heroes/books/eulalia" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /heroes/books/eulalia
        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" => "33027" "REMOTE_ADDR" => "18.222.112.64" "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/books/eulalia" "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" => 1744412576.1174 "REQUEST_TIME" => 1744412576 ]
        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 => "Fri, 11 Apr 2025 23:02:56 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImpyNTkySzdOMEppQ0RlWlF3R3Y4OXc9PSIsInZhbHVlIjoiOFZJc1dHZnhIaWdVUTRqbFpNMlZlK2JYbEFkU3k3aUxLTnVFTGwxNllwQml2QnR6NGFLc0lPSnA2OFlLMTZYcGdPTnJCQUg4ejV6b3BhbEtZRlN4VHA0QnB6ZGJzVVFHdEcvQXRsRDhhZWM3UkU5VllBQlhHaVNZdzlUTDZuMG0iLCJtYWMiOiJmNDg5MzAzMzNiMzk4YjA0ZTZmODg4ODI4YjQzYjM4ZDA5YjBlNTJkNTUwYjQ2Mjg3OWRkZGEyMjUyYTUyNjYwIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 19:02:56 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImpyNTkySzdOMEppQ0RlWlF3R3Y4OXc9PSIsInZhbHVlIjoiOFZJc1dHZnhIaWdVUTRqbFpNMlZlK2JYbEFkU3k3aUxLTnVFTGwxNllwQml2QnR6NGFLc0lPSnA2OFlLMTZYcGdPTnJCQ" 1 => "laravel_session=eyJpdiI6IjZuZ0pMSDVOb3IzODhHQU9naVRuWmc9PSIsInZhbHVlIjoieUZBSzkvVUFwTUtmdTFrNGl2dk1ZQWhZZ1NsTzJUL2VoM3ZIeDBTcXhUL1h6ZXRZa3o5ejdzS1I1WWkrTGlFalZicWxWcUJabHkrR2ZROGs2WGpmRFFjS3BEOVpZbnQ2RXROdHZhbGRnZWFtQTllaytBTSs5QmpxdlZyNEZQOFgiLCJtYWMiOiI0ZDFiYjczYTQ3NmZlM2ExZGJiNTQ4ZWQ1YzRiNTYxNmUwOTNhNzRlNjJiMTUzODQ5OTNkMmUzMzkzM2Q5MTc4IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 19:02:56 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IjZuZ0pMSDVOb3IzODhHQU9naVRuWmc9PSIsInZhbHVlIjoieUZBSzkvVUFwTUtmdTFrNGl2dk1ZQWhZZ1NsTzJUL2VoM3ZIeDBTcXhUL1h6ZXRZa3o5ejdzS1I1WWkrTGlFalZi" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImpyNTkySzdOMEppQ0RlWlF3R3Y4OXc9PSIsInZhbHVlIjoiOFZJc1dHZnhIaWdVUTRqbFpNMlZlK2JYbEFkU3k3aUxLTnVFTGwxNllwQml2QnR6NGFLc0lPSnA2OFlLMTZYcGdPTnJCQUg4ejV6b3BhbEtZRlN4VHA0QnB6ZGJzVVFHdEcvQXRsRDhhZWM3UkU5VllBQlhHaVNZdzlUTDZuMG0iLCJtYWMiOiJmNDg5MzAzMzNiMzk4YjA0ZTZmODg4ODI4YjQzYjM4ZDA5YjBlNTJkNTUwYjQ2Mjg3OWRkZGEyMjUyYTUyNjYwIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 19:02:56 GMT; domain=lara.redwall.ru; path=/; secureXSRF-TOKEN=eyJpdiI6ImpyNTkySzdOMEppQ0RlWlF3R3Y4OXc9PSIsInZhbHVlIjoiOFZJc1dHZnhIaWdVUTRqbFpNMlZlK2JYbEFkU3k3aUxLTnVFTGwxNllwQml2QnR6NGFLc0lPSnA2OFlLMTZYcGdPTnJCQ" 1 => "laravel_session=eyJpdiI6IjZuZ0pMSDVOb3IzODhHQU9naVRuWmc9PSIsInZhbHVlIjoieUZBSzkvVUFwTUtmdTFrNGl2dk1ZQWhZZ1NsTzJUL2VoM3ZIeDBTcXhUL1h6ZXRZa3o5ejdzS1I1WWkrTGlFalZicWxWcUJabHkrR2ZROGs2WGpmRFFjS3BEOVpZbnQ2RXROdHZhbGRnZWFtQTllaytBTSs5QmpxdlZyNEZQOFgiLCJtYWMiOiI0ZDFiYjczYTQ3NmZlM2ExZGJiNTQ4ZWQ1YzRiNTYxNmUwOTNhNzRlNjJiMTUzODQ5OTNkMmUzMzkzM2Q5MTc4IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 19:02:56 GMT; domain=lara.redwall.ru; path=/; secure; httponlylaravel_session=eyJpdiI6IjZuZ0pMSDVOb3IzODhHQU9naVRuWmc9PSIsInZhbHVlIjoieUZBSzkvVUFwTUtmdTFrNGl2dk1ZQWhZZ1NsTzJUL2VoM3ZIeDBTcXhUL1h6ZXRZa3o5ejdzS1I1WWkrTGlFalZi" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "H5LBbRaCp2nAak4OqDSJVHwoW8dhKSEeQDzliUlP" "_previous" => array:1 [ "url" => "https://lara.redwall.ru/heroes/books/eulalia" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]