Events

Filters

SettingsRequest history8.1.27PHP Version111msRequest Duration5MBMemory UsageGET events/by-date/{year}/{month?}/{day?}
status
200 OK
full_url
https://dev.arcane.city/events/by-date/2018/05/25
controller_action
App\Http\Controllers\EventsController@indexByDate
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/events/by-date/2018/05/25
action_name
controller_action
App\Http\Controllers\EventsController@indexByDate
uri
GET events/by-date/{year}/{month?}/{day?}
middleware
web
controller
App\Http\Controllers\EventsController@indexByDate
namespace
App\Http\Controllers
file
app/Http/Controllers/EventsController.php:236-311
duration
113ms
peak_memory
6MB
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 04:55:54 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "IRKFa7tdiyIILbSnAY8GloMtTreFYZCmo5kqFEYC" "internal_event/index/tab" => "https://dev.arcane.city/events" "internal_event_index/index/filters" => [] "internal_event_index/index/direction" => null "internal_event_index/index/limit" => 25 "internal_event_index/index/sort" => null "internal_event_index/index/tab" => "https://dev.arcane.city/events" "internal_event_index/index/is-reset" => null "_flash" => array:2 [ "old" => [] "new" => [] ] ]
    • Booting (35.08ms)time
    • Application (76.34ms)time
    • Routing (1.78ms)
    • Preparing Response (139μs)
    • 1 x Application (68.51%)
      76.34ms
      1 x Booting (31.48%)
      35.08ms
      1 x Routing (1.6%)
      1.78ms
      1 x Preparing Response (0.12%)
      139μs
      25 templates were rendered
      • 1x events.indexindex.blade.php#?blade
      • 1x events.title-crumbstitle-crumbs.blade.php#?blade
      • 1x events.crumbscrumbs.blade.php#?blade
      • 1x events.index._actions_actions.blade.php#?blade
      • 2x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 1x events.listlist.blade.php#?blade
      • 2x events.singlesingle.blade.php#?blade
      • 4x entities.single_labelsingle_label.blade.php#?blade
      • 5x tags.single_labelsingle_label.blade.php#?blade
      • 2x embeds.minimal-playlistminimal-playlist.blade.php#?blade
      • 1x partials.filter-jsfilter-js.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 events/by-date/{year}/{month?}/{day?}
      middleware
      web, Closure
      controller
      App\Http\Controllers\EventsController@indexByDate
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/EventsController.php:236-311
      29 statements were executed (2 duplicates)Show only duplicates34.14ms
      • EventsController.php#289dev_events_tracker5.4msselect count(*) as aggregate from `events` where `start_at` > '2018-05-25 00:00:00' and `start_at` < '2018-05-26 00:00:00' and ((`events`.`visibility_id` in (1, 2) and `events`.`created_by` is null or `events`.`visibility_id` = 3))
        Bindings
        • 0: 2018-05-25 00:00:00
        • 1: 2018-05-26 00:00:00
        • 2: 1
        • 3: 2
        • 4: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • 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
      • EventsController.php#289dev_events_tracker10.31msselect * from `events` where `start_at` > '2018-05-25 00:00:00' and `start_at` < '2018-05-26 00:00:00' and ((`events`.`visibility_id` in (1, 2) and `events`.`created_by` is null or `events`.`visibility_id` = 3)) order by `start_at` asc, `name` asc limit 25 offset 0
        Bindings
        • 0: 2018-05-25 00:00:00
        • 1: 2018-05-26 00:00:00
        • 2: 1
        • 3: 2
        • 4: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • 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
      • EventsController.php#289dev_events_tracker600μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • 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
      • EventsController.php#289dev_events_tracker510μsselect * from `entities` where `entities`.`id` in (3, 9)
        Bindings
        • 0: 3
        • 1: 9
        Backtrace
        • app/Http/Controllers/EventsController.php:289
        • 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
      • EventsController.php#325dev_events_tracker1.82msselect `name`, `slug` from `tags` order by `name` asc
        Backtrace
        • app/Http/Controllers/EventsController.php:325
        • app/Http/Controllers/EventsController.php:306
        • 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
      • EventsController.php#326dev_events_tracker2.93msselect `name`, `name` from `entities` where exists (select * from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entities`.`id` = `entity_role`.`entity_id` and `name` = 'Venue') order by `name` asc
        Bindings
        • 0: Venue
        Backtrace
        • app/Http/Controllers/EventsController.php:326
        • app/Http/Controllers/EventsController.php:306
        • 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
      • EventsController.php#327dev_events_tracker2.55msselect `name`, `name` from `entities` order by `name` asc
        Backtrace
        • app/Http/Controllers/EventsController.php:327
        • app/Http/Controllers/EventsController.php:306
        • 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
      • EventsController.php#328dev_events_tracker280μsselect `name`, `name` from `event_types` order by `name` asc
        Backtrace
        • app/Http/Controllers/EventsController.php:328
        • app/Http/Controllers/EventsController.php:306
        • 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
      • Event.php#780dev_events_tracker720μ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` = 1540 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1540
        • 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
      • single.blade.php#38dev_events_tracker680μsselect * from `threads` where `threads`.`event_id` = 1540 and `threads`.`event_id` is not null
        Bindings
        • 0: 1540
        Backtrace
        • view::events.single:38
        • 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#104dev_events_tracker540μsselect * from `event_types` where `event_types`.`id` = 2 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker540μsselect * from `locations` where `locations`.`entity_id` = 9 and `locations`.`entity_id` is not null
        Bindings
        • 0: 9
        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_tracker270μ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
      • single.blade.php#157dev_events_tracker510μ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` = 1540
        Bindings
        • 0: 1540
        Backtrace
        • view::events.single:157
        • 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#164dev_events_tracker610μ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` = 1540
        Bindings
        • 0: 1540
        Backtrace
        • view::events.single:164
        • 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
      • Event.php#780dev_events_tracker780μ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` = 1642 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 1642
        • 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
      • single.blade.php#38dev_events_tracker620μsselect * from `threads` where `threads`.`event_id` = 1642 and `threads`.`event_id` is not null
        Bindings
        • 0: 1642
        Backtrace
        • view::events.single:38
        • 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#93dev_events_tracker580μsselect * from `series` where `series`.`id` = 107 and `series`.`id` is not null limit 1
        Bindings
        • 0: 107
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker380μsselect * from `occurrence_types` where `occurrence_types`.`id` in (4)
        Bindings
        • 0: 4
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker300μsselect * from `occurrence_weeks` where `occurrence_weeks`.`id` in (4)
        Bindings
        • 0: 4
        Backtrace
        • view::events.single:93
        • 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#93dev_events_tracker240μsselect * from `occurrence_days` where `occurrence_days`.`id` in (6)
        Bindings
        • 0: 6
        Backtrace
        • view::events.single:93
        • 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#104dev_events_tracker300μsselect * from `event_types` where `event_types`.`id` = 5 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::events.single:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Entity.php#580dev_events_tracker350μ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_tracker220μ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
      • single.blade.php#157dev_events_tracker540μ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` = 1642
        Bindings
        • 0: 1642
        Backtrace
        • view::events.single:157
        • 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#164dev_events_tracker480μ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` = 1642
        Bindings
        • 0: 1642
        Backtrace
        • view::events.single:164
        • 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
      • ViewComposerServiceProvider.php#38dev_events_tracker340μ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_tracker280μ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_tracker460μ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\Role
      11Role.php#?
      App\Models\Entity
      6Entity.php#?
      App\Models\Tag
      5Tag.php#?
      App\Models\Visibility
      3Visibility.php#?
      App\Models\Event
      2Event.php#?
      App\Models\Photo
      2Photo.php#?
      App\Models\EventType
      2EventType.php#?
      App\Models\Location
      2Location.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\Series
      1Series.php#?
      App\Models\OccurrenceType
      1OccurrenceType.php#?
      App\Models\OccurrenceWeek
      1OccurrenceWeek.php#?
      App\Models\OccurrenceDay
      1OccurrenceDay.php#?
          _token
          IRKFa7tdiyIILbSnAY8GloMtTreFYZCmo5kqFEYC
          internal_event/index/tab
          https://dev.arcane.city/events
          internal_event_index/index/filters
          []
          internal_event_index/index/direction
          null
          internal_event_index/index/limit
          25
          internal_event_index/index/sort
          null
          internal_event_index/index/tab
          https://dev.arcane.city/events
          internal_event_index/index/is-reset
          null
          _flash
          array:2 [ "old" => [] "new" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-07 23:55:54GET/events/by-date/2018/05/25252939