Forum

Filters
Threads Category User Posts Views Last Post
audio and video from musicians playing in pittsburgh soon
Tags: Live Sets
General Geoffrey Maddock Geoffrey Maddock 4 1028 2 years ago
SettingsRequest history8.1.27PHP Version118msRequest Duration3MBMemory UsageGET threads/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/threads/tag/live-sets
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/live-sets
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
120ms
peak_memory
6MB
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 => "Fri, 11 Jul 2025 12:26:02 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "jD85fSN5MEDuvlA0JsS23hUZ80KnuAt4g5GljTzk" "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 (57.84ms)time
    • Application (59.71ms)time
    • Routing (3.27ms)
    • Preparing Response (266μs)
    • 1 x Application (50.79%)
      59.71ms
      1 x Booting (49.2%)
      57.84ms
      1 x Routing (2.78%)
      3.27ms
      1 x Preparing Response (0.23%)
      266μs
      12 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
      • 1x tags.single_labelsingle_label.blade.php#?blade
      • 1x 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
      16 statements were executed18.88ms
      • ThreadsController.php#424dev_events_tracker2.17msselect 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` = 'Live-sets') and (`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3)
        Bindings
        • 0: Live-sets
        • 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.37msselect `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` = 'Live-sets') 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: Live-sets
        • 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_tracker730μ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.47msselect `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#40dev_events_tracker1.29msselect `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` = 6
        Bindings
        • 0: 6
        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_tracker1.22msselect `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` = 6
        Bindings
        • 0: 6
        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_tracker920μ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` = 6
        Bindings
        • 0: 6
        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_tracker800μ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_tracker1.04msselect `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_tracker830μsselect * from `posts` where `posts`.`thread_id` = 6 and `posts`.`thread_id` is not null
        Bindings
        • 0: 6
        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_tracker910μsselect * from `posts` where `posts`.`thread_id` = 6 and `posts`.`thread_id` is not null order by `created_at` desc limit 1
        Bindings
        • 0: 6
        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_tracker780μ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_tracker660μ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_tracker820μsselect * 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\Post
      5Post.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\Thread
      1Thread.php#?
      App\Models\Visibility
      1Visibility.php#?
      App\Models\Tag
      1Tag.php#?
      App\Models\User
      1User.php#?
          _token
          jD85fSN5MEDuvlA0JsS23hUZ80KnuAt4g5GljTzk
          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-11 07:26:02GET/threads/tag/live-sets121622