Entity . Keeb$

SettingsRequest history8.1.27PHP Version292msRequest Duration6MBMemory UsageGET entities/{entity}
status
200 OK
full_url
https://dev.arcane.city/entities/keeb%24?page=11
action_name
entities.show
controller_action
App\Http\Controllers\EntitiesController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/entities/keeb%24?page=11
action_name
entities.show
controller_action
App\Http\Controllers\EntitiesController@show
uri
GET entities/{entity}
middleware
web
controller
App\Http\Controllers\EntitiesController@show
namespace
App\Http\Controllers
file
app/Http/Controllers/EntitiesController.php:680-704
duration
299ms
peak_memory
8MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "page" => "11" ]
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 17:57:01 GMT" ] ]
session_attributes
0 of 0
array:2 [ "_token" => "mBfXjOrHKhsAwJFbSnAAecIAQp9z8YQoKkPsbnLw" "url" => array:1 [ "intended" => "https://dev.arcane.city/entities/keeb%24" ] ]
    • Booting (53.09ms)time
    • Application (239ms)time
    • Routing (6.93ms)
    • Preparing Response (196ms)
    • 1 x Application (81.8%)
      239ms
      1 x Preparing Response (67.2%)
      196ms
      1 x Booting (18.19%)
      53.09ms
      1 x Routing (2.37%)
      6.93ms
      66 templates were rendered
      • 1x entities.showshow.blade.php#?blade
      • 1x entities.crumbscrumbs.blade.php#?blade
      • 28x tags.single_labelsingle_label.blade.php#?blade
      • 1x embeds.playlistplaylist.blade.php#?blade
      • 2x events.vertical-listvertical-list.blade.php#?blade
      • 2x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 5x events.singlesingle.blade.php#?blade
      • 17x entities.single_labelsingle_label.blade.php#?blade
      • 5x embeds.minimal-playlistminimal-playlist.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/{entity}
      middleware
      web, Closure
      as
      entities.show
      controller
      App\Http\Controllers\EntitiesController@show
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/EntitiesController.php:680-704
      74 statements were executed (26 duplicates)Show only duplicates81.75ms
      • ImplicitRouteBinding.php#61dev_events_tracker790μsselect * from `entities` where `slug` = 'keeb$' limit 1
        Bindings
        • 0: keeb$
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • EntitiesController.php#691dev_events_tracker890μsselect count(*) as aggregate from `threads` inner join `entity_thread` on `threads`.`id` = `entity_thread`.`thread_id` where `entity_thread`.`entity_id` = 17
        Bindings
        • 0: 17
        Backtrace
        • app/Http/Controllers/EntitiesController.php:691
        • 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#691dev_events_tracker950μsselect `threads`.*, `entity_thread`.`entity_id` as `pivot_entity_id`, `entity_thread`.`thread_id` as `pivot_thread_id`, `entity_thread`.`created_at` as `pivot_created_at`, `entity_thread`.`updated_at` as `pivot_updated_at` from `threads` inner join `entity_thread` on `threads`.`id` = `entity_thread`.`thread_id` where `entity_thread`.`entity_id` = 17 limit 5 offset 50
        Bindings
        • 0: 17
        Backtrace
        • app/Http/Controllers/EntitiesController.php:691
        • 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
      • Entity.php#411dev_events_tracker2.31msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 17 and `start_at` >= '2025-07-08 12:57:01'
        Bindings
        • 0: 17
        • 1: 2025-07-08 12:57:01
        Backtrace
        • app/Models/Entity.php:411
        • app/Http/Controllers/EntitiesController.php:700
        • 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
      • Entity.php#422dev_events_tracker1.96msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 17 and `start_at` < '2025-07-08 12:57:01'
        Bindings
        • 0: 17
        • 1: 2025-07-08 12:57:01
        Backtrace
        • app/Models/Entity.php:422
        • app/Http/Controllers/EntitiesController.php:701
        • 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
      • Entity.php#422dev_events_tracker7.77msselect 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` = 17 and `start_at` < '2025-07-08 12:57:01' order by `start_at` desc limit 5 offset 50
        Bindings
        • 0: 17
        • 1: 2025-07-08 12:57:01
        Backtrace
        • app/Models/Entity.php:422
        • app/Http/Controllers/EntitiesController.php:701
        • 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
      • Entity.php#422dev_events_tracker590μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:422
        • app/Http/Controllers/EntitiesController.php:701
        • 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
      • Entity.php#422dev_events_tracker800μsselect * from `entities` where `entities`.`id` in (2, 3)
        Bindings
        • 0: 2
        • 1: 3
        Backtrace
        • app/Models/Entity.php:422
        • app/Http/Controllers/EntitiesController.php:701
        • 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
      • Entity.php#422dev_events_tracker1.17msselect `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 (1063, 1110, 1245, 1296, 1297)
        Backtrace
        • app/Models/Entity.php:422
        • app/Http/Controllers/EntitiesController.php:701
        • 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
      • Entity.php#688dev_events_tracker910μ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` = 17
        Bindings
        • 0: 17
        Backtrace
        • app/Models/Entity.php:688
        • view::entities.show: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
      • Entity.php#520dev_events_tracker910μ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` = 17 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 17
        • 1: 1
        Backtrace
        • app/Models/Entity.php:520
        • view::entities.show:7
        • 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#520dev_events_tracker930μ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` = 17 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 17
        • 1: 1
        Backtrace
        • app/Models/Entity.php:520
        • view::entities.show:26
        • 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
      • show.blade.php#32dev_events_tracker650μsselect * from `entity_statuses` where `entity_statuses`.`id` = 2 limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::entities.show:32
        • 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
      • show.blade.php#38dev_events_tracker840μsselect `aliases`.*, `alias_entity`.`entity_id` as `pivot_entity_id`, `alias_entity`.`alias_id` as `pivot_alias_id`, `alias_entity`.`created_at` as `pivot_created_at`, `alias_entity`.`updated_at` as `pivot_updated_at` from `aliases` inner join `alias_entity` on `aliases`.`id` = `alias_entity`.`alias_id` where `alias_entity`.`entity_id` = 17
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:38
        • 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
      • show.blade.php#47dev_events_tracker580μsselect * from `entity_types` where `entity_types`.`id` = 3 limit 1
        Bindings
        • 0: 3
        Backtrace
        • view::entities.show:47
        • 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
      • show.blade.php#58dev_events_tracker640μsselect * from `follows` where `follows`.`object_type` = 'entity' and `follows`.`object_id` = 17 and `follows`.`object_id` is not null
        Bindings
        • 0: entity
        • 1: 17
        Backtrace
        • view::entities.show:58
        • 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
      • show.blade.php#93dev_events_tracker840μsselect `series`.*, `entity_series`.`entity_id` as `pivot_entity_id`, `entity_series`.`series_id` as `pivot_series_id` from `series` inner join `entity_series` on `series`.`id` = `entity_series`.`series_id` where `entity_series`.`entity_id` = 17
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:93
        • 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
      • show.blade.php#93dev_events_tracker540μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 2)
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • view::entities.show:93
        • 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
      • show.blade.php#93dev_events_tracker360μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::entities.show:93
        • 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
      • show.blade.php#93dev_events_tracker410μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 4)
        Bindings
        • 0: 
        • 1: 4
        Backtrace
        • view::entities.show:93
        • 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
      • show.blade.php#100dev_events_tracker390μsselect * from `visibilities` where `visibilities`.`id` = 3 and `visibilities`.`id` is not null limit 1
        Bindings
        • 0: 3
        Backtrace
        • view::entities.show: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
      • show.blade.php#100dev_events_tracker400μsselect * from `visibilities` where `visibilities`.`id` = 5 and `visibilities`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::entities.show: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
      • show.blade.php#112dev_events_tracker620μ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` = 17
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:112
        • 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
      • show.blade.php#121dev_events_tracker760μsselect * from `locations` where `locations`.`entity_id` = 17 and `locations`.`entity_id` is not null
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:121
        • 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
      • show.blade.php#163dev_events_tracker690μsselect `contacts`.*, `contact_entity`.`entity_id` as `pivot_entity_id`, `contact_entity`.`contact_id` as `pivot_contact_id` from `contacts` inner join `contact_entity` on `contacts`.`id` = `contact_entity`.`contact_id` where `contact_entity`.`entity_id` = 17
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:163
        • 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
      • show.blade.php#200dev_events_tracker670μ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` = 17
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:200
        • 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
      • show.blade.php#235dev_events_tracker810μsselect * from `comments` where `comments`.`commentable_type` = 'entity' and `comments`.`commentable_id` = 17 and `comments`.`commentable_id` is not null order by `created_at` desc
        Bindings
        • 0: entity
        • 1: 17
        Backtrace
        • view::entities.show:235
        • 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
      • show.blade.php#268dev_events_tracker660μsselect * from `users` where `users`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::entities.show:268
        • 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
      • show.blade.php#283dev_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` = 17
        Bindings
        • 0: 17
        Backtrace
        • view::entities.show:283
        • 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_tracker2.05msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 17 and `start_at` >= '2025-07-08 12:57:01'
        Bindings
        • 0: 17
        • 1: 2025-07-08 12:57:01
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.show:315
        • 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.3msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 17 and `start_at` < '2025-07-08 12:57:01'
        Bindings
        • 0: 17
        • 1: 2025-07-08 12:57:01
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.show:328
        • 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_tracker7.6msselect 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` = 17 and `start_at` < '2025-07-08 12:57:01' order by `start_at` desc limit 15 offset 150
        Bindings
        • 0: 17
        • 1: 2025-07-08 12:57:01
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.show:328
        • 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 * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.show:328
        • 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_tracker790μsselect * from `entities` where `entities`.`id` in (null, 1, 20, 63)
        Bindings
        • 0: 
        • 1: 1
        • 2: 20
        • 3: 63
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.show:328
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker2.01msselect `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 (438, 439, 441, 443, 445, 449, 452, 453, 455, 456, 458, 460, 462, 463, 465)
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.show:328
        • 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
      • Event.php#780dev_events_tracker1.33msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 1296 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1296
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.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
      • single.blade.php#38dev_events_tracker930μsselect * from `threads` where `threads`.`event_id` = 1296 and `threads`.`event_id` is not null
        Bindings
        • 0: 1296
        Backtrace
        • view::events.single:38
        • 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#104dev_events_tracker620μsselect * from `event_types` where `event_types`.`id` = 9 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 9
        Backtrace
        • view::events.single:104
        • 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#580dev_events_tracker780μsselect * from `locations` where `locations`.`entity_id` = 3 and `locations`.`entity_id` is not null
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • 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#580dev_events_tracker680μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • 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#164dev_events_tracker920μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 1296
        Bindings
        • 0: 1296
        Backtrace
        • view::events.single:164
        • 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
      • Event.php#780dev_events_tracker960μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 1245 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1245
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.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
      • single.blade.php#38dev_events_tracker1.06msselect * from `threads` where `threads`.`event_id` = 1245 and `threads`.`event_id` is not null
        Bindings
        • 0: 1245
        Backtrace
        • view::events.single:38
        • 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#93dev_events_tracker790μsselect * from `series` where `series`.`id` = 1 and `series`.`id` is not null limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker750μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1)
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker540μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker490μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.single:93
        • 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#104dev_events_tracker760μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • 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#580dev_events_tracker1.08msselect * from `locations` where `locations`.`entity_id` = 2 and `locations`.`entity_id` is not null
        Bindings
        • 0: 2
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • 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#580dev_events_tracker620μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • 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#164dev_events_tracker1.09msselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 1245
        Bindings
        • 0: 1245
        Backtrace
        • view::events.single:164
        • 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
      • Event.php#780dev_events_tracker1.08msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 1297 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1297
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.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
      • single.blade.php#38dev_events_tracker850μsselect * from `threads` where `threads`.`event_id` = 1297 and `threads`.`event_id` is not null
        Bindings
        • 0: 1297
        Backtrace
        • view::events.single:38
        • 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#104dev_events_tracker720μsselect * from `event_types` where `event_types`.`id` = 2 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::events.single:104
        • 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#164dev_events_tracker920μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 1297
        Bindings
        • 0: 1297
        Backtrace
        • view::events.single:164
        • 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
      • Event.php#780dev_events_tracker1.08msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 1110 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1110
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.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
      • single.blade.php#38dev_events_tracker1.1msselect * from `threads` where `threads`.`event_id` = 1110 and `threads`.`event_id` is not null
        Bindings
        • 0: 1110
        Backtrace
        • view::events.single:38
        • 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#93dev_events_tracker5.24msselect * from `series` where `series`.`id` = 1 and `series`.`id` is not null limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker590μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1)
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker440μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker400μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.single:93
        • 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#104dev_events_tracker580μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • 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#164dev_events_tracker800μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 1110
        Bindings
        • 0: 1110
        Backtrace
        • view::events.single:164
        • 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
      • Event.php#780dev_events_tracker1.03msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 1063 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1063
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.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
      • single.blade.php#38dev_events_tracker800μsselect * from `threads` where `threads`.`event_id` = 1063 and `threads`.`event_id` is not null
        Bindings
        • 0: 1063
        Backtrace
        • view::events.single:38
        • 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#93dev_events_tracker900μsselect * from `series` where `series`.`id` = 1 and `series`.`id` is not null limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker700μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1)
        Bindings
        • 0: 1
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker380μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker390μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • view::events.single:93
        • 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#104dev_events_tracker550μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • 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#164dev_events_tracker1.18msselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 1063
        Bindings
        • 0: 1063
        Backtrace
        • view::events.single:164
        • 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
      • ViewComposerServiceProvider.php#38dev_events_tracker990μ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_tracker610μ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_tracker940μ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
      83Entity.php#?
      App\Models\Tag
      28Tag.php#?
      App\Models\Event
      20Event.php#?
      App\Models\Role
      13Role.php#?
      App\Models\Photo
      8Photo.php#?
      App\Models\Visibility
      6Visibility.php#?
      App\Models\Series
      5Series.php#?
      App\Models\OccurrenceType
      5OccurrenceType.php#?
      App\Models\EventType
      5EventType.php#?
      App\Models\Location
      2Location.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\EntityStatus
      1EntityStatus.php#?
      App\Models\Alias
      1Alias.php#?
      App\Models\EntityType
      1EntityType.php#?
      App\Models\Follow
      1Follow.php#?
      App\Models\OccurrenceDay
      1OccurrenceDay.php#?
      App\Models\User
      1User.php#?
          _token
          mBfXjOrHKhsAwJFbSnAAecIAQp9z8YQoKkPsbnLw
          url
          array:1 [ "intended" => "https://dev.arcane.city/entities/keeb%24" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 12:57:01GET/entities/keeb%24?page=116674183