Events Calendar . Hard Dance

SettingsRequest history8.1.27PHP Version119msRequest Duration3MBMemory UsageGET calendar/tag/{tag}
status
200 OK
full_url
https://dev.arcane.city/calendar/tag/hard-dance
action_name
calendar.tag
controller_action
App\Http\Controllers\CalendarController@calendarTags
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/calendar/tag/hard-dance
action_name
calendar.tag
controller_action
App\Http\Controllers\CalendarController@calendarTags
uri
GET calendar/tag/{tag}
middleware
web
controller
App\Http\Controllers\CalendarController@calendarTags
namespace
App\Http\Controllers
file
app/Http/Controllers/CalendarController.php:313-372
duration
120ms
peak_memory
4MB
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 13:41:58 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "bmu2uqsYkANzphakh2O4ES69RoOpqiuw9PLqMpCj" ]
    • Booting (78.03ms)time
    • Application (40.91ms)time
    • Routing (1.19ms)
    • Preparing Response (14.8ms)
    • 1 x Booting (65.59%)
      78.03ms
      1 x Application (34.39%)
      40.91ms
      1 x Preparing Response (12.45%)
      14.80ms
      1 x Routing (1%)
      1.19ms
      6 templates were rendered
      • 1x events.event-calendarevent-calendar.blade.php#?blade
      • 1x events.crumbscrumbs.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 calendar/tag/{tag}
      middleware
      web, Closure
      controller
      App\Http\Controllers\CalendarController@calendarTags
      namespace
      App\Http\Controllers
      as
      calendar.tag
      file
      app/Http/Controllers/CalendarController.php:313-372
      6 statements were executed5.82ms
      • CalendarController.php#316dev_events_tracker1.19msselect * from `tags` where `slug` = 'hard-dance' limit 1
        Bindings
        • 0: hard-dance
        Backtrace
        • app/Http/Controllers/CalendarController.php:316
        • 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
      • CalendarController.php#325dev_events_tracker1.56msselect * 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` = 'Hard Dance') order by `start_at` asc, `name` asc
        Bindings
        • 0: Hard Dance
        Backtrace
        • app/Http/Controllers/CalendarController.php:325
        • 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
      • CalendarController.php#332dev_events_tracker1.32msselect * 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` = 'Hard Dance') and `cancelled_at` is null
        Bindings
        • 0: Hard Dance
        Backtrace
        • app/Http/Controllers/CalendarController.php:332
        • 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
      • ViewComposerServiceProvider.php#38dev_events_tracker610μ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_tracker500μ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_tracker640μ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\Menu
      2Menu.php#?
      App\Models\Tag
      1Tag.php#?
          _token
          bmu2uqsYkANzphakh2O4ES69RoOpqiuw9PLqMpCj
          ClearShow all
          Date ↕MethodURLData
          #12025-07-08 08:41:58GET/calendar/tag/hard-dance6614