Keywords . Live Sets

Keywords
8.1.27PHP Version112msRequest Duration3MBMemory UsageGET tags/{tag}Route
    • Booting (46.32ms)
    • Application (65.46ms)
    • 1 x Application (58.55%)
      65.46ms
      1 x Booting (41.43%)
      46.32ms
      6 templates were rendered
      • tags.index (resources/views/tags/index.blade.php)8bladefile
        Params
        0
        series
        1
        entities
        2
        events
        3
        slug
        4
        tag
        5
        tagObject
        6
        tags
        7
        theme
      • tags.crumbs (resources/views/tags/crumbs.blade.php)13bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        series
        6
        entities
        7
        events
        8
        slug
        9
        tag
        10
        tagObject
        11
        tags
        12
        theme
      • app (resources/views/app.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        series
        6
        entities
        7
        events
        8
        slug
        9
        tag
        10
        tagObject
        11
        tags
        12
        theme
        13
        __currentLoopData
        14
        t
        15
        loop
      • partials.analytics (resources/views/partials/analytics.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        series
        6
        entities
        7
        events
        8
        slug
        9
        tag
        10
        tagObject
        11
        tags
        12
        theme
        13
        __currentLoopData
        14
        t
        15
        loop
      • partials.nav (resources/views/partials/nav.blade.php)19bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        series
        6
        entities
        7
        events
        8
        slug
        9
        tag
        10
        tagObject
        11
        tags
        12
        theme
        13
        __currentLoopData
        14
        t
        15
        loop
        16
        roles
        17
        hasForum
        18
        menus
      • flash (resources/views/flash.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        signedIn
        4
        user
        5
        series
        6
        entities
        7
        events
        8
        slug
        9
        tag
        10
        tagObject
        11
        tags
        12
        theme
        13
        __currentLoopData
        14
        t
        15
        loop
      uri
      GET tags/{tag}
      middleware
      web
      as
      tags.show
      controller
      App\Http\Controllers\TagsController@show
      namespace
      App\Http\Controllers
      where
      file
      app/Http/Controllers/TagsController.php:215-257
      9 statements were executed14.74ms
      • select * from `tags` where `slug` = 'Live Sets' limit 11.08ms/app/Http/Controllers/TagsController.php:217dev_events_tracker
        Metadata
        Bindings
        • 0. Live Sets
        Backtrace
        • 16. /app/Http/Controllers/TagsController.php:217
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select 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` = 'Live Sets') and ((`visibility_id` in (1, 2) and `created_by` is null or `visibility_id` = 3))1.5ms/app/Http/Controllers/TagsController.php:230dev_events_tracker
        Metadata
        Bindings
        • 0. Live Sets
        • 1. 1
        • 2. 2
        • 3. 3
        Backtrace
        • 16. /app/Http/Controllers/TagsController.php:230
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * 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` = 'Live Sets') 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 03.46ms/app/Http/Controllers/TagsController.php:241dev_events_tracker
        Metadata
        Bindings
        • 0. Live Sets
        • 1. 1
        • 2. 2
        • 3. 3
        Backtrace
        • 16. /app/Http/Controllers/TagsController.php:241
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `entity_statuses` where `name` = 'Active' limit 1730μs/app/Models/Entity.php:283dev_events_tracker
        Metadata
        Bindings
        • 0. Active
        Backtrace
        • 16. /app/Models/Entity.php:283
        • 22. /app/Http/Controllers/TagsController.php:248
        • 24. /app/Http/Controllers/TagsController.php:249
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 26. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * 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` = 'Live Sets') and (`entity_status_id` = 2) order by `name` asc, `entity_type_id` asc, `name` asc limit 11 offset 01.54ms/app/Http/Controllers/TagsController.php:252dev_events_tracker
        Metadata
        Bindings
        • 0. Live Sets
        • 1. 2
        Backtrace
        • 16. /app/Http/Controllers/TagsController.php:252
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `tags` order by `name` asc3.89ms/app/Http/Controllers/TagsController.php:254dev_events_tracker
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/TagsController.php:254
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `roles` order by `name` asc860μs/app/Providers/ViewComposerServiceProvider.php:38dev_events_tracker
        Metadata
        Backtrace
        • 15. /app/Providers/ViewComposerServiceProvider.php:38
        • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 22. view::app:65
      • select count(*) as aggregate from `forums`520μs/app/Providers/ViewComposerServiceProvider.php:39dev_events_tracker
        Metadata
        Backtrace
        • 16. /app/Providers/ViewComposerServiceProvider.php:39
        • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 23. view::app:65
      • select * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc1.16ms/app/Providers/ViewComposerServiceProvider.php:40dev_events_tracker
        Metadata
        Bindings
        • 0. Public
        Backtrace
        • 15. /app/Providers/ViewComposerServiceProvider.php:40
        • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 22. view::app:65
      App\Models\Menu
      2
      App\Models\Role
      11
      App\Models\Tag
      308
      App\Models\EntityStatus
      1
        _token
        MmMTpaKBa2qOeEjCfJdyDHMYwntcRnreIJ6vhrow
        _previous
        array:1 [ "url" => "https://dev.arcane.city/tags/Live%20Sets" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /tags/Live%20Sets
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
        request_server
        0 of 0
        array:43 [ "USER" => "www-data" "HOME" => "/var/www" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_HOST" => "dev.arcane.city" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "dev.arcane.city" "SERVER_PORT" => "443" "SERVER_ADDR" => "45.55.133.222" "REMOTE_USER" => "" "REMOTE_PORT" => "19594" "REMOTE_ADDR" => "3.15.31.36" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/var/www/dev-events/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/tags/Live%20Sets" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/dev-events/public/index.php" "PATH_INFO" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743976991.5809 "REQUEST_TIME" => 1743976991 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 06 Apr 2025 22:03:11 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikxpcm1lQUMvQXRLVlUyVElweW9wbXc9PSIsInZhbHVlIjoiNDRIQmxLVzVYSDhCNTZudGxkYWovUksvSlQvN0dpSHhyQ2RvUExrZDByMTVraVhqSWlZS1FSb2ZvUjBiRnk2VXE0UHBLcG1qM1BuaHVhNllpcE9ZOWpLRDFnWXNTMU13VXRFVnR3UW9pTTFPTlBaaHZyd0c2OXF6bVFUQU9vbHAiLCJtYWMiOiI3MWE5NDhlNjZlMjlhMzg5YzYzMDM4YmJjYjI2NWNmNmJkYzNlNzgyOTdlNDQ4OGFkMTZjMjhhZmE0MmFjOTQ1IiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 10:03:11 GMT; Max-Age=216000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikxpcm1lQUMvQXRLVlUyVElweW9wbXc9PSIsInZhbHVlIjoiNDRIQmxLVzVYSDhCNTZudGxkYWovUksvSlQvN0dpSHhyQ2RvUExrZDByMTVraVhqSWlZS1FSb2ZvUjBiRnk2VXE0UHBLc" 1 => "dev_arcane_city_session=eyJpdiI6IjIwMTlTOG9tM3FoWERrY2lQRGN5OFE9PSIsInZhbHVlIjoibWxYLy9tMzFGaWtYTHdSYm5ZVFduYm5qZlF4U2JISytjSjZnc2Y3d1ZNRW13TEFwMkJha3p3cGVZdmpvVGNxeEFHZHZpdk9wdWQwSUYyR2l2ZUd2VXZXR01Hd2l0SlgrOUovOTF1NzVSZlNKYjlyS09qaVIwRjEyRHZBaWdFTDUiLCJtYWMiOiJkOGRjOGYwOTZhNzdiZTg3OThkYWI4MTk2YThkMzFiMWI3MmFhNDBkNTU4MGQzZWY5MTdmYmFmNDVjM2M5MTk4IiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 10:03:11 GMT; Max-Age=216000; path=/; secure; httponly; samesite=laxdev_arcane_city_session=eyJpdiI6IjIwMTlTOG9tM3FoWERrY2lQRGN5OFE9PSIsInZhbHVlIjoibWxYLy9tMzFGaWtYTHdSYm5ZVFduYm5qZlF4U2JISytjSjZnc2Y3d1ZNRW13TEFwMkJha3p3cGVZdmpv" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikxpcm1lQUMvQXRLVlUyVElweW9wbXc9PSIsInZhbHVlIjoiNDRIQmxLVzVYSDhCNTZudGxkYWovUksvSlQvN0dpSHhyQ2RvUExrZDByMTVraVhqSWlZS1FSb2ZvUjBiRnk2VXE0UHBLcG1qM1BuaHVhNllpcE9ZOWpLRDFnWXNTMU13VXRFVnR3UW9pTTFPTlBaaHZyd0c2OXF6bVFUQU9vbHAiLCJtYWMiOiI3MWE5NDhlNjZlMjlhMzg5YzYzMDM4YmJjYjI2NWNmNmJkYzNlNzgyOTdlNDQ4OGFkMTZjMjhhZmE0MmFjOTQ1IiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 10:03:11 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikxpcm1lQUMvQXRLVlUyVElweW9wbXc9PSIsInZhbHVlIjoiNDRIQmxLVzVYSDhCNTZudGxkYWovUksvSlQvN0dpSHhyQ2RvUExrZDByMTVraVhqSWlZS1FSb2ZvUjBiRnk2VXE0UHBLc" 1 => "dev_arcane_city_session=eyJpdiI6IjIwMTlTOG9tM3FoWERrY2lQRGN5OFE9PSIsInZhbHVlIjoibWxYLy9tMzFGaWtYTHdSYm5ZVFduYm5qZlF4U2JISytjSjZnc2Y3d1ZNRW13TEFwMkJha3p3cGVZdmpvVGNxeEFHZHZpdk9wdWQwSUYyR2l2ZUd2VXZXR01Hd2l0SlgrOUovOTF1NzVSZlNKYjlyS09qaVIwRjEyRHZBaWdFTDUiLCJtYWMiOiJkOGRjOGYwOTZhNzdiZTg3OThkYWI4MTk2YThkMzFiMWI3MmFhNDBkNTU4MGQzZWY5MTdmYmFmNDVjM2M5MTk4IiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 10:03:11 GMT; path=/; secure; httponlydev_arcane_city_session=eyJpdiI6IjIwMTlTOG9tM3FoWERrY2lQRGN5OFE9PSIsInZhbHVlIjoibWxYLy9tMzFGaWtYTHdSYm5ZVFduYm5qZlF4U2JISytjSjZnc2Y3d1ZNRW13TEFwMkJha3p3cGVZdmpv" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "MmMTpaKBa2qOeEjCfJdyDHMYwntcRnreIJ6vhrow" "_previous" => array:1 [ "url" => "https://dev.arcane.city/tags/Live%20Sets" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]