Keywords . Techno

Keywords
Entities
No entities found.
Events
SettingsRequest history8.1.27PHP Version637msRequest Duration20MBMemory UsageGET tags/{tag}
status
200 OK
full_url
https://dev.arcane.city/tags/Techno?page=20
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/Techno?page=20
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
644ms
peak_memory
22MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "page" => "20" ]
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 23:44:53 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "I7ELXsTHXh8rgq3WrCuwa9gZdsAfHzuOQAzIJzUs" ]
    • Booting (102ms)time
    • Application (535ms)time
    • Routing (5.97ms)
    • Preparing Response (431ms)
    • 1 x Application (83.93%)
      535ms
      1 x Preparing Response (67.68%)
      431ms
      1 x Booting (16.06%)
      102ms
      1 x Routing (0.94%)
      5.97ms
      79 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
      • 19x entities.single_labelsingle_label.blade.php#?blade
      • 29x 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
      50 statements were executed (7 duplicates)Show only duplicates134ms
      • TagsController.php#218dev_events_tracker4.86msselect * from `tags` where `slug` = 'Techno' limit 1
        Bindings
        • 0: Techno
        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_tracker3.38msselect 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` = 'Techno') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3))
        Bindings
        • 0: Techno
        • 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_tracker3.48msselect * 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` = 'Techno') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3)) order by `start_at` asc limit 15 offset 285
        Bindings
        • 0: Techno
        • 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_tracker17.03msselect * 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` = 'Techno') 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 190
        Bindings
        • 0: Techno
        • 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_tracker2.09msselect * 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_tracker650μsselect * from `entities` where `entities`.`id` in (1, 2, 3, 35, 331, 340)
        Bindings
        • 0: 1
        • 1: 2
        • 2: 3
        • 3: 35
        • 4: 331
        • 5: 340
        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.06msselect `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 (2224, 2235, 2255, 2259, 2260, 2282, 2286, 2315, 2326, 2354, 2355)
        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_tracker9.7msselect `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 (2224, 2235, 2255, 2259, 2260, 2282, 2286, 2315, 2326, 2354, 2355)
        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 `series` where `series`.`id` in (null, 0, 1, 103)
        Bindings
        • 0: 
        • 1: 0
        • 2: 1
        • 3: 103
        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_tracker400μsselect * from `occurrence_types` where `occurrence_types`.`id` in (1, 4)
        Bindings
        • 0: 1
        • 1: 4
        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_tracker410μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 4)
        Bindings
        • 0: 
        • 1: 4
        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_tracker8.34msselect * from `occurrence_days` where `occurrence_days`.`id` in (null, 5)
        Bindings
        • 0: 
        • 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_tracker640μ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_tracker780μsselect * from `threads` where `threads`.`event_id` in (2224, 2235, 2255, 2259, 2260, 2282, 2286, 2315, 2326, 2354, 2355)
        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_tracker410μ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.5msselect * 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` = 'Techno') and (`entity_status_id` = 2) order by `name` asc, `entity_type_id` asc, `name` asc limit 11 offset 190
        Bindings
        • 0: Techno
        • 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.64msselect * 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_tracker12.23msselect `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` = 10
        Bindings
        • 0: 10
        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.57msselect `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` = 10
        Bindings
        • 0: 10
        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_tracker870μsselect * from `occurrence_types` where `occurrence_types`.`id` in (2, 4)
        Bindings
        • 0: 2
        • 1: 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_tracker560μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (null, 1, 2, 3)
        Bindings
        • 0: 
        • 1: 1
        • 2: 2
        • 3: 3
        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_tracker410μsselect * from `occurrence_days` where `occurrence_days`.`id` in (6, 7)
        Bindings
        • 0: 6
        • 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.37msselect `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` = 10
        Bindings
        • 0: 10
        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_tracker6.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` = 10
        Bindings
        • 0: 10
        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_tracker10.79msselect `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` = 10
        Bindings
        • 0: 10
        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_tracker22.05msselect `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 (3, 6, 12, 37, 38, 40, 45, 58, 63, 67, 83, 94, 98, 101, 107, 110, 132, 137, 160, 169, 173, 174, 185, 210, 223, 224, 240, 264, 265, 274, 294, 295, 296, 298, 299, 304, 321, 323, 325, 326, 335, 366, 376, 422, 423, 424, 426, 427, 431, 438, 439, 446, 454, 460, 464, 468, 478, 479, 482, 493, 496, 497, 506, 510, 520, 525, 528, 546, 555, 559, 562, 576, 629, 650, 653, 655, 671, 681, 694, 699, 715, 723, 724, 758, 765, 811, 820, 825, 830, 836, 846, 847, 864, 872, 876, 902, 904, 934, 944, 945, 946, 952, 963, 985, 993, 1009, 1011, 1012, 1019, 1020, 1021, 1035, 1044, 1054, 1062, 1064, 1065, 1095, 1110, 1114, 1116, 1131, 1136, 1139, 1144, 1147, 1158, 1178, 1187, 1193, 1198, 1211, 1213, 1216, 1235, 1294, 1295, 1298, 1300, 1306, 1328, 1332, 1338, 1343, 1360, 1368, 1383, 1385, 1411, 1426, 1456, 1499, 1503, 1517, 1523, 1549, 1554, 1562, 1595, 1602, 1605, 1608, 1623, 1627, 1641, 1673, 1683, 1715, 1731, 1745, 1772, 1777, 1800, 1805, 1808, 1815, 1822, 1826, 1833, 1839, 1843, 1846, 1848, 1858, 1863, 1873, 1888, 1889, 1890, 1901, 1904, 1912, 1920, 1922, 1930, 1939, 1942, 1945, 1957, 1964, 1995, 2008, 2011, 2016, 2024, 2051, 2063, 2066, 2069, 2073, 2079, 2082, 2084, 2106, 2108, 2112, 2124, 2130, 2133, 2138, 2144, 2154, 2155, 2165, 2168, 2185, 2186, 2190, 2205, 2221, 2224, 2235, 2238, 2240, 2242, 2244, 2247, 2255, 2259, 2260, 2282, 2286, 2304, 2315, 2326, 2336, 2339, 2343, 2348, 2354, 2355, 2368, 2377, 2382, 2388, 2393, 2397, 2400, 2405, 2412, 2418, 2419, 2425, 2436, 2464, 2471, 2472, 2474, 2475, 2476, 2478, 2480, 2486, 2488, 2490, 2493, 2494, 2506, 2509, 2514, 2523, 2529, 2531, 2534, 2539, 2542, 2551, 2560, 2564, 2567, 2574, 2591, 2616, 2618, 2634, 2635, 2667, 2673, 2674, 2691, 2693, 2695, 2705, 2719, 2720, 2743, 2745, 2780, 2793, 2813, 2821, 2823, 2836, 2863, 2871, 2875, 2883, 2895, 2905, 2918, 2919, 2929, 2984, 2987, 3048, 3058, 3063, 3065, 3070, 3075, 3076, 3092, 3102, 3103, 3113, 3126, 3151, 3154, 3155, 3170, 3190, 3192, 3217, 3257, 3267, 3288, 3307, 3320, 3322, 3374, 3378, 3388, 3392, 3405, 3439, 3446, 3457, 3483, 3484, 3519, 3530, 3545, 3548, 3561, 3564, 3567, 3570, 3576, 3589, 3592, 3600, 3601, 3613, 3616, 3644, 3655, 3658, 3678, 3681, 3682, 3689, 3691, 3707, 3717, 3719, 3720, 3723, 3725, 3743, 3750, 3760, 3772, 3782, 3783, 3793, 3796, 3799, 3822, 3823, 3840, 3846, 3871, 3899, 3905, 3920, 3924, 3936, 3948, 3958, 3969, 3973, 3985, 4001, 4005, 4015, 4019, 4026, 4032, 4033, 4054, 4055, 4071, 4081, 4082, 4083, 4084, 4094, 4099, 4123, 4124, 4135, 4149, 4168, 4172, 4173, 4181)
        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` = 2355 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2355
        • 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.04msselect * from `locations` where `locations`.`entity_id` = 35 and `locations`.`entity_id` is not null
        Bindings
        • 0: 35
        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_tracker600μ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_tracker1.07msselect `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` = 2354 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2354
        • 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.05msselect * from `locations` where `locations`.`entity_id` = 340 and `locations`.`entity_id` is not null
        Bindings
        • 0: 340
        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.12msselect `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` = 2326 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2326
        • 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.03msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 2224 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2224
        • 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_tracker900μ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_tracker600μ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` = 2315 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2315
        • 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_tracker980μ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` = 2282 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2282
        • 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` = 2286 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2286
        • 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` = 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_tracker510μ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_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` = 2255 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2255
        • 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_tracker910μ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` = 2259 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2259
        • 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_tracker820μsselect * from `locations` where `locations`.`entity_id` = 3 and `locations`.`entity_id` is not null
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker470μ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_tracker600μ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` = 2260 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2260
        • 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_tracker890μsselect * from `locations` where `locations`.`entity_id` = 2 and `locations`.`entity_id` is not null
        Bindings
        • 0: 2
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker540μ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
      • ViewComposerServiceProvider.php#38dev_events_tracker740μ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_tracker530μ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_tracker1.03msselect * 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
      1733Tag.php#?
      App\Models\Event
      883Event.php#?
      App\Models\Entity
      61Entity.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Photo
      10Photo.php#?
      App\Models\Series
      8Series.php#?
      App\Models\Thread
      7Thread.php#?
      App\Models\Visibility
      6Visibility.php#?
      App\Models\Location
      5Location.php#?
      App\Models\OccurrenceType
      4OccurrenceType.php#?
      App\Models\OccurrenceWeek
      4OccurrenceWeek.php#?
      App\Models\OccurrenceDay
      3OccurrenceDay.php#?
      App\Models\EventType
      2EventType.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\EntityStatus
      1EntityStatus.php#?
          _token
          I7ELXsTHXh8rgq3WrCuwa9gZdsAfHzuOQAzIJzUs
          ClearShow all
          Date ↕MethodURLData
          #12025-07-09 18:44:54GET/tags/Techno?page=2079502740