Keywords . Experimental

Keywords
Entities
No entities found.
Events
SettingsRequest history8.1.27PHP Version527msRequest Duration23MBMemory UsageGET tags/{tag}
status
200 OK
full_url
https://dev.arcane.city/tags/experimental?page=39
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/experimental?page=39
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
535ms
peak_memory
26MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "page" => "39" ]
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 => "Wed, 09 Jul 2025 02:20:48 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "VVR26hwPRjxAcQYl3Eu3Acp09u54uwCwqR5H4oO5" ]
    • Booting (45.08ms)time
    • Application (482ms)time
    • Routing (5.15ms)
    • Preparing Response (413ms)
    • 1 x Application (91.45%)
      482ms
      1 x Preparing Response (78.39%)
      413ms
      1 x Booting (8.55%)
      45.08ms
      1 x Routing (0.98%)
      5.15ms
      72 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
      • 2x pagination::simple-bootstrap-4simple-bootstrap-4.blade.php#?blade
      • 1x events.listlist.blade.php#?blade
      • 10x events.singlesingle.blade.php#?blade
      • 17x entities.single_labelsingle_label.blade.php#?blade
      • 24x tags.single_labelsingle_label.blade.php#?blade
      • 10x embeds.minimal-playlistminimal-playlist.blade.php#?blade
      • 1x appapp.blade.php#?blade
      • 1x partials.analyticsanalytics.blade.php#?blade
      • 1x partials.navnav.blade.php#?blade
      • 1x flashflash.blade.php#?blade
      uri
      GET 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
      46 statements were executed (6 duplicates)Show only duplicates101ms
      • TagsController.php#218dev_events_tracker770μsselect * from `tags` where `slug` = 'experimental' limit 1
        Bindings
        • 0: experimental
        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.58msselect 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` = 'experimental') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3))
        Bindings
        • 0: experimental
        • 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#231dev_events_tracker1.51msselect * 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` = 'experimental') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3)) order by `start_at` asc limit 15 offset 570
        Bindings
        • 0: experimental
        • 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_tracker14.58msselect * 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` = 'experimental') 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 380
        Bindings
        • 0: experimental
        • 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_tracker740μsselect * from `entities` where `entities`.`id` in (null, 1, 11, 15, 22, 194)
        Bindings
        • 0: 
        • 1: 1
        • 2: 11
        • 3: 15
        • 4: 22
        • 5: 194
        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.07msselect `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 (912, 913, 914, 917, 920, 923, 927, 929, 933, 939, 957)
        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.33msselect `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 (912, 913, 914, 917, 920, 923, 927, 929, 933, 939, 957)
        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_tracker900μsselect * from `series` where `series`.`id` in (0, null, 75)
        Bindings
        • 0: 0
        • 1: 
        • 2: 75
        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_tracker570μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1)
        Bindings
        • 0: 1
        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_tracker540μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (1)
        Bindings
        • 0: 1
        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_tracker430μsselect * from `occurrence_days` where `occurrence_days`.`id` in (7)
        Bindings
        • 0: 7
        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_tracker450μsselect * from `event_types` where `event_types`.`id` in (2)
        Bindings
        • 0: 2
        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_tracker660μsselect * from `threads` where `threads`.`event_id` in (912, 913, 914, 917, 920, 923, 927, 929, 933, 939, 957)
        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_tracker490μ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_tracker2.04msselect * 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` = 'experimental') and (`entity_status_id` = 2) order by `name` asc, `entity_type_id` asc, `name` asc limit 11 offset 380
        Bindings
        • 0: experimental
        • 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#255dev_events_tracker2.75msselect * 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_tracker15.09msselect `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` = 22
        Bindings
        • 0: 22
        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.12msselect `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` = 22
        Bindings
        • 0: 22
        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_tracker560μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 3, 4)
        Bindings
        • 0: 1
        • 1: 3
        • 2: 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_tracker440μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 1, 3, 5)
        Bindings
        • 0: 
        • 1: 1
        • 2: 3
        • 3: 5
        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_tracker310μsselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 2, 4, 5, 7)
        Bindings
        • 0: 
        • 1: 2
        • 2: 4
        • 3: 5
        • 4: 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.67msselect `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` = 22
        Bindings
        • 0: 22
        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.4msselect `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` = 22
        Bindings
        • 0: 22
        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_tracker14.09msselect `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` = 22
        Bindings
        • 0: 22
        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_tracker20.14msselect `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 (9, 10, 11, 29, 44, 45, 70, 78, 82, 83, 86, 88, 89, 91, 97, 98, 101, 109, 111, 119, 127, 130, 133, 134, 136, 141, 143, 150, 163, 164, 165, 166, 168, 172, 175, 183, 188, 196, 202, 217, 228, 231, 233, 234, 241, 244, 250, 251, 262, 271, 274, 275, 278, 279, 295, 320, 325, 349, 368, 419, 428, 433, 435, 447, 448, 450, 458, 469, 472, 500, 502, 551, 563, 573, 578, 579, 583, 584, 586, 589, 590, 595, 598, 603, 604, 605, 607, 608, 615, 618, 619, 620, 621, 622, 623, 624, 625, 626, 633, 634, 636, 645, 677, 698, 701, 707, 708, 713, 719, 757, 771, 786, 789, 796, 820, 823, 824, 828, 830, 831, 837, 839, 840, 842, 844, 849, 850, 870, 875, 898, 908, 912, 913, 914, 915, 916, 917, 920, 923, 927, 929, 933, 939, 951, 954, 957, 997, 998, 1001, 1025, 1026, 1028, 1035, 1036, 1038, 1048, 1050, 1077, 1078, 1088, 1089, 1091, 1093, 1098, 1111, 1125, 1132, 1138, 1146, 1153, 1154, 1159, 1160, 1161, 1164, 1167, 1175, 1176, 1190, 1193, 1196, 1201, 1204, 1205, 1210, 1215, 1233, 1250, 1322, 1347, 1355, 1356, 1357, 1364, 1384, 1420, 1432, 1435, 1455, 1463, 1470, 1493, 1501, 1511, 1519, 1555, 1557, 1558, 1561, 1564, 1581, 1586, 1590, 1594, 1597, 1607, 1609, 1627, 1631, 1634, 1635, 1639, 1650, 1651, 1654, 1655, 1662, 1663, 1671, 1672, 1680, 1685, 1687, 1689, 1714, 1715, 1724, 1728, 1732, 1735, 1736, 1737, 1738, 1750, 1751, 1752, 1754, 1764, 1765, 1767, 1768, 1770, 1771, 1772, 1781, 1808, 1815, 1820, 1822, 1828, 1830, 1835, 1837, 1849, 1860, 1861, 1867, 1880, 1882, 1883, 1886, 1887, 1893, 1895, 1908, 1912, 1913, 1917, 1919, 1922, 1925, 1929, 1941, 1950, 1959, 1962, 1966, 1968, 1972, 1976, 1978, 1979, 1983, 1987, 1989, 1990, 1991, 1992, 2017, 2018, 2020, 2023, 2028, 2031, 2033, 2044, 2046, 2049, 2052, 2066, 2067, 2071, 2078, 2085, 2088, 2094, 2099, 2105, 2115, 2116, 2118, 2121, 2126, 2129, 2133, 2139, 2145, 2149, 2158, 2160, 2162, 2164, 2180, 2181, 2200, 2216, 2223, 2224, 2226, 2245, 2250, 2253, 2295, 2329, 2334, 2336, 2337, 2366, 2367, 2373, 2375, 2376, 2381, 2382, 2395, 2399, 2401, 2414, 2415, 2420, 2423, 2426, 2430, 2435, 2460, 2468, 2484, 2486, 2509, 2601, 2610, 2620, 2623, 2641, 2670, 2674, 2679, 2701, 2710, 2720, 2743, 2750, 2781, 2806, 2808, 2820, 2839, 2845, 2846, 2847, 2863, 2868, 2876, 2908, 2912, 2927, 2932, 2938, 2965, 3024, 3025, 3027, 3035, 3053, 3058, 3081, 3082, 3083, 3088, 3095, 3119, 3120, 3121, 3126, 3128, 3140, 3141, 3153, 3160, 3169, 3171, 3183, 3189, 3208, 3240, 3246, 3248, 3252, 3260, 3274, 3275, 3276, 3289, 3303, 3310, 3332, 3333, 3334, 3335, 3336, 3342, 3353, 3356, 3357, 3376, 3381, 3389, 3397, 3442, 3449, 3450, 3455, 3465, 3475, 3480, 3489, 3511, 3529, 3531, 3532, 3554, 3555, 3580, 3589, 3592, 3597, 3600, 3601, 3603, 3634, 3640, 3641, 3654, 3660, 3667, 3670, 3671, 3674, 3675, 3676, 3678, 3684, 3685, 3688, 3702, 3703, 3737, 3744, 3748, 3764, 3769, 3814, 3835, 3837, 3842, 3859, 3866, 3874, 3877, 3888, 3899, 3901, 3908, 3910, 3923, 3959, 3987, 3997, 4001, 4026, 4035, 4037, 4044, 4103, 4107, 4109, 4111, 4112, 4117, 4119, 4133, 4159, 4163, 4172)
        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
      • 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` = 957 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 957
        • 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_tracker910μsselect * from `locations` where `locations`.`entity_id` = 22 and `locations`.`entity_id` is not null
        Bindings
        • 0: 22
        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_tracker610μsselect * from `visibilities` where `visibilities`.`id` in (1)
        Bindings
        • 0: 1
        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_tracker940μ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` = 927 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 927
        • 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_tracker780μsselect * from `locations` where `locations`.`entity_id` = 15 and `locations`.`entity_id` is not null
        Bindings
        • 0: 15
        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_tracker400μsselect * from `visibilities` where `visibilities`.`id` in (1)
        Bindings
        • 0: 1
        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_tracker650μ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` = 914 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 914
        • 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_tracker800μ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` = 939 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 939
        • 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_tracker840μ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` = 933 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 933
        • 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_tracker710μsselect * from `locations` where `locations`.`entity_id` = 194 and `locations`.`entity_id` is not null
        Bindings
        • 0: 194
        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_tracker760μ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` = 929 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 929
        • 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.05msselect `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` = 913 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 913
        • 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` = 912 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 912
        • 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_tracker790μsselect * from `locations` where `locations`.`entity_id` = 1 and `locations`.`entity_id` is not null
        Bindings
        • 0: 1
        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_tracker430μ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_tracker800μ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` = 923 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 923
        • 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_tracker860μ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` = 920 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 920
        • 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_tracker630μ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_tracker420μ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_tracker660μ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\Tag
      1981Tag.php#?
      App\Models\Event
      1059Event.php#?
      App\Models\Entity
      78Entity.php#?
      App\Models\Thread
      16Thread.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Photo
      10Photo.php#?
      App\Models\Series
      7Series.php#?
      App\Models\OccurrenceDay
      5OccurrenceDay.php#?
      App\Models\Visibility
      4Visibility.php#?
      App\Models\OccurrenceType
      4OccurrenceType.php#?
      App\Models\OccurrenceWeek
      4OccurrenceWeek.php#?
      App\Models\Location
      3Location.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\EventType
      1EventType.php#?
      App\Models\EntityStatus
      1EntityStatus.php#?
          _token
          VVR26hwPRjxAcQYl3Eu3Acp09u54uwCwqR5H4oO5
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 21:20:48GET/tags/experimental?page=3972463186