Keywords . Idm

Keywords
Entities
Events
SettingsRequest history8.1.27PHP Version994msRequest Duration31MBMemory UsageGET tags/{tag}
status
200 OK
full_url
https://dev.arcane.city/tags/idm
action_name
tags.show
controller_action
App\Http\Controllers\TagsController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/tags/idm
action_name
tags.show
controller_action
App\Http\Controllers\TagsController@show
uri
GET tags/{tag}
middleware
web
controller
App\Http\Controllers\TagsController@show
namespace
App\Http\Controllers
file
app/Http/Controllers/TagsController.php:216-258
duration
1.02s
peak_memory
34MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 10 Jul 2025 03:13:27 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "WgBmQKiPLpQNReaftp1iTtD8PasLIOFyQYot16yx" ]
    • Booting (57.27ms)time
    • Application (937ms)time
    • Routing (9.21ms)
    • Preparing Response (503ms)
    • 1 x Application (94.24%)
      937ms
      1 x Preparing Response (50.58%)
      503ms
      1 x Booting (5.76%)
      57.27ms
      1 x Routing (0.93%)
      9.21ms
      179 templates were rendered
      • 1x tags.indexindex.blade.php#?blade
      • 1x tags.crumbscrumbs.blade.php#?blade
      • 1x tags.singlesingle.blade.php#?blade
      • 1x entities.listlist.blade.php#?blade
      • 10x entities.singlesingle.blade.php#?blade
      • 10x entities.mapmap.blade.php#?blade
      • 48x tags.single_entity_labelsingle_entity_label.blade.php#?blade
      • 20x embeds.minimal-playlistminimal-playlist.blade.php#?blade
      • 2x pagination::simple-bootstrap-4simple-bootstrap-4.blade.php#?blade
      • 1x events.listlist.blade.php#?blade
      • 10x events.singlesingle.blade.php#?blade
      • 29x entities.single_labelsingle_label.blade.php#?blade
      • 41x tags.single_labelsingle_label.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 tags/{tag}
      middleware
      web, Closure
      as
      tags.show
      controller
      App\Http\Controllers\TagsController@show
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/TagsController.php:216-258
      150 statements were executed (17 duplicates)Show only duplicates237ms
      • TagsController.php#218dev_events_tracker1.29msselect * from `tags` where `slug` = 'idm' limit 1
        Bindings
        • 0: idm
        Backtrace
        • app/Http/Controllers/TagsController.php:218
        • 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
      • TagsController.php#231dev_events_tracker1.79msselect count(*) as aggregate from `series` where exists (select * from `tags` inner join `series_tag` on `tags`.`id` = `series_tag`.`tag_id` where `series`.`id` = `series_tag`.`series_id` and `slug` = 'idm') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3))
        Bindings
        • 0: idm
        • 1: 1
        • 2: 2
        • 3: 3
        Backtrace
        • app/Http/Controllers/TagsController.php:231
        • 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
      • TagsController.php#242dev_events_tracker3.67msselect * from `events` where exists (select * from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `events`.`id` = `event_tag`.`event_id` and `slug` = 'idm') and ((`events`.`visibility_id` in (1, 2) and `events`.`created_by` is null or `events`.`visibility_id` = 3)) order by `start_at` desc, `name` asc limit 11 offset 0
        Bindings
        • 0: idm
        • 1: 1
        • 2: 2
        • 3: 3
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker720μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker870μsselect * from `entities` where `entities`.`id` in (1, 41, 331, 549)
        Bindings
        • 0: 1
        • 1: 41
        • 2: 331
        • 3: 549
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker1.7msselect `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` in (3500, 3564, 3674, 3675, 3689, 3924, 3939, 3967, 3969, 3985, 4015)
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker1.78msselect `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 (3500, 3564, 3674, 3675, 3689, 3924, 3939, 3967, 3969, 3985, 4015)
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker840μsselect * from `series` where `series`.`id` in (null)
        Bindings
        • 0: 
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker770μsselect * from `event_types` where `event_types`.`id` in (2, 5)
        Bindings
        • 0: 2
        • 1: 5
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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
      • TagsController.php#242dev_events_tracker920μsselect * from `threads` where `threads`.`event_id` in (3500, 3564, 3674, 3675, 3689, 3924, 3939, 3967, 3969, 3985, 4015)
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • 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#273dev_events_tracker600μsselect * from `entity_statuses` where `name` = 'Active' limit 1
        Bindings
        • 0: Active
        Backtrace
        • app/Models/Entity.php:273
        • app/Http/Controllers/TagsController.php:249
        • app/Http/Controllers/TagsController.php:250
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • TagsController.php#253dev_events_tracker1.71msselect * from `entities` 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` = 'idm') and (`entity_status_id` = 2) order by `name` asc, `entity_type_id` asc, `name` asc limit 11 offset 0
        Bindings
        • 0: idm
        • 1: 2
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker1.38msselect `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` in (16, 17, 56, 70, 120, 126, 154, 183, 217, 323, 490)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker21.08msselect `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` in (16, 17, 56, 70, 120, 126, 154, 183, 217, 323, 490)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker1.06msselect * from `visibilities` where `visibilities`.`id` in (1, 2, 3)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker2.7msselect * from `entities` where `entities`.`id` in (null, 1, 2, 3, 5, 6, 8, 9, 10, 12, 13, 14, 15, 20, 21, 22, 34, 35, 41, 43, 63, 67, 68, 71, 74, 76, 79, 81, 85, 86, 89, 91, 94, 96, 97, 100, 101, 102, 106, 108, 109, 110, 114, 128, 129, 134, 136, 137, 142, 147, 149, 150, 162, 166, 175, 189, 194, 214, 314, 328, 331, 333, 335, 340, 346, 364, 369, 372, 379, 387, 395, 417, 443, 493, 502, 531, 549, 550, 577)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 3
        • 4: 5
        • 5: 6
        • 6: 8
        • 7: 9
        • 8: 10
        • 9: 12
        • 10: 13
        • 11: 14
        • 12: 15
        • 13: 20
        • 14: 21
        • 15: 22
        • 16: 34
        • 17: 35
        • 18: 41
        • 19: 43
        • 20: 63
        • 21: 67
        • 22: 68
        • 23: 71
        • 24: 74
        • 25: 76
        • 26: 79
        • 27: 81
        • 28: 85
        • 29: 86
        • 30: 89
        • 31: 91
        • 32: 94
        • 33: 96
        • 34: 97
        • 35: 100
        • 36: 101
        • 37: 102
        • 38: 106
        • 39: 108
        • 40: 109
        • 41: 110
        • 42: 114
        • 43: 128
        • 44: 129
        • 45: 134
        • 46: 136
        • 47: 137
        • 48: 142
        • 49: 147
        • 50: 149
        • 51: 150
        • 52: 162
        • 53: 166
        • 54: 175
        • 55: 189
        • 56: 194
        • 57: 214
        • 58: 314
        • 59: 328
        • 60: 331
        • 61: 333
        • 62: 335
        • 63: 340
        • 64: 346
        • 65: 364
        • 66: 369
        • 67: 372
        • 68: 379
        • 69: 387
        • 70: 395
        • 71: 417
        • 72: 443
        • 73: 493
        • 74: 502
        • 75: 531
        • 76: 549
        • 77: 550
        • 78: 577
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker41.86msselect `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 (1, 3, 5, 6, 15, 16, 17, 19, 20, 24, 29, 31, 32, 34, 35, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 63, 64, 65, 67, 72, 73, 74, 75, 76, 77, 87, 88, 89, 90, 91, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 134, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 209, 210, 211, 212, 213, 214, 221, 222, 224, 226, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 247, 248, 249, 253, 256, 257, 258, 259, 260, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 284, 288, 289, 290, 291, 292, 293, 294, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 391, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 441, 443, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 460, 461, 462, 463, 464, 465, 466, 467, 468, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 495, 496, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 561, 564, 565, 566, 572, 575, 577, 582, 590, 597, 601, 602, 604, 614, 616, 618, 623, 628, 631, 641, 644, 645, 646, 647, 662, 664, 669, 670, 713, 767, 787, 788, 804, 813, 847, 854, 855, 864, 881, 901, 904, 910, 923, 926, 928, 942, 952, 956, 982, 1011, 1012, 1021, 1022, 1031, 1038, 1063, 1069, 1102, 1109, 1110, 1132, 1133, 1191, 1207, 1218, 1245, 1296, 1297, 1307, 1336, 1337, 1345, 1369, 1370, 1381, 1410, 1413, 1422, 1423, 1429, 1432, 1448, 1472, 1502, 1521, 1525, 1605, 1637, 1640, 1661, 1667, 1668, 1671, 1672, 1710, 1719, 1726, 1739, 1746, 1759, 1760, 1761, 1766, 1769, 1774, 1784, 1785, 1808, 1809, 1821, 1843, 1851, 1852, 1858, 1866, 1869, 1873, 1877, 1909, 1910, 1926, 1929, 1930, 1931, 1949, 1951, 1952, 1957, 1960, 1998, 1999, 2000, 2001, 2007, 2012, 2051, 2055, 2064, 2092, 2093, 2101, 2102, 2105, 2106, 2117, 2140, 2187, 2195, 2205, 2243, 2255, 2267, 2332, 2341, 2367, 2392, 2427, 2431, 2435, 2445, 2447, 2470, 2479, 2497, 2517, 2523, 2562, 2564, 2674, 2722, 2759, 2761, 2815, 2842, 2851, 2889, 2915, 2916, 2955, 2982, 2999, 3003, 3038, 3122, 3150, 3162, 3215, 3242, 3342, 3435, 3500, 3509, 3544, 3557, 3564, 3575, 3611, 3684, 3689, 3716, 3793, 3869, 3881, 3939, 3967, 4000, 4045, 4116, 4124, 4132, 4189)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker960μsselect * from `entity_types` where `entity_types`.`id` in (2, 3)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker810μsselect * from `locations` where `locations`.`entity_id` in (16, 17, 56, 70, 120, 126, 154, 183, 217, 323, 490)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker770μsselect * from `visibilities` where `visibilities`.`id` in (1, 3)
        Bindings
        • 0: 1
        • 1: 3
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker390μsselect * from `entity_statuses` where `entity_statuses`.`id` in (2)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#253dev_events_tracker390μsselect * from `users` where `users`.`id` in (1, 384)
        Backtrace
        • app/Http/Controllers/TagsController.php:253
        • 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
      • TagsController.php#255dev_events_tracker2.94msselect * from `tags` order by `name` asc
        Backtrace
        • app/Http/Controllers/TagsController.php:255
        • 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
      • single.blade.php#21dev_events_tracker2.9msselect `events`.*, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `events` inner join `event_tag` on `events`.`id` = `event_tag`.`event_id` where `event_tag`.`tag_id` = 32
        Bindings
        • 0: 32
        Backtrace
        • view::tags.single:21
        • vendor/laravel/framework/src/Illuminate/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#24dev_events_tracker1.47msselect `series`.*, `series_tag`.`tag_id` as `pivot_tag_id`, `series_tag`.`series_id` as `pivot_series_id`, `series_tag`.`created_at` as `pivot_created_at`, `series_tag`.`updated_at` as `pivot_updated_at` from `series` inner join `series_tag` on `series`.`id` = `series_tag`.`series_id` where `series_tag`.`tag_id` = 32
        Bindings
        • 0: 32
        Backtrace
        • view::tags.single:24
        • vendor/laravel/framework/src/Illuminate/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#24dev_events_tracker690μsselect * from `occurrence_types` where `occurrence_types`.`id` in (4)
        Bindings
        • 0: 4
        Backtrace
        • view::tags.single:24
        • vendor/laravel/framework/src/Illuminate/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#24dev_events_tracker710μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (1, 2)
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • view::tags.single:24
        • vendor/laravel/framework/src/Illuminate/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#24dev_events_tracker730μsselect * from `occurrence_days` where `occurrence_days`.`id` in (5, 7)
        Bindings
        • 0: 5
        • 1: 7
        Backtrace
        • view::tags.single:24
        • vendor/laravel/framework/src/Illuminate/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#27dev_events_tracker1.14msselect `entities`.*, `entity_tag`.`tag_id` as `pivot_tag_id`, `entity_tag`.`entity_id` as `pivot_entity_id`, `entity_tag`.`created_at` as `pivot_created_at`, `entity_tag`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_tag` on `entities`.`id` = `entity_tag`.`entity_id` where `entity_tag`.`tag_id` = 32
        Bindings
        • 0: 32
        Backtrace
        • view::tags.single:27
        • vendor/laravel/framework/src/Illuminate/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#30dev_events_tracker1.08msselect `threads`.*, `tag_thread`.`tag_id` as `pivot_tag_id`, `tag_thread`.`thread_id` as `pivot_thread_id`, `tag_thread`.`created_at` as `pivot_created_at`, `tag_thread`.`updated_at` as `pivot_updated_at` from `threads` inner join `tag_thread` on `threads`.`id` = `tag_thread`.`thread_id` where `tag_thread`.`tag_id` = 32
        Bindings
        • 0: 32
        Backtrace
        • view::tags.single:30
        • vendor/laravel/framework/src/Illuminate/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
      • Tag.php#146dev_events_tracker3.87msselect `events`.*, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `events` inner join `event_tag` on `events`.`id` = `event_tag`.`event_id` where `event_tag`.`tag_id` = 32
        Bindings
        • 0: 32
        Backtrace
        • app/Models/Tag.php:146
        • view::tags.single:34
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Tag.php#146dev_events_tracker7.33msselect `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` in (10, 71, 111, 116, 127, 134, 136, 137, 141, 145, 152, 153, 155, 158, 159, 164, 166, 172, 173, 175, 183, 199, 200, 203, 221, 229, 233, 255, 268, 271, 297, 299, 311, 320, 347, 367, 368, 387, 403, 411, 467, 484, 485, 487, 500, 519, 528, 529, 542, 547, 561, 563, 589, 590, 595, 622, 623, 625, 644, 645, 650, 765, 813, 847, 850, 855, 956, 1012, 1021, 1027, 1043, 1069, 1076, 1102, 1207, 1214, 1605, 1690, 1725, 1761, 1821, 1931, 1951, 2026, 2044, 2155, 2187, 2219, 2223, 2267, 2328, 2461, 2567, 2813, 2845, 2886, 2953, 3022, 3052, 3136, 3303, 3342, 3500, 3564, 3674, 3675, 3689, 3924, 3939, 3962, 3967, 3969, 3985, 4015)
        Backtrace
        • app/Models/Tag.php:146
        • view::tags.single:34
        • vendor/laravel/framework/src/Illuminate/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_tracker740μ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` = 154 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 154
        • 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_tracker900μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 154 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 154
        • 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_tracker640μ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` = 154 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 154
        • 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
      • single.blade.php#97dev_events_tracker530μsselect `roles`.*, `entity_role`.`entity_id` as `pivot_entity_id`, `entity_role`.`role_id` as `pivot_role_id`, `entity_role`.`created_at` as `pivot_created_at`, `entity_role`.`updated_at` as `pivot_updated_at` from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entity_role`.`entity_id` = 154
        Bindings
        • 0: 154
        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
      • Entity.php#411dev_events_tracker980μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 154 and `start_at` >= '2025-07-09 22:13:27'
        Bindings
        • 0: 154
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker620μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 154 and `start_at` < '2025-07-09 22:13:27'
        Bindings
        • 0: 154
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker1.66msselect 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` = 154 and `start_at` < '2025-07-09 22:13:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 154
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker400μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker630μsselect * from `entities` where `entities`.`id` in (null, 1, 8, 12, 13, 15, 166, 194, 314, 331)
        Bindings
        • 0: 
        • 1: 1
        • 2: 8
        • 3: 12
        • 4: 13
        • 5: 15
        • 6: 166
        • 7: 194
        • 8: 314
        • 9: 331
        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.71msselect `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 (847, 952, 1012, 1021, 1102, 1132, 1218, 1605, 1671, 1672, 1821, 1951, 2093, 2205, 3939)
        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#520dev_events_tracker760μ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` = 16 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 16
        • 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_tracker910μ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` = 16 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 16
        • 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#464dev_events_tracker550μ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` = 16 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 16
        • 1: %soundcloud%
        Backtrace
        • app/Models/Entity.php:464
        • view::entities.single:73
        • vendor/laravel/framework/src/Illuminate/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#97dev_events_tracker640μsselect `roles`.*, `entity_role`.`entity_id` as `pivot_entity_id`, `entity_role`.`role_id` as `pivot_role_id`, `entity_role`.`created_at` as `pivot_created_at`, `entity_role`.`updated_at` as `pivot_updated_at` from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entity_role`.`entity_id` = 16
        Bindings
        • 0: 16
        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
      • Entity.php#411dev_events_tracker3.43msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 16 and `start_at` >= '2025-07-09 22:13:27'
        Bindings
        • 0: 16
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#411dev_events_tracker3.49msselect 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` = 16 and `start_at` >= '2025-07-09 22:13:27' order by `start_at` asc limit 15 offset 0
        Bindings
        • 0: 16
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#411dev_events_tracker330μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        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#411dev_events_tracker410μsselect * from `entities` where `entities`.`id` in (531)
        Bindings
        • 0: 531
        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#411dev_events_tracker420μ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 (4189)
        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_tracker2.7msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 16 and `start_at` < '2025-07-09 22:13:27'
        Bindings
        • 0: 16
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker12.45msselect 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` = 16 and `start_at` < '2025-07-09 22:13:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 16
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker470μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker670μsselect * from `entities` where `entities`.`id` in (null, 1, 2, 109, 331, 333, 346, 502, 531, 549, 577)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 109
        • 4: 331
        • 5: 333
        • 6: 346
        • 7: 502
        • 8: 531
        • 9: 549
        • 10: 577
        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.1msselect `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 (3162, 3509, 3544, 3564, 3575, 3611, 3684, 3716, 3793, 3869, 4000, 4045, 4116, 4124, 4132)
        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#520dev_events_tracker710μ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` = 120 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 120
        • 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_tracker610μ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` = 120 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 120
        • 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_tracker570μ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` = 120 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 120
        • 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
      • single.blade.php#97dev_events_tracker660μ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` = 120
        Bindings
        • 0: 120
        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
      • Entity.php#411dev_events_tracker820μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 120 and `start_at` >= '2025-07-09 22:13:27'
        Bindings
        • 0: 120
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker660μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 120 and `start_at` < '2025-07-09 22:13:27'
        Bindings
        • 0: 120
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker1.51msselect 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` = 120 and `start_at` < '2025-07-09 22:13:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 120
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker420μ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_tracker600μsselect * from `entities` where `entities`.`id` in (1, 9, 13, 101, 331)
        Bindings
        • 0: 1
        • 1: 9
        • 2: 13
        • 3: 101
        • 4: 331
        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.11msselect `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 (542, 604, 644, 1102, 1207, 2187, 2367)
        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#520dev_events_tracker660μ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` = 126 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 126
        • 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.15msselect `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` = 126 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 126
        • 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_tracker740μ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` = 126 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 126
        • 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
      • single.blade.php#97dev_events_tracker710μ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` = 126
        Bindings
        • 0: 126
        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
      • Entity.php#411dev_events_tracker930μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 126 and `start_at` >= '2025-07-09 22:13:27'
        Bindings
        • 0: 126
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:411
        • view::entities.single:105
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker700μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 126 and `start_at` < '2025-07-09 22:13:27'
        Bindings
        • 0: 126
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker1.31msselect 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` = 126 and `start_at` < '2025-07-09 22:13:27' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 126
        • 1: 2025-07-09 22:13:27
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker540μ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_tracker680μsselect * from `entities` where `entities`.`id` in (3, 9, 13, 22, 331)
        Bindings
        • 0: 3
        • 1: 9
        • 2: 13
        • 3: 22
        • 4: 331
        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_tracker900μ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 (542, 644, 923, 1931, 2367)
        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#520dev_events_tracker710μ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` = 56 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 56
        • 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_tracker820μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 56 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 56
        • 1: %soundcloud%
        Backtrace
        • app/Models/Entity.php:464
        • view::entities.single:72
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#456dev_events_tracker690μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 56 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 56
        • 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
      • single.blade.php#97dev_events_tracker620μ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` = 56
        Bindings
        • 0: 56
        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
      • Entity.php#411dev_events_tracker740μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 56 and `start_at` >= '2025-07-09 22:13:28'
        Bindings
        • 0: 56
        • 1: 2025-07-09 22:13:28
        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_tracker620μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 56 and `start_at` < '2025-07-09 22:13:28'
        Bindings
        • 0: 56
        • 1: 2025-07-09 22:13:28
        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.42msselect 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` = 56 and `start_at` < '2025-07-09 22:13:28' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 56
        • 1: 2025-07-09 22:13:28
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker410μsselect * from `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_tracker590μsselect * from `entities` where `entities`.`id` in (1, 2, 3, 5, 35)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 5
        • 4: 35
        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.07msselect `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 (34, 67, 479, 767, 864, 1133, 1337, 1423)
        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#520dev_events_tracker770μ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.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_tracker640μ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 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 17
        • 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_tracker700μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 17 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 17
        • 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
      • single.blade.php#97dev_events_tracker630μsselect `roles`.*, `entity_role`.`entity_id` as `pivot_entity_id`, `entity_role`.`role_id` as `pivot_role_id`, `entity_role`.`created_at` as `pivot_created_at`, `entity_role`.`updated_at` as `pivot_updated_at` from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entity_role`.`entity_id` = 17
        Bindings
        • 0: 17
        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
      • Entity.php#411dev_events_tracker1.92msselect 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-09 22:13:28'
        Bindings
        • 0: 17
        • 1: 2025-07-09 22:13:28
        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.91msselect 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-09 22:13:28'
        Bindings
        • 0: 17
        • 1: 2025-07-09 22:13:28
        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_tracker7.02msselect 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-09 22:13:28' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 17
        • 1: 2025-07-09 22:13:28
        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_tracker640μ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_tracker770μsselect * from `entities` where `entities`.`id` in (1, 3, 15, 109, 340, 369, 443, 493)
        Bindings
        • 0: 1
        • 1: 3
        • 2: 15
        • 3: 109
        • 4: 340
        • 5: 369
        • 6: 443
        • 7: 493
        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.41msselect `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 (2761, 2915, 2982, 2999, 3038, 3122, 3150, 3162, 3242, 3435, 3509, 3557, 3793, 3881, 4116)
        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#520dev_events_tracker1.2msselect `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` = 183 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 183
        • 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_tracker940μ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` = 183 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 183
        • 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_tracker1.38msselect `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` = 183 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 183
        • 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
      • 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` = 183
        Bindings
        • 0: 183
        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
      • Entity.php#411dev_events_tracker940μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 183 and `start_at` >= '2025-07-09 22:13:28'
        Bindings
        • 0: 183
        • 1: 2025-07-09 22:13:28
        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_tracker840μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 183 and `start_at` < '2025-07-09 22:13:28'
        Bindings
        • 0: 183
        • 1: 2025-07-09 22:13:28
        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.65msselect 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` = 183 and `start_at` < '2025-07-09 22:13:28' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 183
        • 1: 2025-07-09 22:13:28
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker500μsselect * from `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_tracker720μsselect * from `entities` where `entities`.`id` in (3, 6, 9, 12, 20)
        Bindings
        • 0: 3
        • 1: 6
        • 2: 9
        • 3: 12
        • 4: 20
        Backtrace
        • app/Models/Entity.php:422
        • view::entities.single:114
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#422dev_events_tracker1.06msselect `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 (713, 926, 928, 1031, 1069, 1759)
        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#520dev_events_tracker1.32msselect `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` = 490 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 490
        • 1: 1
        Backtrace
        • app/Models/Entity.php:520
        • view::entities.single:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#464dev_events_tracker880μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 490 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 490
        • 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_tracker830μ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` = 490 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 490
        • 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
      • single.blade.php#97dev_events_tracker650μ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` = 490
        Bindings
        • 0: 490
        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
      • Entity.php#411dev_events_tracker730μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 490 and `start_at` >= '2025-07-09 22:13:28'
        Bindings
        • 0: 490
        • 1: 2025-07-09 22:13:28
        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` = 490 and `start_at` < '2025-07-09 22:13:28'
        Bindings
        • 0: 490
        • 1: 2025-07-09 22:13:28
        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.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` = 490 and `start_at` < '2025-07-09 22:13:28' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 490
        • 1: 2025-07-09 22:13:28
        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_tracker420μ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_tracker570μsselect * from `entities` where `entities`.`id` in (1, 41, 331)
        Bindings
        • 0: 1
        • 1: 41
        • 2: 331
        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_tracker860μ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 (3342, 3500, 3689, 3939, 3967)
        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#520dev_events_tracker1.09msselect `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` = 323 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 323
        • 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.04msselect `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` = 323 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 323
        • 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_tracker920μ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` = 323 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 323
        • 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
      • single.blade.php#97dev_events_tracker770μ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` = 323
        Bindings
        • 0: 323
        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
      • Entity.php#411dev_events_tracker1.18msselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 323 and `start_at` >= '2025-07-09 22:13:28'
        Bindings
        • 0: 323
        • 1: 2025-07-09 22:13:28
        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_tracker680μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 323 and `start_at` < '2025-07-09 22:13:28'
        Bindings
        • 0: 323
        • 1: 2025-07-09 22:13:28
        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#520dev_events_tracker1msselect `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` = 217 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 217
        • 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.11msselect `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` = 217 and `url` LIKE '%soundcloud%' order by `created_at` asc limit 1
        Bindings
        • 0: 217
        • 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` = 217 and `url` LIKE '%bandcamp%' order by `created_at` asc limit 1
        Bindings
        • 0: 217
        • 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
      • single.blade.php#97dev_events_tracker620μ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` = 217
        Bindings
        • 0: 217
        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
      • Entity.php#411dev_events_tracker720μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 217 and `start_at` >= '2025-07-09 22:13:28'
        Bindings
        • 0: 217
        • 1: 2025-07-09 22:13:28
        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_tracker590μsselect count(*) as aggregate from `events` inner join `entity_event` on `events`.`id` = `entity_event`.`event_id` where `entity_event`.`entity_id` = 217 and `start_at` < '2025-07-09 22:13:28'
        Bindings
        • 0: 217
        • 1: 2025-07-09 22:13:28
        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.22msselect 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` = 217 and `start_at` < '2025-07-09 22:13:28' order by `start_at` desc limit 15 offset 0
        Bindings
        • 0: 217
        • 1: 2025-07-09 22:13:28
        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 `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_tracker680μsselect * from `entities` where `entities`.`id` in (9, 13, 15, 331)
        Bindings
        • 0: 9
        • 1: 13
        • 2: 15
        • 3: 331
        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_tracker990μ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 (623, 813, 1021, 1605, 3564)
        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
      • Event.php#780dev_events_tracker810μ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` = 4015 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4015
        • 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
      • Entity.php#580dev_events_tracker770μsselect * from `locations` where `locations`.`entity_id` = 549 and `locations`.`entity_id` is not null
        Bindings
        • 0: 549
        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
      • Event.php#780dev_events_tracker790μ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` = 3939 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3939
        • 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
      • Entity.php#580dev_events_tracker830μsselect * from `locations` where `locations`.`entity_id` = 331 and `locations`.`entity_id` is not null
        Bindings
        • 0: 331
        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_tracker650μ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
      • Event.php#780dev_events_tracker890μ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` = 3924 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3924
        • 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
      • Event.php#780dev_events_tracker900μ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` = 3985 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3985
        • 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
      • Event.php#780dev_events_tracker1.09msselect `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` = 3969 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3969
        • 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
      • 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` = 3967 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3967
        • 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
      • Entity.php#580dev_events_tracker1.15msselect * from `locations` where `locations`.`entity_id` = 41 and `locations`.`entity_id` is not null
        Bindings
        • 0: 41
        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_tracker670μ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
      • Event.php#780dev_events_tracker1.25msselect `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` = 3689 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3689
        • 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
      • Event.php#780dev_events_tracker1.1msselect `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` = 3675 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3675
        • 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
      • Event.php#780dev_events_tracker970μ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` = 3674 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3674
        • 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
      • Event.php#780dev_events_tracker1.34msselect `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` = 3564 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3564
        • 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
      • ViewComposerServiceProvider.php#38dev_events_tracker810μ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_tracker620μ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_tracker880μ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
      2361Entity.php#?
      App\Models\Event
      1211Event.php#?
      App\Models\Tag
      863Tag.php#?
      App\Models\Role
      27Role.php#?
      App\Models\Photo
      20Photo.php#?
      App\Models\Visibility
      18Visibility.php#?
      App\Models\Thread
      7Thread.php#?
      App\Models\Location
      5Location.php#?
      App\Models\EventType
      2EventType.php#?
      App\Models\EntityStatus
      2EntityStatus.php#?
      App\Models\EntityType
      2EntityType.php#?
      App\Models\User
      2User.php#?
      App\Models\Series
      2Series.php#?
      App\Models\OccurrenceWeek
      2OccurrenceWeek.php#?
      App\Models\OccurrenceDay
      2OccurrenceDay.php#?
      App\Models\Link
      2Link.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\OccurrenceType
      1OccurrenceType.php#?
          _token
          WgBmQKiPLpQNReaftp1iTtD8PasLIOFyQYot16yx
          ClearShow all
          Date ↕MethodURLData
          #12025-07-09 22:13:28GET/tags/idm1791504531