Entities . Food

Filters

SettingsRequest history8.1.27PHP Version246msRequest Duration6MBMemory UsageGET entities/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/entities/tag/food
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/food
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
256ms
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, 15 Jul 2025 15:18:37 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "fxffQJO8fvCIBaBl8kN5fVovwbT6b0g0Khe40WFx" "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 (78.4ms)time
    • Application (167ms)time
    • Routing (4.12ms)
    • Preparing Response (232μs)
    • 1 x Application (68.11%)
      167ms
      1 x Booting (31.89%)
      78.40ms
      1 x Routing (1.67%)
      4.12ms
      1 x Preparing Response (0.09%)
      232μs
      28 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
      • 4x entities.singlesingle.blade.php#?blade
      • 4x entities.mapmap.blade.php#?blade
      • 5x tags.single_entity_labelsingle_entity_label.blade.php#?blade
      • 4x 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
      69 statements were executed (13 duplicates)Show only duplicates51.92ms
      • EntitiesController.php#479dev_events_tracker910μsselect * from `tags` where `slug` = 'food' limit 1
        Bindings
        • 0: food
        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.47msselect 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` = 'food')
        Bindings
        • 0: food
        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.43msselect `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` = 'food') order by `entities`.`name` asc limit 25 offset 0
        Bindings
        • 0: food
        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.46msselect `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_tracker560μ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_tracker510μ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_tracker590μsselect * from `entity_statuses` where `entity_statuses`.`id` = 3 limit 1
        Bindings
        • 0: 3
        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` = 63 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 63
        • 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_tracker980μ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` = 63 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 63
        • 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_tracker890μ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` = 63 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 63
        • 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_tracker830μsselect * from `locations` where `locations`.`entity_id` = 63 and `locations`.`entity_id` is not null
        Bindings
        • 0: 63
        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_tracker520μ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_tracker500μ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_tracker720μ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` = 63
        Bindings
        • 0: 63
        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_tracker690μ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` = 63
        Bindings
        • 0: 63
        Backtrace
        • view::entities.single:100
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#411dev_events_tracker1.1msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 63 and `start_at` >= '2025-07-15 10:18:36'
        Bindings
        • 0: 63
        • 1: 2025-07-15 10:18:36
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker1.05msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 63 and `start_at` < '2025-07-15 10:18:36'
        Bindings
        • 0: 63
        • 1: 2025-07-15 10:18:36
        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.61msselect 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` = 63 and `start_at` < '2025-07-15 10:18:36' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 63
        • 1: 2025-07-15 10:18:36
        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_tracker730μ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_tracker460μsselect * from `entities` where `entities`.`id` in (63)
        Bindings
        • 0: 63
        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.35msselect `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 (72, 81, 414, 418, 421, 440, 444, 459, 494, 495, 516, 530, 641, 710, 810)
        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_tracker660μ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_tracker690μ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` = 354 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 354
        • 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` = 354 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 354
        • 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_tracker680μ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` = 354 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 354
        • 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_tracker540μsselect * from `locations` where `locations`.`entity_id` = 354 and `locations`.`entity_id` is not null
        Bindings
        • 0: 354
        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_tracker300μ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_tracker310μ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_tracker470μ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` = 354
        Bindings
        • 0: 354
        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_tracker480μ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` = 354
        Bindings
        • 0: 354
        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_tracker570μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 354 and `start_at` >= '2025-07-15 10:18:37'
        Bindings
        • 0: 354
        • 1: 2025-07-15 10:18:37
        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_tracker560μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 354 and `start_at` < '2025-07-15 10:18:37'
        Bindings
        • 0: 354
        • 1: 2025-07-15 10:18:37
        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` = 354 and `start_at` < '2025-07-15 10:18:37' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 354
        • 1: 2025-07-15 10:18:37
        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_tracker360μ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_tracker330μsselect * from `entities` where `entities`.`id` in (354)
        Bindings
        • 0: 354
        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_tracker560μ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 (2311, 3029, 3034, 3517, 3826, 3961)
        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_tracker420μ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_tracker550μ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` = 369 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 369
        • 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_tracker790μ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` = 369 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 369
        • 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_tracker560μ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` = 369 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 369
        • 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_tracker500μsselect * from `locations` where `locations`.`entity_id` = 369 and `locations`.`entity_id` is not null
        Bindings
        • 0: 369
        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_tracker300μ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_tracker310μ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_tracker440μ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` = 369
        Bindings
        • 0: 369
        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` = 369
        Bindings
        • 0: 369
        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_tracker780μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 369 and `start_at` >= '2025-07-15 10:18:37'
        Bindings
        • 0: 369
        • 1: 2025-07-15 10:18:37
        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_tracker670μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 369 and `start_at` < '2025-07-15 10:18:37'
        Bindings
        • 0: 369
        • 1: 2025-07-15 10:18:37
        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.27msselect 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` = 369 and `start_at` < '2025-07-15 10:18:37' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 369
        • 1: 2025-07-15 10:18:37
        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 * 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_tracker370μsselect * from `entities` where `entities`.`id` in (369)
        Bindings
        • 0: 369
        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_tracker850μ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 (3271, 3291, 3415, 3644, 3677, 3707, 3732, 3829, 3840, 3918, 3975, 3977, 4010, 4032, 4099)
        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_tracker750μ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_tracker840μ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` = 437 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 437
        • 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.08msselect `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` = 437 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 437
        • 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_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` = 437 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 437
        • 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_tracker540μsselect * from `locations` where `locations`.`entity_id` = 437 and `locations`.`entity_id` is not null
        Bindings
        • 0: 437
        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_tracker400μ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_tracker600μ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` = 437
        Bindings
        • 0: 437
        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` = 437
        Bindings
        • 0: 437
        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_tracker680μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 437 and `start_at` >= '2025-07-15 10:18:37'
        Bindings
        • 0: 437
        • 1: 2025-07-15 10:18:37
        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_tracker630μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 437 and `start_at` < '2025-07-15 10:18:37'
        Bindings
        • 0: 437
        • 1: 2025-07-15 10:18:37
        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.23msselect 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` = 437 and `start_at` < '2025-07-15 10:18:37' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 437
        • 1: 2025-07-15 10:18:37
        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 * 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_tracker490μsselect * from `entities` where `entities`.`id` in (437)
        Bindings
        • 0: 437
        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 `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 (2927, 3244, 3260, 3837, 3844)
        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_tracker450μ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_tracker340μ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_tracker670μ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
      93Entity.php#?
      App\Models\Event
      41Event.php#?
      App\Models\Role
      27Role.php#?
      App\Models\Visibility
      7Visibility.php#?
      App\Models\Tag
      6Tag.php#?
      App\Models\EntityStatus
      4EntityStatus.php#?
      App\Models\Photo
      4Photo.php#?
      App\Models\EntityType
      4EntityType.php#?
      App\Models\Location
      3Location.php#?
      App\Models\Menu
      2Menu.php#?
          _token
          fxffQJO8fvCIBaBl8kN5fVovwbT6b0g0Khe40WFx
          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-15 10:18:37GET/entities/tag/food2869191