Keywords . Club

Keywords
Entities
No entities found.
Series
Events
SettingsRequest history8.1.27PHP Version259msRequest Duration7MBMemory UsageGET tags/{tag}
status
200 OK
full_url
https://dev.arcane.city/tags/club
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/club
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
271ms
peak_memory
10MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 08 Jul 2025 09:09:04 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "HaslkDu9cRfbdtGie3xyXnahzAoaxZUdQf4CR1UV" ]
    • Booting (48.73ms)time
    • Application (210ms)time
    • Routing (9.08ms)
    • Preparing Response (141ms)
    • 1 x Application (81.18%)
      210ms
      1 x Preparing Response (54.27%)
      141ms
      1 x Booting (18.81%)
      48.73ms
      1 x Routing (3.51%)
      9.08ms
      93 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 series.vertical-listvertical-list.blade.php#?blade
      • 1x series.singlesingle.blade.php#?blade
      • 24x entities.single_labelsingle_label.blade.php#?blade
      • 35x tags.single_labelsingle_label.blade.php#?blade
      • 11x embeds.minimal-playlistminimal-playlist.blade.php#?blade
      • 1x events.listlist.blade.php#?blade
      • 10x events.singlesingle.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
      61 statements were executed (22 duplicates)Show only duplicates51.64ms
      • TagsController.php#218dev_events_tracker940μsselect * from `tags` where `slug` = 'club' limit 1
        Bindings
        • 0: club
        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.6msselect 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` = 'club') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3))
        Bindings
        • 0: club
        • 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.65msselect * 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` = 'club') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3)) order by `start_at` asc limit 15 offset 0
        Bindings
        • 0: club
        • 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_tracker400μsselect * from `occurrence_types` where `occurrence_types`.`id` in (4)
        Bindings
        • 0: 4
        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_tracker390μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (2)
        Bindings
        • 0: 2
        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_tracker340μsselect * from `occurrence_days` where `occurrence_days`.`id` in (6)
        Bindings
        • 0: 6
        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_tracker370μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 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_tracker470μsselect * from `entities` where `entities`.`id` in (3)
        Bindings
        • 0: 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_tracker600μsselect `tags`.*, `series_tag`.`series_id` as `pivot_series_id`, `series_tag`.`tag_id` as `pivot_tag_id`, `series_tag`.`created_at` as `pivot_created_at`, `series_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `series_tag` on `tags`.`id` = `series_tag`.`tag_id` where `series_tag`.`series_id` in (106)
        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_tracker710μsselect `entities`.*, `entity_series`.`series_id` as `pivot_series_id`, `entity_series`.`entity_id` as `pivot_entity_id`, `entity_series`.`created_at` as `pivot_created_at`, `entity_series`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_series` on `entities`.`id` = `entity_series`.`entity_id` where `entity_series`.`series_id` in (106)
        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_tracker490μsselect * from `event_types` where `event_types`.`id` in (5)
        Bindings
        • 0: 5
        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_tracker940μsselect `threads`.*, `series_thread`.`series_id` as `pivot_series_id`, `series_thread`.`thread_id` as `pivot_thread_id`, `series_thread`.`created_at` as `pivot_created_at`, `series_thread`.`updated_at` as `pivot_updated_at` from `threads` inner join `series_thread` on `threads`.`id` = `series_thread`.`thread_id` where `series_thread`.`series_id` in (106) order by `created_at` desc
        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_tracker1.92msselect * 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` = 'club') 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: club
        • 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_tracker460μ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_tracker630μsselect * from `entities` where `entities`.`id` in (null, 1, 3, 331, 369)
        Bindings
        • 0: 
        • 1: 1
        • 2: 3
        • 3: 331
        • 4: 369
        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.08msselect `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 (3508, 3590, 3715, 3732, 3958, 3976, 3977, 4021, 4075, 4083, 4181)
        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.5msselect `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 (3508, 3590, 3715, 3732, 3958, 3976, 3977, 4021, 4075, 4083, 4181)
        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_tracker940μsselect * from `series` where `series`.`id` in (null, 106)
        Bindings
        • 0: 
        • 1: 106
        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_tracker480μsselect * from `occurrence_types` where `occurrence_types`.`id` in (4)
        Bindings
        • 0: 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_tracker440μsselect * from `occurrence_weeks` where `occurrence_weeks`.`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_tracker330μsselect * from `occurrence_days` where `occurrence_days`.`id` in (6)
        Bindings
        • 0: 6
        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_tracker560μsselect * from `event_types` where `event_types`.`id` in (2, 5, 8)
        Bindings
        • 0: 2
        • 1: 5
        • 2: 8
        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_tracker630μsselect * from `threads` where `threads`.`event_id` in (3508, 3590, 3715, 3732, 3958, 3976, 3977, 4021, 4075, 4083, 4181)
        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_tracker400μ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.09msselect * 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` = 'club') and (`entity_status_id` = 2) order by `name` asc, `entity_type_id` asc, `name` asc limit 11 offset 0
        Bindings
        • 0: club
        • 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.88msselect * 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_tracker1.64msselect `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` = 259
        Bindings
        • 0: 259
        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.07msselect `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` = 259
        Bindings
        • 0: 259
        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_tracker550μ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_tracker430μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (2)
        Bindings
        • 0: 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_tracker370μsselect * from `occurrence_days` where `occurrence_days`.`id` in (6)
        Bindings
        • 0: 6
        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_tracker700μsselect `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` = 259
        Bindings
        • 0: 259
        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_tracker860μsselect `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` = 259
        Bindings
        • 0: 259
        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_tracker1.32msselect `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` = 259
        Bindings
        • 0: 259
        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_tracker1.89msselect `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 (2666, 2667, 2705, 2728, 2823, 2868, 2870, 2871, 2884, 2947, 2952, 3005, 3070, 3320, 3508, 3590, 3715, 3732, 3958, 3976, 3977, 4021, 4075, 4083, 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
      • Series.php#780dev_events_tracker1.21msselect `photos`.*, `photo_series`.`series_id` as `pivot_series_id`, `photo_series`.`photo_id` as `pivot_photo_id`, `photo_series`.`created_at` as `pivot_created_at`, `photo_series`.`updated_at` as `pivot_updated_at` from `photos` inner join `photo_series` on `photos`.`id` = `photo_series`.`photo_id` where `photo_series`.`series_id` = 106 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 106
        • 1: 1
        Backtrace
        • app/Models/Series.php:780
        • view::series.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
      • Series.php#589dev_events_tracker850μsselect * from `events` where `series_id` = 106 and `start_at` >= '2025-07-08 04:09:04' order by `start_at` asc limit 1
        Bindings
        • 0: 106
        • 1: 2025-07-08 04:09:04
        Backtrace
        • app/Models/Series.php:589
        • view::series.single:69
        • vendor/laravel/framework/src/Illuminate/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` = 3 and `locations`.`entity_id` is not null
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::series.single:95
        • vendor/laravel/framework/src/Illuminate/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_tracker530μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::series.single:95
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Series.php#589dev_events_tracker880μsselect * from `events` where `series_id` = 106 and `start_at` >= '2025-07-08 04:09:04' order by `start_at` asc limit 1
        Bindings
        • 0: 106
        • 1: 2025-07-08 04:09:04
        Backtrace
        • app/Models/Series.php:589
        • view::series.single:110
        • vendor/laravel/framework/src/Illuminate/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` = 4083 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4083
        • 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.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` = 4181 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4181
        • 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_tracker980μ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_tracker490μ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_tracker630μ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` = 4075 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4075
        • 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_tracker770μ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` = 4021 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 4021
        • 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` = 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_tracker480μ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_tracker850μ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` = 3977 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3977
        • 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_tracker800μsselect * from `locations` where `locations`.`entity_id` = 369 and `locations`.`entity_id` is not null
        Bindings
        • 0: 369
        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_tracker570μ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_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` = 3976 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3976
        • 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.17msselect `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` = 3958 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3958
        • 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` = 3732 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3732
        • 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` = 3715 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3715
        • 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_tracker650μ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_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` = 3508 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3508
        • 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_tracker690μ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_tracker520μ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_tracker590μ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
      434Tag.php#?
      App\Models\Event
      61Event.php#?
      App\Models\Entity
      31Entity.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Photo
      10Photo.php#?
      App\Models\Visibility
      7Visibility.php#?
      App\Models\Location
      5Location.php#?
      App\Models\EventType
      4EventType.php#?
      App\Models\Series
      3Series.php#?
      App\Models\OccurrenceType
      3OccurrenceType.php#?
      App\Models\OccurrenceWeek
      3OccurrenceWeek.php#?
      App\Models\OccurrenceDay
      3OccurrenceDay.php#?
      App\Models\Thread
      2Thread.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\EntityStatus
      1EntityStatus.php#?
          _token
          HaslkDu9cRfbdtGie3xyXnahzAoaxZUdQf4CR1UV
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 04:09:04GET/tags/club9361580