Entities . Indiepop

Filters

SettingsRequest history8.1.27PHP Version228msRequest Duration5MBMemory UsageGET entities/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/entities/tag/indiepop
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/indiepop
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
236ms
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, 10 Jul 2025 14:49:27 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "mTiCfE8ALd0n6M5jbR080sAQjIjOb67QEW29aoR5" "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 (63.62ms)time
    • Application (164ms)time
    • Routing (6.29ms)
    • Preparing Response (307μs)
    • 1 x Application (72.08%)
      164ms
      1 x Booting (27.91%)
      63.62ms
      1 x Routing (2.76%)
      6.29ms
      1 x Preparing Response (0.13%)
      307μs
      27 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
      • 3x entities.singlesingle.blade.php#?blade
      • 3x entities.mapmap.blade.php#?blade
      • 7x tags.single_entity_labelsingle_entity_label.blade.php#?blade
      • 3x 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
      53 statements were executed (10 duplicates)Show only duplicates48.83ms
      • EntitiesController.php#479dev_events_tracker830μsselect * from `tags` where `slug` = 'indiepop' limit 1
        Bindings
        • 0: indiepop
        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.11msselect 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` = 'indiepop')
        Bindings
        • 0: indiepop
        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.03msselect `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` = 'indiepop') order by `entities`.`name` asc limit 25 offset 0
        Bindings
        • 0: indiepop
        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.24msselect `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_tracker380μ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_tracker410μ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_tracker340μ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_tracker510μ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_tracker800μsselect `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` = 406 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 406
        • 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_tracker860μ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` = 406 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 406
        • 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_tracker860μ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` = 406 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 406
        • 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_tracker660μsselect * from `locations` where `locations`.`entity_id` = 406 and `locations`.`entity_id` is not null
        Bindings
        • 0: 406
        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_tracker460μ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_tracker670μ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` = 406
        Bindings
        • 0: 406
        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_tracker750μ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` = 406
        Bindings
        • 0: 406
        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_tracker800μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 406 and `start_at` >= '2025-07-10 09:49:27'
        Bindings
        • 0: 406
        • 1: 2025-07-10 09:49:27
        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_tracker740μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 406 and `start_at` < '2025-07-10 09:49:27'
        Bindings
        • 0: 406
        • 1: 2025-07-10 09:49:27
        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.17msselect 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` = 406 and `start_at` < '2025-07-10 09:49:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 406
        • 1: 2025-07-10 09:49:27
        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_tracker470μ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_tracker500μsselect * from `entities` where `entities`.`id` in (114)
        Bindings
        • 0: 114
        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_tracker630μsselect `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 (2613)
        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
      • single.blade.php#1dev_events_tracker590μ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_tracker700μsselect `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` = 452 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 452
        • 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.14msselect `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` = 452 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 452
        • 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` = 452 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 452
        • 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
      • Entity.php#456dev_events_tracker820μ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` = 452 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 452
        • 1: %bandcamp%
        Backtrace
        • app/Models/Entity.php:456
        • view::entities.single:77
        • 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_tracker740μsselect * from `locations` where `locations`.`entity_id` = 452 and `locations`.`entity_id` is not null
        Bindings
        • 0: 452
        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_tracker730μ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_tracker700μ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` = 452
        Bindings
        • 0: 452
        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_tracker710μ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` = 452
        Bindings
        • 0: 452
        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_tracker880μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 452 and `start_at` >= '2025-07-10 09:49:27'
        Bindings
        • 0: 452
        • 1: 2025-07-10 09:49:27
        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_tracker900μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 452 and `start_at` < '2025-07-10 09:49:27'
        Bindings
        • 0: 452
        • 1: 2025-07-10 09:49:27
        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.25msselect 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` = 452 and `start_at` < '2025-07-10 09:49:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 452
        • 1: 2025-07-10 09:49:27
        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.54msselect * 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_tracker2.01msselect * from `entities` where `entities`.`id` in (41, 333, 412)
        Bindings
        • 0: 41
        • 1: 333
        • 2: 412
        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.21msselect `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 (2890, 2980, 3666)
        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
      • single.blade.php#1dev_events_tracker520μ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_tracker720μsselect `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` = 536 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 536
        • 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_tracker2.12msselect `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` = 536 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 536
        • 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_tracker2.59msselect `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` = 536 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 536
        • 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_tracker2.54msselect * from `locations` where `locations`.`entity_id` = 536 and `locations`.`entity_id` is not null
        Bindings
        • 0: 536
        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_tracker480μsselect * from `entity_types` where `entity_types`.`id` = 3 limit 1
        Bindings
        • 0: 3
        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_tracker630μ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` = 536
        Bindings
        • 0: 536
        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_tracker600μ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` = 536
        Bindings
        • 0: 536
        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_tracker660μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 536 and `start_at` >= '2025-07-10 09:49:27'
        Bindings
        • 0: 536
        • 1: 2025-07-10 09:49:27
        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_tracker480μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 536 and `start_at` < '2025-07-10 09:49:27'
        Bindings
        • 0: 536
        • 1: 2025-07-10 09:49:27
        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.19msselect 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` = 536 and `start_at` < '2025-07-10 09:49:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 536
        • 1: 2025-07-10 09:49:27
        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_tracker390μ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_tracker390μsselect * from `entities` where `entities`.`id` in (331, 333, 520)
        Bindings
        • 0: 331
        • 1: 333
        • 2: 520
        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_tracker760μsselect `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 (3183, 3240, 3492, 3660, 3667, 3675)
        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_tracker530μ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_tracker360μ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_tracker770μ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\Entity
      36Entity.php#?
      App\Models\Role
      25Role.php#?
      App\Models\Event
      10Event.php#?
      App\Models\Tag
      8Tag.php#?
      App\Models\EntityStatus
      3EntityStatus.php#?
      App\Models\Photo
      3Photo.php#?
      App\Models\EntityType
      3EntityType.php#?
      App\Models\Visibility
      3Visibility.php#?
      App\Models\Link
      2Link.php#?
      App\Models\Menu
      2Menu.php#?
          _token
          mTiCfE8ALd0n6M5jbR080sAQjIjOb67QEW29aoR5
          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-10 09:49:27GET/entities/tag/indiepop275395