Forum

Filters
SettingsRequest history8.1.27PHP Version127msRequest Duration4MBMemory UsageGET threads/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/threads/tag/Rock
action_name
threads.tag
controller_action
App\Http\Controllers\ThreadsController@indexTags
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/threads/tag/Rock
action_name
threads.tag
controller_action
App\Http\Controllers\ThreadsController@indexTags
uri
GET threads/tag/{tag}
middleware
web
controller
App\Http\Controllers\ThreadsController@indexTags
namespace
App\Http\Controllers
file
app/Http/Controllers/ThreadsController.php:390-445
duration
130ms
peak_memory
4MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array: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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 10 Jul 2025 04:10:50 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "ZUKahcXmIledjTN0dF2ufxOtQS20ZQ2vdAbh1mBw" "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" => [] ] ]
    • Booting (48.45ms)time
    • Application (78.6ms)time
    • Routing (3.23ms)
    • Preparing Response (230μs)
    • 1 x Application (61.86%)
      78.60ms
      1 x Booting (38.13%)
      48.45ms
      1 x Routing (2.54%)
      3.23ms
      1 x Preparing Response (0.18%)
      230μs
      21 templates were rendered
      • 1x threads.indexindex.blade.php#?blade
      • 1x threads.crumbscrumbs.blade.php#?blade
      • 2x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 1x threads.listlist.blade.php#?blade
      • 3x entities.single_labelsingle_label.blade.php#?blade
      • 6x tags.single_labelsingle_label.blade.php#?blade
      • 2x users.avataravatar.blade.php#?blade
      • 1x partials.filter-jsfilter-js.blade.php#?blade
      • 1x appapp.blade.php#?blade
      • 1x partials.analyticsanalytics.blade.php#?blade
      • 1x partials.navnav.blade.php#?blade
      • 1x flashflash.blade.php#?blade
      uri
      GET threads/tag/{tag}
      middleware
      web, Closure
      controller
      App\Http\Controllers\ThreadsController@indexTags
      namespace
      App\Http\Controllers
      as
      threads.tag
      file
      app/Http/Controllers/ThreadsController.php:390-445
      25 statements were executed (4 duplicates)Show only duplicates24.46ms
      • ThreadsController.php#424dev_events_tracker1.94msselect 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` = 'Rock') and (`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3)
        Bindings
        • 0: Rock
        • 1: 1
        • 2: 2
        • 3: 3
        Backtrace
        • app/Http/Controllers/ThreadsController.php:424
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ThreadsController.php#424dev_events_tracker2.47msselect `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` = 'Rock') 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
        Bindings
        • 0: Rock
        • 1: 1
        • 2: 2
        • 3: 3
        Backtrace
        • app/Http/Controllers/ThreadsController.php:424
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ThreadsController.php#424dev_events_tracker620μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Http/Controllers/ThreadsController.php:424
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ThreadsController.php#1052dev_events_tracker950μsselect `name`, `name` from `users` order by `name` asc
        Backtrace
        • app/Http/Controllers/ThreadsController.php:1052
        • app/Http/Controllers/ThreadsController.php:440
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • ThreadsController.php#1053dev_events_tracker2.21msselect `name`, `slug` from `tags` order by `name` asc
        Backtrace
        • app/Http/Controllers/ThreadsController.php:1053
        • app/Http/Controllers/ThreadsController.php:440
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • ThreadsController.php#1054dev_events_tracker920μsselect `name`, `slug` from `series` order by `name` asc
        Backtrace
        • app/Http/Controllers/ThreadsController.php:1054
        • app/Http/Controllers/ThreadsController.php:440
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • list.blade.php#23dev_events_tracker990μsselect * from `events` where `events`.`id` = 3497 and `events`.`id` is not null limit 1
        Bindings
        • 0: 3497
        Backtrace
        • view::threads.list:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#40dev_events_tracker980μsselect `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` = 283
        Bindings
        • 0: 283
        Backtrace
        • view::threads.list:40
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#49dev_events_tracker800μsselect `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` = 283
        Bindings
        • 0: 283
        Backtrace
        • view::threads.list:49
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#56dev_events_tracker890μsselect `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` = 283
        Bindings
        • 0: 283
        Backtrace
        • view::threads.list:56
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#71dev_events_tracker630μsselect * from `users` where `users`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::threads.list:71
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • User.php#174dev_events_tracker840μsselect `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
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Models/User.php:174
        • view::users.avatar:1
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Thread.php#381dev_events_tracker850μsselect * from `posts` where `posts`.`thread_id` = 283 and `posts`.`thread_id` is not null
        Bindings
        • 0: 283
        Backtrace
        • app/Models/Thread.php:381
        • view::threads.list:82
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Thread.php#192dev_events_tracker810μsselect * from `posts` where `posts`.`thread_id` = 283 and `posts`.`thread_id` is not null order by `created_at` desc limit 1
        Bindings
        • 0: 283
        Backtrace
        • app/Models/Thread.php:192
        • view::threads.list:84
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • list.blade.php#23dev_events_tracker780μsselect * from `events` where `events`.`id` = 3503 and `events`.`id` is not null limit 1
        Bindings
        • 0: 3503
        Backtrace
        • view::threads.list:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#40dev_events_tracker940μsselect `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` = 274
        Bindings
        • 0: 274
        Backtrace
        • view::threads.list:40
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#49dev_events_tracker870μsselect `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` = 274
        Bindings
        • 0: 274
        Backtrace
        • view::threads.list:49
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#56dev_events_tracker860μsselect `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` = 274
        Bindings
        • 0: 274
        Backtrace
        • view::threads.list:56
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • list.blade.php#71dev_events_tracker660μsselect * from `users` where `users`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::threads.list:71
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • User.php#174dev_events_tracker810μsselect `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
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Models/User.php:174
        • view::users.avatar:1
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Thread.php#381dev_events_tracker650μsselect * from `posts` where `posts`.`thread_id` = 274 and `posts`.`thread_id` is not null
        Bindings
        • 0: 274
        Backtrace
        • app/Models/Thread.php:381
        • view::threads.list:82
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Thread.php#192dev_events_tracker630μsselect * from `posts` where `posts`.`thread_id` = 274 and `posts`.`thread_id` is not null order by `created_at` desc limit 1
        Bindings
        • 0: 274
        Backtrace
        • app/Models/Thread.php:192
        • view::threads.list:84
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • ViewComposerServiceProvider.php#38dev_events_tracker690μsselect * from `roles` order by `name` asc
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:38
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#39dev_events_tracker620μsselect count(*) as aggregate from `forums`
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:39
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#40dev_events_tracker1.05msselect * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc
        Bindings
        • 0: Public
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:40
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      App\Models\Role
      11Role.php#?
      App\Models\Tag
      6Tag.php#?
      App\Models\Post
      6Post.php#?
      App\Models\Entity
      3Entity.php#?
      App\Models\Thread
      2Thread.php#?
      App\Models\Event
      2Event.php#?
      App\Models\User
      2User.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\Visibility
      1Visibility.php#?
          _token
          ZUKahcXmIledjTN0dF2ufxOtQS20ZQ2vdAbh1mBw
          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" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-09 23:10:50GET/threads/tag/Rock212535