Forum
Threads | Category | User | Posts | Views | Last Post |
---|---|---|---|---|---|
what is arcane.city?
Tags: Diy |
General |
![]() |
0 | 897 | 7 years ago |
Threads | Category | User | Posts | Views | Last Post |
---|---|---|---|---|---|
what is arcane.city?
Tags: Diy |
General |
![]() |
0 | 897 | 7 years ago |
1 x Application (55.65%) | 60.11ms |
1 x Booting (44.33%) | 47.89ms |
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 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
select count(*) as aggregate from `threads` where exists (select * from `tags` inner join `tag_thread` on `tags`.`id` = `tag_thread`.`tag_id` where `threads`.`id` = `tag_thread`.`thread_id` and `slug` = 'Diy') and (`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3)
1.73ms/app/Http/Controllers/ThreadsController.php:423dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `threads`.* from `threads` where exists (select * from `tags` inner join `tag_thread` on `tags`.`id` = `tag_thread`.`tag_id` where `threads`.`id` = `tag_thread`.`thread_id` and `slug` = 'Diy') and (`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3) order by `threads`.`created_at` desc limit 25 offset 0
2.62ms/app/Http/Controllers/ThreadsController.php:423dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `visibilities` where `visibilities`.`id` in (3)
920μs/app/Http/Controllers/ThreadsController.php:423dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `name`, `name` from `users` order by `name` asc
1.02ms/app/Http/Controllers/ThreadsController.php:1046dev_events_trackerMetadata | |
---|---|
Backtrace |
|
select `name`, `slug` from `tags` order by `name` asc
2.52ms/app/Http/Controllers/ThreadsController.php:1047dev_events_trackerMetadata | |
---|---|
Backtrace |
|
select `name`, `slug` from `series` order by `name` asc
730μs/app/Http/Controllers/ThreadsController.php:1048dev_events_trackerMetadata | |
---|---|
Backtrace |
|
select `series`.*, `series_thread`.`thread_id` as `pivot_thread_id`, `series_thread`.`series_id` as `pivot_series_id`, `series_thread`.`created_at` as `pivot_created_at`, `series_thread`.`updated_at` as `pivot_updated_at` from `series` inner join `series_thread` on `series`.`id` = `series_thread`.`series_id` where `series_thread`.`thread_id` = 2
920μsview::threads.list:40dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `entities`.*, `entity_thread`.`thread_id` as `pivot_thread_id`, `entity_thread`.`entity_id` as `pivot_entity_id`, `entity_thread`.`created_at` as `pivot_created_at`, `entity_thread`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_thread` on `entities`.`id` = `entity_thread`.`entity_id` where `entity_thread`.`thread_id` = 2
600μsview::threads.list:49dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `tags`.*, `tag_thread`.`thread_id` as `pivot_thread_id`, `tag_thread`.`tag_id` as `pivot_tag_id`, `tag_thread`.`created_at` as `pivot_created_at`, `tag_thread`.`updated_at` as `pivot_updated_at` from `tags` inner join `tag_thread` on `tags`.`id` = `tag_thread`.`tag_id` where `tag_thread`.`thread_id` = 2
620μsview::threads.list:56dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
600μsview::threads.list:71dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `photos`.*, `photo_user`.`user_id` as `pivot_user_id`, `photo_user`.`photo_id` as `pivot_photo_id`, `photo_user`.`created_at` as `pivot_created_at`, `photo_user`.`updated_at` as `pivot_updated_at` from `photos` inner join `photo_user` on `photos`.`id` = `photo_user`.`photo_id` where `photo_user`.`user_id` = 1 and `photos`.`is_primary` = '1' limit 1
970μs/app/Models/User.php:174dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `posts` where `posts`.`thread_id` = 2 and `posts`.`thread_id` is not null
840μs/app/Models/Thread.php:381dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `posts` where `posts`.`thread_id` = 2 and `posts`.`thread_id` is not null order by `created_at` desc limit 1
760μs/app/Models/Thread.php:192dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `roles` order by `name` asc
750μs/app/Providers/ViewComposerServiceProvider.php:38dev_events_trackerMetadata | |
---|---|
Backtrace |
|
select count(*) as aggregate from `forums`
500μs/app/Providers/ViewComposerServiceProvider.php:39dev_events_trackerMetadata | |
---|---|
Backtrace |
|
select * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc
880μs/app/Providers/ViewComposerServiceProvider.php:40dev_events_trackerMetadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:15 [▼ "priority" => array:1 [▶ 0 => "u=0, i" ] "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" ] "host" => array:1 [▶ 0 => "dev.arcane.city" ] ]
0 of 0array:43 [▼ "USER" => "www-data" "HOME" => "/var/www" "HTTP_PRIORITY" => "u=0, i" "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_HOST" => "dev.arcane.city" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "dev.arcane.city" "SERVER_PORT" => "443" "SERVER_ADDR" => "45.55.133.222" "REMOTE_USER" => "" "REMOTE_PORT" => "46644" "REMOTE_ADDR" => "13.59.85.64" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/var/www/dev-events/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/threads/tag/Diy" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/dev-events/public/index.php" "PATH_INFO" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743971145.0258 "REQUEST_TIME" => 1743971145 ]
[]
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 => "Sun, 06 Apr 2025 20:25:45 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InMranh5bXBHRmJacHllaW1HaXF2MFE9PSIsInZhbHVlIjoiTVA5OVBVNzJsUFlkUVVQRS8rYUI5dXl3aUNRTTFFK0RUOS8xY3N1Q05USU85OW1RSTM2eDJUTnhHYm5GRTh6SkFKQk1HQlZlYmZyS3haZUl0bktodlNFL2QyanExcTZmNTJjcDZBNE9BLzFHVDlMdVcxT3FxMDNzaGg2UE01TzYiLCJtYWMiOiI1NGJhYWIyNzAwMTU5ZTRiMTIwODI0ZDM4MGY3YTQyMmFiM2ZlM2ExMGU0YTM3NmRlNzYyZTE4ODdlNzFlMjIxIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 08:25:45 GMT; Max-Age=216000; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6InMranh5bXBHRmJacHllaW1HaXF2MFE9PSIsInZhbHVlIjoiTVA5OVBVNzJsUFlkUVVQRS8rYUI5dXl3aUNRTTFFK0RUOS8xY3N1Q05USU85OW1RSTM2eDJUTnhHYm5GRTh6SkFKQk1HQ ▶" 1 => "dev_arcane_city_session=eyJpdiI6IlZRbWJESWdVQ3l0NnlRL3NsSCtwaVE9PSIsInZhbHVlIjoiTGZCelhJSGtscUlydTFYblFDOGdtendhaktaanRUd21WRExRNmxTeUUxMHFJQlRBRWRQUGlYaTdYcGpNYS94cU0vcUM1VDl6eG82RFNjcXRsYUxrTXgwLzZFVjhNdG1TV1lSQTVGMWppb1lvc0gxMCtYdWlOY3REK29BTVErdnEiLCJtYWMiOiJlMDA4ZDc2NTk3NjY0MzIxMzBkZjVkYmRhZDJlNjZhZmZkODU4YzhkZTNhNmYzYjQwNGEzYjBjMjllODk4NTllIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 08:25:45 GMT; Max-Age=216000; path=/; secure; httponly; samesite=lax ◀dev_arcane_city_session=eyJpdiI6IlZRbWJESWdVQ3l0NnlRL3NsSCtwaVE9PSIsInZhbHVlIjoiTGZCelhJSGtscUlydTFYblFDOGdtendhaktaanRUd21WRExRNmxTeUUxMHFJQlRBRWRQUGlYaTdYcGpN ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InMranh5bXBHRmJacHllaW1HaXF2MFE9PSIsInZhbHVlIjoiTVA5OVBVNzJsUFlkUVVQRS8rYUI5dXl3aUNRTTFFK0RUOS8xY3N1Q05USU85OW1RSTM2eDJUTnhHYm5GRTh6SkFKQk1HQlZlYmZyS3haZUl0bktodlNFL2QyanExcTZmNTJjcDZBNE9BLzFHVDlMdVcxT3FxMDNzaGg2UE01TzYiLCJtYWMiOiI1NGJhYWIyNzAwMTU5ZTRiMTIwODI0ZDM4MGY3YTQyMmFiM2ZlM2ExMGU0YTM3NmRlNzYyZTE4ODdlNzFlMjIxIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 08:25:45 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6InMranh5bXBHRmJacHllaW1HaXF2MFE9PSIsInZhbHVlIjoiTVA5OVBVNzJsUFlkUVVQRS8rYUI5dXl3aUNRTTFFK0RUOS8xY3N1Q05USU85OW1RSTM2eDJUTnhHYm5GRTh6SkFKQk1HQ ▶" 1 => "dev_arcane_city_session=eyJpdiI6IlZRbWJESWdVQ3l0NnlRL3NsSCtwaVE9PSIsInZhbHVlIjoiTGZCelhJSGtscUlydTFYblFDOGdtendhaktaanRUd21WRExRNmxTeUUxMHFJQlRBRWRQUGlYaTdYcGpNYS94cU0vcUM1VDl6eG82RFNjcXRsYUxrTXgwLzZFVjhNdG1TV1lSQTVGMWppb1lvc0gxMCtYdWlOY3REK29BTVErdnEiLCJtYWMiOiJlMDA4ZDc2NTk3NjY0MzIxMzBkZjVkYmRhZDJlNjZhZmZkODU4YzhkZTNhNmYzYjQwNGEzYjBjMjllODk4NTllIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 08:25:45 GMT; path=/; secure; httponly ◀dev_arcane_city_session=eyJpdiI6IlZRbWJESWdVQ3l0NnlRL3NsSCtwaVE9PSIsInZhbHVlIjoiTGZCelhJSGtscUlydTFYblFDOGdtendhaktaanRUd21WRExRNmxTeUUxMHFJQlRBRWRQUGlYaTdYcGpN ▶" ] ]
0 of 0array:11 [▼ "_token" => "JrMY7Az0RLLrjMvCGfpabhd8CsvU33aXo63Hk165" "internal_thread/index/tab" => "https://dev.arcane.city/threads" "internal_thread_tags/index/filters" => [] "internal_thread_tags/index/direction" => null "internal_thread_tags/index/limit" => 25 "internal_thread_tags/index/sort" => null "internal_thread_tags/index/tab" => "https://dev.arcane.city/threads" "internal_thread_tags/index/is-reset" => null "_flash" => array:2 [▶ "old" => [] "new" => [] ] "_previous" => array:1 [▶ "url" => "https://dev.arcane.city/threads/tag/Diy" ] "PHPDEBUGBAR_STACK_DATA" => [] ]
Date | Method | URL | IP | Filter data |
---|