Keywords . Classical

Keywords
Entities
No entities found.
Events
SettingsRequest history8.1.27PHP Version285msRequest Duration7MBMemory UsageGET tags/{tag}
status
200 OK
full_url
https://dev.arcane.city/tags/classical?page=1
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/classical?page=1
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
287ms
peak_memory
8MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "page" => "1" ]
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 08:53:25 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "EqTjhlfG0zI8dHdQQVIYC9SQMOhKhPNfWFabYOFD" ]
    • Booting (44.6ms)time
    • Application (240ms)time
    • Routing (5.74ms)
    • Preparing Response (194ms)
    • 1 x Application (84.33%)
      240ms
      1 x Preparing Response (68.1%)
      194ms
      1 x Booting (15.66%)
      44.60ms
      1 x Routing (2.01%)
      5.74ms
      65 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
      • 8x entities.single_labelsingle_label.blade.php#?blade
      • 26x 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
      42 statements were executed (7 duplicates)Show only duplicates96.48ms
      • TagsController.php#218dev_events_tracker700μsselect * from `tags` where `slug` = 'classical' limit 1
        Bindings
        • 0: classical
        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.46msselect 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` = 'classical') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3))
        Bindings
        • 0: classical
        • 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_tracker1.47msselect * 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` = 'classical') 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: classical
        • 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_tracker570μ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_tracker460μsselect * from `entities` where `entities`.`id` in (null, 3, 71, 85, 285, 331, 411)
        Bindings
        • 0: 
        • 1: 3
        • 2: 71
        • 3: 85
        • 4: 285
        • 5: 331
        • 6: 411
        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 `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 (1356, 1357, 1435, 1645, 1691, 2070, 2149, 2366, 2847, 3024, 3842)
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • TagsController.php#242dev_events_tracker840μsselect `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 (1356, 1357, 1435, 1645, 1691, 2070, 2149, 2366, 2847, 3024, 3842)
        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_tracker590μsselect * from `series` where `series`.`id` in (null, 0)
        Bindings
        • 0: 
        • 1: 0
        Backtrace
        • app/Http/Controllers/TagsController.php:242
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • TagsController.php#242dev_events_tracker600μsselect * from `event_types` where `event_types`.`id` in (2, 11)
        Bindings
        • 0: 2
        • 1: 11
        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 `threads` where `threads`.`event_id` in (1356, 1357, 1435, 1645, 1691, 2070, 2149, 2366, 2847, 3024, 3842)
        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_tracker360μ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.15msselect * 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` = 'classical') and (`entity_status_id` = 2) order by `name` asc, `entity_type_id` asc, `name` asc limit 11 offset 0
        Bindings
        • 0: classical
        • 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_tracker4.61msselect * 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.76msselect `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` = 136
        Bindings
        • 0: 136
        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_tracker830μsselect `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` = 136
        Bindings
        • 0: 136
        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_tracker710μ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` = 136
        Bindings
        • 0: 136
        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_tracker660μ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` = 136
        Bindings
        • 0: 136
        Backtrace
        • view::tags.single:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Tag.php#146dev_events_tracker3.58msselect `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` = 136
        Bindings
        • 0: 136
        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.42msselect `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 (719, 789, 1138, 1355, 1356, 1357, 1435, 1645, 1691, 2070, 2149, 2366, 2847, 3024, 3262, 3842)
        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_tracker1.02msselect `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` = 3842 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3842
        • 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_tracker750μsselect * from `locations` where `locations`.`entity_id` = 71 and `locations`.`entity_id` is not null
        Bindings
        • 0: 71
        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_tracker580μ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_tracker790μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 3024 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3024
        • 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` = 411 and `locations`.`entity_id` is not null
        Bindings
        • 0: 411
        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_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` = 2847 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2847
        • 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_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` = 2366 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2366
        • 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_tracker950μ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` = 2149 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2149
        • 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_tracker1msselect * 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_tracker1.02msselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.single:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Event.php#780dev_events_tracker1.14msselect `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` = 2070 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 2070
        • 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_tracker7.37msselect `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` = 1691 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1691
        • 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_tracker10.33msselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 1645 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1645
        • 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_tracker15.03msselect * 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_tracker440μ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_tracker560μ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` = 1435 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1435
        • 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_tracker14.81msselect * from `locations` where `locations`.`entity_id` = 85 and `locations`.`entity_id` is not null
        Bindings
        • 0: 85
        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 (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` = 1357 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1357
        • 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_tracker6.8msselect * from `locations` where `locations`.`entity_id` = 285 and `locations`.`entity_id` is not null
        Bindings
        • 0: 285
        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_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_tracker450μ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_tracker6.04msselect * 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
      376Tag.php#?
      App\Models\Event
      43Event.php#?
      App\Models\Entity
      14Entity.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Photo
      10Photo.php#?
      App\Models\Visibility
      5Visibility.php#?
      App\Models\Location
      4Location.php#?
      App\Models\EventType
      2EventType.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\EntityStatus
      1EntityStatus.php#?
          _token
          EqTjhlfG0zI8dHdQQVIYC9SQMOhKhPNfWFabYOFD
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 03:53:25GET/tags/classical?page=16542468