1 x Booting (52.64%) | 55.89ms |
1 x Application (47.35%) | 50.27ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
select * from `species_types` where `key` = 'fishes' limit 1
2.96mslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select `species`.*, (select count(*) from `heroes` where `species`.`id` = `heroes`.`species_id` and `heroes`.`deleted_at` is null) as `heroes_count` from `species` where `species_type_id` = 5 and `is_hero` = 1 order by `title` asc
3.07mslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 5 limit 1
370μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 5 limit 1
360μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 5 limit 1
410μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 5 limit 1
360μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select `species_types`.*, (select count(*) from `heroes` inner join `species` on `species`.`id` = `heroes`.`species_id` where `species_types`.`id` = `species`.`species_type_id` and `heroes`.`deleted_at` is null) as `heroes_count` from `species_types` where `parent_id` = 5 order by `title` asc
1.08mslararedwallMetadata | |
---|---|
Bindings |
|
select * from `heroes` where `confirmed` = 1 and exists (select * from `species` where `heroes`.`species_id` = `species`.`id` and `species`.`species_type_id` = 5 and `is_hero` = 1) and `heroes`.`deleted_at` is null
610μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
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, 169)
1.98mslararedwallMetadata | |
---|---|
Hints |
|
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, 169)
930μslararedwallMetadata | |
---|---|
Hints |
|
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, 169) and `is_hero` = 1
940μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species` where `species`.`id` in (27, 29) and `is_hero` = 1
350μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `images` where `images`.`imageable_id` in (82, 169) and `images`.`imageable_type` = 'hero' order by `order` asc
1.8mslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `seasons` where `start_date` <= '2025-04-14 04:38:09' and `end_date` >= '2025-04-14 04:38:09' and `seasons`.`deleted_at` is null limit 1
690μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
200
[]
[]
0 of 0array: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" ] ]
0 of 0array: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" => "1043" "REMOTE_ADDR" => "18.191.50.205" "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/species/fishes" "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" => 1744594689.8547 "REQUEST_TIME" => 1744594689 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 14 Apr 2025 01:38:09 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im5wdzlpSndBV1owTWN5WnMwdk01Rnc9PSIsInZhbHVlIjoiWHdZd1BTL2dDeGRPZi9RSlFyR0h2OVoxK0RMbE5rTC9NOWhBQmNDdldFTGpOemIzOFZ4WEV1WWtZNUNiQTRaSjNjSVNCS1lKZmtpaFVMV2RaZjZ6QlJoL2F6NHRMYXNucnJDZitYVEowMHA0ZUQyN1k5RnlFWmNvMldtaXR5cGwiLCJtYWMiOiI2OGI1NDA2MDA0NDA3ODc0NjdjZDc4NzJmZGJiZTM1MmIxYjBjZTUzOTEyYzM5MTc3YzEzNDczM2ZiMWEwZjkyIiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 21:38:09 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Im5wdzlpSndBV1owTWN5WnMwdk01Rnc9PSIsInZhbHVlIjoiWHdZd1BTL2dDeGRPZi9RSlFyR0h2OVoxK0RMbE5rTC9NOWhBQmNDdldFTGpOemIzOFZ4WEV1WWtZNUNiQTRaSjNjSVNCS ▶" 1 => "laravel_session=eyJpdiI6Ii8vamMxWmJyNGdGYWxoTU1VWEVOcVE9PSIsInZhbHVlIjoicTZndnhMaXhMUW5OMmRVNnJLdnZteGNYWWp4R1p1U0tZQ0pTNTZ4YURnczZXVWVsQ0E4Siszdmg4K1U5ODlITWFibVZQTHRGZW44VC9Mcit5cjlmNTFMOE5XaDQ1U1hPUzltNUt6cWwzQ2VkNWcyaCtWWkpxcFl2UlFtQlQrZmciLCJtYWMiOiIxZDJiMjVjOTEwZTI1ZDVhY2NmMGNjYmQ4MzdhZDAxNmFiNTc3OWY3YzAzODViMzNhZjcxY2VjZmE2ZGIxZmY1IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 21:38:09 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; httponly; samesite=lax ◀laravel_session=eyJpdiI6Ii8vamMxWmJyNGdGYWxoTU1VWEVOcVE9PSIsInZhbHVlIjoicTZndnhMaXhMUW5OMmRVNnJLdnZteGNYWWp4R1p1U0tZQ0pTNTZ4YURnczZXVWVsQ0E4Siszdmg4K1U5ODlITWFi ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im5wdzlpSndBV1owTWN5WnMwdk01Rnc9PSIsInZhbHVlIjoiWHdZd1BTL2dDeGRPZi9RSlFyR0h2OVoxK0RMbE5rTC9NOWhBQmNDdldFTGpOemIzOFZ4WEV1WWtZNUNiQTRaSjNjSVNCS1lKZmtpaFVMV2RaZjZ6QlJoL2F6NHRMYXNucnJDZitYVEowMHA0ZUQyN1k5RnlFWmNvMldtaXR5cGwiLCJtYWMiOiI2OGI1NDA2MDA0NDA3ODc0NjdjZDc4NzJmZGJiZTM1MmIxYjBjZTUzOTEyYzM5MTc3YzEzNDczM2ZiMWEwZjkyIiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 21:38:09 GMT; domain=lara.redwall.ru; path=/; secure ◀XSRF-TOKEN=eyJpdiI6Im5wdzlpSndBV1owTWN5WnMwdk01Rnc9PSIsInZhbHVlIjoiWHdZd1BTL2dDeGRPZi9RSlFyR0h2OVoxK0RMbE5rTC9NOWhBQmNDdldFTGpOemIzOFZ4WEV1WWtZNUNiQTRaSjNjSVNCS ▶" 1 => "laravel_session=eyJpdiI6Ii8vamMxWmJyNGdGYWxoTU1VWEVOcVE9PSIsInZhbHVlIjoicTZndnhMaXhMUW5OMmRVNnJLdnZteGNYWWp4R1p1U0tZQ0pTNTZ4YURnczZXVWVsQ0E4Siszdmg4K1U5ODlITWFibVZQTHRGZW44VC9Mcit5cjlmNTFMOE5XaDQ1U1hPUzltNUt6cWwzQ2VkNWcyaCtWWkpxcFl2UlFtQlQrZmciLCJtYWMiOiIxZDJiMjVjOTEwZTI1ZDVhY2NmMGNjYmQ4MzdhZDAxNmFiNTc3OWY3YzAzODViMzNhZjcxY2VjZmE2ZGIxZmY1IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 21:38:09 GMT; domain=lara.redwall.ru; path=/; secure; httponly ◀laravel_session=eyJpdiI6Ii8vamMxWmJyNGdGYWxoTU1VWEVOcVE9PSIsInZhbHVlIjoicTZndnhMaXhMUW5OMmRVNnJLdnZteGNYWWp4R1p1U0tZQ0pTNTZ4YURnczZXVWVsQ0E4Siszdmg4K1U5ODlITWFi ▶" ] ]
0 of 0array:4 [▼ "_token" => "gGg6t3dhu3ql3nUSR48ZtNsQTJaSN6b0ojXcxngh" "_previous" => array:1 [▶ "url" => "https://lara.redwall.ru/heroes/species/fishes" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]