Entities . Grindcore

Filters

SettingsRequest history8.1.27PHP Version160msRequest Duration5MBMemory UsageGET entities/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/entities/tag/grindcore
action_name
entities.tag
controller_action
App\Http\Controllers\EntitiesController@indexTags
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/entities/tag/grindcore
action_name
entities.tag
controller_action
App\Http\Controllers\EntitiesController@indexTags
uri
GET entities/tag/{tag}
middleware
web
controller
App\Http\Controllers\EntitiesController@indexTags
namespace
App\Http\Controllers
file
app/Http/Controllers/EntitiesController.php:471-525
duration
164ms
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 => "Thu, 17 Jul 2025 04:28:38 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "gS6n4OPzcFXFeagRSmnGc3azDZQgD8hug64Bf5qI" "internal_entity/index/tab" => "https://dev.arcane.city/entities" "internal_entity_tags/index/filters" => [] "internal_entity_tags/index/direction" => null "internal_entity_tags/index/limit" => 25 "internal_entity_tags/index/sort" => null "internal_entity_tags/index/tab" => "https://dev.arcane.city/entities" "internal_entity_tags/index/is-reset" => null "_flash" => array:2 [ "old" => [] "new" => [] ] ]
    • Booting (54.44ms)time
    • Application (105ms)time
    • Routing (4.33ms)
    • Preparing Response (448μs)
    • 1 x Application (65.87%)
      105ms
      1 x Booting (34.12%)
      54.44ms
      1 x Routing (2.72%)
      4.33ms
      1 x Preparing Response (0.28%)
      448μs
      19 templates were rendered
      • 1x entities.indexindex.blade.php#?blade
      • 1x entities.title-crumbstitle-crumbs.blade.php#?blade
      • 1x entities.crumbscrumbs.blade.php#?blade
      • 2x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 1x entities.listlist.blade.php#?blade
      • 1x entities.singlesingle.blade.php#?blade
      • 1x entities.mapmap.blade.php#?blade
      • 5x tags.single_entity_labelsingle_entity_label.blade.php#?blade
      • 1x embeds.minimal-playlistminimal-playlist.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 entities/tag/{tag}
      middleware
      web, Closure
      controller
      App\Http\Controllers\EntitiesController@indexTags
      namespace
      App\Http\Controllers
      as
      entities.tag
      file
      app/Http/Controllers/EntitiesController.php:471-525
      24 statements were executed28.46ms
      • EntitiesController.php#479dev_events_tracker1.18msselect * from `tags` where `slug` = 'grindcore' limit 1
        Bindings
        • 0: grindcore
        Backtrace
        • app/Http/Controllers/EntitiesController.php:479
        • 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
      • EntitiesController.php#503dev_events_tracker1.45msselect count(*) as aggregate from `entities` left join `entity_types` on `entities`.`entity_type_id` = `entity_types`.`id` where exists (select * from `tags` inner join `entity_tag` on `tags`.`id` = `entity_tag`.`tag_id` where `entities`.`id` = `entity_tag`.`entity_id` and `slug` = 'grindcore')
        Bindings
        • 0: grindcore
        Backtrace
        • app/Http/Controllers/EntitiesController.php:503
        • 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
      • EntitiesController.php#503dev_events_tracker1.39msselect `entities`.* from `entities` left join `entity_types` on `entities`.`entity_type_id` = `entity_types`.`id` where exists (select * from `tags` inner join `entity_tag` on `tags`.`id` = `entity_tag`.`tag_id` where `entities`.`id` = `entity_tag`.`entity_id` and `slug` = 'grindcore') order by `entities`.`name` asc limit 25 offset 0
        Bindings
        • 0: grindcore
        Backtrace
        • app/Http/Controllers/EntitiesController.php:503
        • 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
      • EntitiesController.php#1234dev_events_tracker2.27msselect `name`, `slug` from `tags` order by `name` asc
        Backtrace
        • app/Http/Controllers/EntitiesController.php:1234
        • app/Http/Controllers/EntitiesController.php:519
        • 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
      • EntitiesController.php#1235dev_events_tracker730μsselect `name`, `name` from `roles` order by `name` asc
        Backtrace
        • app/Http/Controllers/EntitiesController.php:1235
        • app/Http/Controllers/EntitiesController.php:519
        • 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
      • EntitiesController.php#1236dev_events_tracker620μsselect `name`, `name` from `entity_types` order by `name` asc
        Backtrace
        • app/Http/Controllers/EntitiesController.php:1236
        • app/Http/Controllers/EntitiesController.php:519
        • 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
      • EntitiesController.php#1237dev_events_tracker550μsselect `name`, `name` from `entity_statuses` order by `name` asc
        Backtrace
        • app/Http/Controllers/EntitiesController.php:1237
        • app/Http/Controllers/EntitiesController.php:519
        • 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
      • single.blade.php#1dev_events_tracker930μsselect * from `entity_statuses` where `entity_statuses`.`id` = 2 limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::entities.single: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
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#520dev_events_tracker1.14msselect `photos`.*, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `entity_photo` on `photos`.`id` = `entity_photo`.`photo_id` where `entity_photo`.`entity_id` = 23 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 23
        • 1: 1
        Backtrace
        • app/Models/Entity.php:520
        • view::entities.single:2
        • 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
      • Entity.php#464dev_events_tracker1.65msselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 23 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 23
        • 1: %soundcloud%
        Backtrace
        • app/Models/Entity.php:464
        • view::entities.single:72
        • 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
      • Entity.php#456dev_events_tracker960μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 23 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 23
        • 1: %bandcamp%
        Backtrace
        • app/Models/Entity.php:456
        • view::entities.single:76
        • 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
      • map.blade.php#1dev_events_tracker780μsselect * from `locations` where `locations`.`entity_id` = 23 and `locations`.`entity_id` is not null
        Bindings
        • 0: 23
        Backtrace
        • view::entities.map: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
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#84dev_events_tracker580μsselect * from `entity_types` where `entity_types`.`id` = 2 limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::entities.single: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
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single.blade.php#97dev_events_tracker820μsselect `roles`.*, `entity_role`.`entity_id` as `pivot_entity_id`, `entity_role`.`role_id` as `pivot_role_id`, `entity_role`.`created_at` as `pivot_created_at`, `entity_role`.`updated_at` as `pivot_updated_at` from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entity_role`.`entity_id` = 23
        Bindings
        • 0: 23
        Backtrace
        • view::entities.single:97
        • 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
      • single.blade.php#100dev_events_tracker920μsselect `tags`.*, `entity_tag`.`entity_id` as `pivot_entity_id`, `entity_tag`.`tag_id` as `pivot_tag_id`, `entity_tag`.`created_at` as `pivot_created_at`, `entity_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `entity_tag` on `tags`.`id` = `entity_tag`.`tag_id` where `entity_tag`.`entity_id` = 23
        Bindings
        • 0: 23
        Backtrace
        • view::entities.single:100
        • 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
      • Entity.php#411dev_events_tracker1.84msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 23 and `start_at` >= '2025-07-16 23:28:38'
        Bindings
        • 0: 23
        • 1: 2025-07-16 23:28:38
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • 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
      • Entity.php#422dev_events_tracker1.28msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 23 and `start_at` < '2025-07-16 23:28:38'
        Bindings
        • 0: 23
        • 1: 2025-07-16 23:28:38
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • 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
      • Entity.php#422dev_events_tracker3.07msselect distinct `events`.*, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 23 and `start_at` < '2025-07-16 23:28:38' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 23
        • 1: 2025-07-16 23:28:38
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • 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
      • Entity.php#422dev_events_tracker700μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • 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
      • Entity.php#422dev_events_tracker1.06msselect * from `entities` where `entities`.`id` in (null, 1, 6, 8, 9, 15, 22)
        Bindings
        • 0: 
        • 1: 1
        • 2: 6
        • 3: 8
        • 4: 9
        • 5: 15
        • 6: 22
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • 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
      • Entity.php#422dev_events_tracker1.85msselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` in (1598, 1599, 1677, 1686, 1708, 1711, 1730, 1751, 1768, 1823, 1918, 1943, 1982, 1990, 2019)
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • 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_tracker880μ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_tracker700μ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.11msselect * 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\Entity
      39Entity.php#?
      App\Models\Role
      23Role.php#?
      App\Models\Event
      15Event.php#?
      App\Models\Tag
      6Tag.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\EntityStatus
      1EntityStatus.php#?
      App\Models\Photo
      1Photo.php#?
      App\Models\EntityType
      1EntityType.php#?
      App\Models\Visibility
      1Visibility.php#?
          _token
          gS6n4OPzcFXFeagRSmnGc3azDZQgD8hug64Bf5qI
          internal_entity/index/tab
          https://dev.arcane.city/entities
          internal_entity_tags/index/filters
          []
          internal_entity_tags/index/direction
          null
          internal_entity_tags/index/limit
          25
          internal_entity_tags/index/sort
          null
          internal_entity_tags/index/tab
          https://dev.arcane.city/entities
          internal_entity_tags/index/is-reset
          null
          _flash
          array:2 [ "old" => [] "new" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-16 23:28:38GET/entities/tag/grindcore192489