Entities . Coffee

Filters

SettingsRequest history8.1.27PHP Version221msRequest Duration6MBMemory UsageGET entities/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/entities/tag/coffee
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/coffee
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
226ms
peak_memory
8MB
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 => "Tue, 08 Jul 2025 05:38:46 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "g0jdWlstJlhirwcj0Ug1D3Ti65fA3JlNQpzUhrx0" "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 (40.16ms)time
    • Application (181ms)time
    • Routing (4.03ms)
    • Preparing Response (155μs)
    • 1 x Application (81.84%)
      181ms
      1 x Booting (18.15%)
      40.16ms
      1 x Routing (1.82%)
      4.03ms
      1 x Preparing Response (0.07%)
      155μs
      39 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
      • 6x entities.singlesingle.blade.php#?blade
      • 6x entities.mapmap.blade.php#?blade
      • 10x tags.single_entity_labelsingle_entity_label.blade.php#?blade
      • 6x 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
      97 statements were executed (22 duplicates)Show only duplicates57.08ms
      • EntitiesController.php#479dev_events_tracker690μsselect * from `tags` where `slug` = 'coffee' limit 1
        Bindings
        • 0: coffee
        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.22msselect 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` = 'coffee')
        Bindings
        • 0: coffee
        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_tracker870μsselect `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` = 'coffee') order by `entities`.`name` asc limit 25 offset 0
        Bindings
        • 0: coffee
        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_tracker590μ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_tracker410μ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_tracker760μ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_tracker890μ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` = 366 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 366
        • 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.25msselect `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` = 366 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 366
        • 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_tracker900μ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` = 366 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 366
        • 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_tracker690μsselect * from `locations` where `locations`.`entity_id` = 366 and `locations`.`entity_id` is not null
        Bindings
        • 0: 366
        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_tracker470μsselect * from `entity_types` where `entity_types`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tracker640μ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` = 366
        Bindings
        • 0: 366
        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_tracker650μ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` = 366
        Bindings
        • 0: 366
        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_tracker760μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 366 and `start_at` >= '2025-07-08 00:38:46'
        Bindings
        • 0: 366
        • 1: 2025-07-08 00:38:46
        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_tracker690μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 366 and `start_at` < '2025-07-08 00:38:46'
        Bindings
        • 0: 366
        • 1: 2025-07-08 00:38:46
        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.24msselect 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` = 366 and `start_at` < '2025-07-08 00:38:46' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 366
        • 1: 2025-07-08 00:38:46
        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_tracker410μsselect * from `entities` where `entities`.`id` in (366, 522)
        Bindings
        • 0: 366
        • 1: 522
        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_tracker480μ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 (2287, 2810)
        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_tracker380μ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_tracker590μ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` = 22 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 22
        • 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_tracker590μ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` = 22 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 22
        • 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_tracker520μ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` = 22 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 22
        • 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_tracker420μsselect * from `locations` where `locations`.`entity_id` = 22 and `locations`.`entity_id` is not null
        Bindings
        • 0: 22
        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
      • map.blade.php#1dev_events_tracker310μsselect * from `visibilities` where `visibilities`.`id` in (1)
        Bindings
        • 0: 1
        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_tracker320μsselect * from `entity_types` where `entity_types`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tracker530μ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` = 22
        Bindings
        • 0: 22
        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_tracker430μ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` = 22
        Bindings
        • 0: 22
        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_tracker790μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 22 and `start_at` >= '2025-07-08 00:38:46'
        Bindings
        • 0: 22
        • 1: 2025-07-08 00:38:46
        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_tracker970μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 22 and `start_at` < '2025-07-08 00:38:46'
        Bindings
        • 0: 22
        • 1: 2025-07-08 00:38:46
        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.56msselect 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` = 22 and `start_at` < '2025-07-08 00:38:46' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 22
        • 1: 2025-07-08 00:38:46
        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_tracker400μ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_tracker510μsselect * from `entities` where `entities`.`id` in (22, 243, 346)
        Bindings
        • 0: 22
        • 1: 243
        • 2: 346
        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_tracker800μ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 (1685, 1736, 1751, 1756, 2022, 2098, 2119, 2127, 2161, 2718, 3230, 3481, 3833, 3979, 4105)
        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_tracker560μ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_tracker830μ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` = 478 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 478
        • 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_tracker700μ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` = 478 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 478
        • 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_tracker630μ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` = 478 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 478
        • 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_tracker550μsselect * from `locations` where `locations`.`entity_id` = 478 and `locations`.`entity_id` is not null
        Bindings
        • 0: 478
        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
      • map.blade.php#1dev_events_tracker320μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        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_tracker340μsselect * from `entity_types` where `entity_types`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tracker490μ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` = 478
        Bindings
        • 0: 478
        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_tracker440μ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` = 478
        Bindings
        • 0: 478
        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_tracker480μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 478 and `start_at` >= '2025-07-08 00:38:46'
        Bindings
        • 0: 478
        • 1: 2025-07-08 00:38:46
        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_tracker450μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 478 and `start_at` < '2025-07-08 00:38:46'
        Bindings
        • 0: 478
        • 1: 2025-07-08 00:38:46
        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_tracker670μsselect 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` = 478 and `start_at` < '2025-07-08 00:38:46' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 478
        • 1: 2025-07-08 00:38:46
        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_tracker350μ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_tracker430μsselect * from `entities` where `entities`.`id` in (478)
        Bindings
        • 0: 478
        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_tracker530μ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 (2526, 3168)
        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_tracker340μ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_tracker790μ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` = 80 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 80
        • 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` = 80 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 80
        • 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_tracker690μ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` = 80 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 80
        • 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_tracker410μsselect * from `locations` where `locations`.`entity_id` = 80 and `locations`.`entity_id` is not null
        Bindings
        • 0: 80
        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_tracker420μsselect * from `entity_types` where `entity_types`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tracker590μ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` = 80
        Bindings
        • 0: 80
        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_tracker470μ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` = 80
        Bindings
        • 0: 80
        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_tracker510μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 80 and `start_at` >= '2025-07-08 00:38:46'
        Bindings
        • 0: 80
        • 1: 2025-07-08 00:38:46
        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` = 80 and `start_at` < '2025-07-08 00:38:46'
        Bindings
        • 0: 80
        • 1: 2025-07-08 00:38:46
        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_tracker680μsselect 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` = 80 and `start_at` < '2025-07-08 00:38:46' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 80
        • 1: 2025-07-08 00:38:46
        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_tracker290μ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_tracker260μsselect * from `entities` where `entities`.`id` in (null)
        Bindings
        • 0: 
        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_tracker380μ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 (1789)
        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_tracker330μ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_tracker500μ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` = 96 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 96
        • 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_tracker880μ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` = 96 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 96
        • 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_tracker620μ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` = 96 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 96
        • 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_tracker410μsselect * from `locations` where `locations`.`entity_id` = 96 and `locations`.`entity_id` is not null
        Bindings
        • 0: 96
        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_tracker350μsselect * from `entity_types` where `entity_types`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tracker480μ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` = 96
        Bindings
        • 0: 96
        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_tracker510μ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` = 96
        Bindings
        • 0: 96
        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_tracker580μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 96 and `start_at` >= '2025-07-08 00:38:46'
        Bindings
        • 0: 96
        • 1: 2025-07-08 00:38:46
        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_tracker470μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 96 and `start_at` < '2025-07-08 00:38:46'
        Bindings
        • 0: 96
        • 1: 2025-07-08 00:38:46
        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_tracker670μsselect 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` = 96 and `start_at` < '2025-07-08 00:38:46' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 96
        • 1: 2025-07-08 00:38:46
        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_tracker280μ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_tracker350μsselect * from `entities` where `entities`.`id` in (96)
        Bindings
        • 0: 96
        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_tracker530μ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 (155)
        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_tracker350μ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_tracker990μ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` = 310 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 310
        • 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_tracker710μ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` = 310 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 310
        • 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_tracker460μ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` = 310 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 310
        • 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_tracker440μsselect * from `locations` where `locations`.`entity_id` = 310 and `locations`.`entity_id` is not null
        Bindings
        • 0: 310
        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
      • map.blade.php#1dev_events_tracker310μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        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_tracker380μsselect * from `entity_types` where `entity_types`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tracker490μ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` = 310
        Bindings
        • 0: 310
        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_tracker420μ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` = 310
        Bindings
        • 0: 310
        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_tracker520μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 310 and `start_at` >= '2025-07-08 00:38:46'
        Bindings
        • 0: 310
        • 1: 2025-07-08 00:38:46
        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_tracker440μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 310 and `start_at` < '2025-07-08 00:38:46'
        Bindings
        • 0: 310
        • 1: 2025-07-08 00:38:46
        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_tracker820μsselect 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` = 310 and `start_at` < '2025-07-08 00:38:46' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 310
        • 1: 2025-07-08 00:38:46
        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_tracker290μ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_tracker270μsselect * from `entities` where `entities`.`id` in (null)
        Bindings
        • 0: 
        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_tracker430μ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 (3306)
        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_tracker320μ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_tracker290μ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_tracker450μ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
      51Entity.php#?
      App\Models\Role
      31Role.php#?
      App\Models\Event
      22Event.php#?
      App\Models\Tag
      11Tag.php#?
      App\Models\Visibility
      9Visibility.php#?
      App\Models\EntityStatus
      6EntityStatus.php#?
      App\Models\Photo
      6Photo.php#?
      App\Models\EntityType
      6EntityType.php#?
      App\Models\Location
      3Location.php#?
      App\Models\Menu
      2Menu.php#?
          _token
          g0jdWlstJlhirwcj0Ug1D3Ti65fA3JlNQpzUhrx0
          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-08 00:38:46GET/entities/tag/coffee3997147