1 x Booting (55.65%) | 51.69ms |
1 x Application (44.34%) | 41.19ms |
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` = 'reptiles-amphibians' limit 1
2.69mslararedwallMetadata | |
---|---|
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` = 3 and `is_hero` = 1 order by `title` asc
2.35mslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 3 limit 1
580μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 3 limit 1
380μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 3 limit 1
370μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 3 limit 1
310μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 3 limit 1
350μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species_types` where `species_types`.`id` = 3 limit 1
310μ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` = 3 order by `title` asc
900μslararedwallMetadata | |
---|---|
Bindings |
|
select * from `heroes` where `confirmed` = 1 and exists (select * from `species` where `heroes`.`species_id` = `species`.`id` and `species`.`species_type_id` = 3 and `is_hero` = 1) and `heroes`.`deleted_at` is null
570μ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 (3, 299, 325)
1.96mslararedwallMetadata | |
---|---|
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 (3, 299, 325)
1.64mslararedwallMetadata | |
---|---|
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 (3, 299, 325) and `is_hero` = 1
1.05mslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `species` where `species`.`id` in (21, 39, 63) and `is_hero` = 1
430μslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `images` where `images`.`imageable_id` in (3, 299, 325) and `images`.`imageable_type` = 'hero' order by `order` asc
1.42mslararedwallMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `seasons` where `start_date` <= '2025-04-11 13:58:38' and `end_date` >= '2025-04-11 13:58:38' and `seasons`.`deleted_at` is null limit 1
970μ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" => "16135" "REMOTE_ADDR" => "13.59.19.57" "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/reptiles-amphibians" "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" => 1744369117.959 "REQUEST_TIME" => 1744369117 ]
[]
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 => "Fri, 11 Apr 2025 10:58:38 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ikt4UUFWbWFMQlJ6ZjcvTENJQ2ViZFE9PSIsInZhbHVlIjoidGZxaFRPTUJibVdXWmZrNDNuVlhPb1M3emVTWWRzeFhHQlg2L0Rxekc4SFFpVFhMYnBpODEybHlqdjd3T3luRFpjMlhXa0dnOVZONzdsYmZERWhnR0xQZDVYekhRdzVxUVhiOFU1VHZWeHdJNFEwNzVzS0k0SjJKTzB1MW5IcEMiLCJtYWMiOiI2YjBkMDQ1YzNlMjc2NGVhODk3Y2U5N2JiMjA3YzViZmNjOTQ0MGY4YjNiZGYzOWZiYjIyMGFlYTVkMDc2MmQ0IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 06:58:38 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Ikt4UUFWbWFMQlJ6ZjcvTENJQ2ViZFE9PSIsInZhbHVlIjoidGZxaFRPTUJibVdXWmZrNDNuVlhPb1M3emVTWWRzeFhHQlg2L0Rxekc4SFFpVFhMYnBpODEybHlqdjd3T3luRFpjMlhXa ▶" 1 => "laravel_session=eyJpdiI6IlNGTXJBS3Q5YzNBWGpwQloreHhWMWc9PSIsInZhbHVlIjoiRHh1TGZZNXRpTTZHeG9FZGd5YzJVOUl5Y1pBbWlQNzFyUkRZL3RhUnhPOFpKNHNpaTArZ1RRWUp4TjMwRERiQ1BGVFFMVmpFSk1mSE1CcnhzMnRiK2dYY3hta3RlVEk3ZC8vSzlyVTZIak9wNjdqb0lFS0w0c2lOR29Db0lYUmIiLCJtYWMiOiJmZGExYWE0OTkyZTM0ZGM3YmI0NGE1OGJiMzFhOTg5OTMyOGZkOGY1ZjYyMjA2MzY0M2MyNzkzMThiMWQwMTJiIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 06:58:38 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; httponly; samesite=lax ◀laravel_session=eyJpdiI6IlNGTXJBS3Q5YzNBWGpwQloreHhWMWc9PSIsInZhbHVlIjoiRHh1TGZZNXRpTTZHeG9FZGd5YzJVOUl5Y1pBbWlQNzFyUkRZL3RhUnhPOFpKNHNpaTArZ1RRWUp4TjMwRERiQ1BG ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ikt4UUFWbWFMQlJ6ZjcvTENJQ2ViZFE9PSIsInZhbHVlIjoidGZxaFRPTUJibVdXWmZrNDNuVlhPb1M3emVTWWRzeFhHQlg2L0Rxekc4SFFpVFhMYnBpODEybHlqdjd3T3luRFpjMlhXa0dnOVZONzdsYmZERWhnR0xQZDVYekhRdzVxUVhiOFU1VHZWeHdJNFEwNzVzS0k0SjJKTzB1MW5IcEMiLCJtYWMiOiI2YjBkMDQ1YzNlMjc2NGVhODk3Y2U5N2JiMjA3YzViZmNjOTQ0MGY4YjNiZGYzOWZiYjIyMGFlYTVkMDc2MmQ0IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 06:58:38 GMT; domain=lara.redwall.ru; path=/; secure ◀XSRF-TOKEN=eyJpdiI6Ikt4UUFWbWFMQlJ6ZjcvTENJQ2ViZFE9PSIsInZhbHVlIjoidGZxaFRPTUJibVdXWmZrNDNuVlhPb1M3emVTWWRzeFhHQlg2L0Rxekc4SFFpVFhMYnBpODEybHlqdjd3T3luRFpjMlhXa ▶" 1 => "laravel_session=eyJpdiI6IlNGTXJBS3Q5YzNBWGpwQloreHhWMWc9PSIsInZhbHVlIjoiRHh1TGZZNXRpTTZHeG9FZGd5YzJVOUl5Y1pBbWlQNzFyUkRZL3RhUnhPOFpKNHNpaTArZ1RRWUp4TjMwRERiQ1BGVFFMVmpFSk1mSE1CcnhzMnRiK2dYY3hta3RlVEk3ZC8vSzlyVTZIak9wNjdqb0lFS0w0c2lOR29Db0lYUmIiLCJtYWMiOiJmZGExYWE0OTkyZTM0ZGM3YmI0NGE1OGJiMzFhOTg5OTMyOGZkOGY1ZjYyMjA2MzY0M2MyNzkzMThiMWQwMTJiIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 06:58:38 GMT; domain=lara.redwall.ru; path=/; secure; httponly ◀laravel_session=eyJpdiI6IlNGTXJBS3Q5YzNBWGpwQloreHhWMWc9PSIsInZhbHVlIjoiRHh1TGZZNXRpTTZHeG9FZGd5YzJVOUl5Y1pBbWlQNzFyUkRZL3RhUnhPOFpKNHNpaTArZ1RRWUp4TjMwRERiQ1BG ▶" ] ]
0 of 0array:4 [▼ "_token" => "Q0BAu3lyHBFa2lsDNhbrBNR1ptWqGyfzHDUHh1cu" "_previous" => array:1 [▶ "url" => "https://lara.redwall.ru/heroes/species/reptiles-amphibians" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]