ajax-loader
rocket

Giỏ hàng

7.4.30PHP Version6.84sRequest Duration4MBMemory UsageGET video/{id?}RouteAuth status
    • Booting (20.98ms)
    • Application (6.82s)
    • 1 x Application (99.69%)
      6.82s
      1 x Booting (0.31%)
      20.98ms
      5 templates were rendered
      • other.video (resources/views/other/video.blade.php)4blade
        Params
        0
        video_player
        1
        vide_related
        2
        video_cates
        3
        videos
      • layouts.master (resources/views/layouts/master.blade.php)22blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        video_player
        5
        vide_related
        6
        video_cates
        7
        videos
        8
        __currentLoopData
        9
        video
        10
        key
        11
        loop
        12
        src_img_video
        13
        array_images
        14
        video_thumbnail
        15
        img_video_url
        16
        file_headers
        17
        number_video
        18
        video_cate
        19
        videocates
        20
        video_cate_limit
        21
        http_response_header
      • layouts.header (resources/views/layouts/header.blade.php)24blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        video_player
        5
        vide_related
        6
        video_cates
        7
        videos
        8
        __currentLoopData
        9
        video
        10
        key
        11
        loop
        12
        src_img_video
        13
        array_images
        14
        video_thumbnail
        15
        img_video_url
        16
        file_headers
        17
        number_video
        18
        video_cate
        19
        videocates
        20
        video_cate_limit
        21
        http_response_header
        22
        name
        23
        manage_dashboard
      • layouts.menu (resources/views/layouts/menu.blade.php)31blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        video_player
        5
        vide_related
        6
        video_cates
        7
        videos
        8
        __currentLoopData
        9
        video
        10
        key
        11
        loop
        12
        src_img_video
        13
        array_images
        14
        video_thumbnail
        15
        img_video_url
        16
        file_headers
        17
        number_video
        18
        video_cate
        19
        videocates
        20
        video_cate_limit
        21
        http_response_header
        22
        name
        23
        manage_dashboard
        24
        data
        25
        user
        26
        menu_pools
        27
        menu_store
        28
        first_post
        29
        first_promotion
        30
        count
      • layouts.footer (resources/views/layouts/footer.blade.php)24blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        video_player
        5
        vide_related
        6
        video_cates
        7
        videos
        8
        __currentLoopData
        9
        video
        10
        key
        11
        loop
        12
        src_img_video
        13
        array_images
        14
        video_thumbnail
        15
        img_video_url
        16
        file_headers
        17
        number_video
        18
        video_cate
        19
        videocates
        20
        video_cate_limit
        21
        http_response_header
        22
        name
        23
        manage_dashboard
      uri
      GET video/{id?}
      middleware
      web
      controller
      App\Http\Controllers\HomeController@video
      namespace
      App\Http\Controllers
      prefix
      where
      as
      video
      file
      app/Http/Controllers/HomeController.php:176-224
      28 statements were executed25.17ms
      • select `videos`.* from `videos` inner join `video_categories` on `video_categories`.`id` = `videos`.`cate_id` where `videos`.`status` = 1 and `videos`.`id` = '121' and (`videos`.`type` = 1 or `videos`.`type` = 3) and `video_categories`.`status` = 1 limit 15.36ms/app/Http/Controllers/HomeController.php:199vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 121
        • 2. 1
        • 3. 3
        • 4. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. /app/Http/Controllers/HomeController.php:199
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:665
      • select * from `videos` where `status` = 1 and `cate_id` = 9 and `id` != 121 and (`type` = 1 or `type` = 3) order by `id` desc limit 31.25ms/app/Http/Controllers/HomeController.php:212vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 9
        • 2. 121
        • 3. 1
        • 4. 3
        Hints
        • Use SELECT * only if you need all columns from table
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:212
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:665
      • select * from `video_categories` where `status` = 1490μs/app/Http/Controllers/HomeController.php:215vn_fuji
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:215
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:665
      • select * from `videos` where `status` = 1 and (`type` = 1 or `type` = 3)1.26ms/app/Http/Controllers/HomeController.php:221vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 3
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:221
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:665
      • select * from `videos` where `cate_id` = 1 and (`type` = 1 or `type` = 3) and `status` = 11.28msview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 1 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3810μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 3 and (`type` = 1 or `type` = 3) and `status` = 1890μsview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 3
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 3 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3490μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 3
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 5 and (`type` = 1 or `type` = 3) and `status` = 1930μsview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 5
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 5 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3530μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 5
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 7 and (`type` = 1 or `type` = 3) and `status` = 11.38msview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 7
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 7 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3480μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 7
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 8 and (`type` = 1 or `type` = 3) and `status` = 11.46msview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 8
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 8 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3740μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 8
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 9 and (`type` = 1 or `type` = 3) and `status` = 1780μsview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 9
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 9 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3500μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 9
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 10 and (`type` = 1 or `type` = 3) and `status` = 11msview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 10
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 10 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3660μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 10
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 11 and (`type` = 1 or `type` = 3) and `status` = 1840μsview::other.video:74vn_fuji
        Metadata
        Bindings
        • 0. 11
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:74
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `videos` where `cate_id` = 11 and (`type` = 1 or `type` = 3) and `status` = 1 order by `id` desc limit 3450μsview::other.video:78vn_fuji
        Metadata
        Bindings
        • 0. 11
        • 1. 1
        • 2. 3
        • 3. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::other.video:78
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select `image`, `title`, `value`, `type` from `site_info` where `position` = 2 order by `type` asc670μs/app/Models/SiteInfo.php:48vn_fuji
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 14. /app/Models/SiteInfo.php:48
        • 15. view::layouts.header:2
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • select distinct `province` from `pools` where `status` = 1660μs/app/Http/ViewComposers/MenuComposer.php:25vn_fuji
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Http/ViewComposers/MenuComposer.php:25
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Container.php:800
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Container.php:646
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:601
        • 19. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:734
      • select `name`, `category_parent_id`, `id` from `category_pr` where `status` = 1 and `category_parent_id` = 0 order by `id` asc370μs/app/Http/ViewComposers/MenuComposer.php:30vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 0
        Backtrace
        • 14. /app/Http/ViewComposers/MenuComposer.php:30
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Container.php:800
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Container.php:646
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:601
        • 19. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:734
      • select * from `category_pr` where `status` = 1 and `category_parent_id` = 1 order by `id` asc330μs/app/Http/ViewComposers/MenuComposer.php:35vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. /app/Http/ViewComposers/MenuComposer.php:35
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Container.php:800
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Container.php:646
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:601
        • 19. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:734
      • select * from `posts` where `status` = 1 order by id DESC limit 1410μs/app/Http/ViewComposers/MenuComposer.php:41vn_fuji
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 15. /app/Http/ViewComposers/MenuComposer.php:41
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Container.php:800
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:646
        • 19. /vendor/laravel/framework/src/Illuminate/Container/Container.php:601
        • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:734
      • select * from `promotions` where `status` = 1 order by id DESC limit 1400μs/app/Http/ViewComposers/MenuComposer.php:43vn_fuji
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 15. /app/Http/ViewComposers/MenuComposer.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Container.php:800
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:646
        • 19. /vendor/laravel/framework/src/Illuminate/Container/Container.php:601
        • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:734
      • select * from `pages` where `status` = 1390μsview::layouts.menu:67vn_fuji
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. view::layouts.menu:67
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select `image`, `title`, `value`, `type` from `site_info` where `position` = 1 order by `type` asc360μs/app/Models/SiteInfo.php:48vn_fuji
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Models/SiteInfo.php:48
        • 15. view::layouts.footer:2
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      App\Models\Page
      2
      App\Models\Promotion
      1
      App\Models\Post
      1
      App\Models\CategoryPr
      1
      App\Models\Pool
      1
      App\Models\SiteInfo
      10
      App\Models\VideoCategories
      8
      App\Models\Video
      201
        web
        null
        api
        null
        users
        null
        admins
        null
          _token
          kpc85LkbxJSJDvYYTplXtVFIIsXLGWnMxWzCfpgQ
          _previous
          array:1 [ "url" => "https://fujiswimmingclub.com/video/121" ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /video/121
          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:17 [ "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "fujiswimmingclub.com" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
          request_server
          0 of 0
          array:41 [ "USER" => "nginx" "HOME" => "/var/lib/nginx" "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" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "fujiswimmingclub.com" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "fujiswimmingclub.com" "SERVER_PORT" => "443" "SERVER_ADDR" => "45.32.111.67" "REMOTE_PORT" => "59599" "REMOTE_ADDR" => "3.18.213.37" "SERVER_SOFTWARE" => "nginx/1.14.1" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/fujiswimmingclub.com/html/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/video/121" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/fujiswimmingclub.com/html/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1747668820.3426 "REQUEST_TIME" => 1747668820 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 19 May 2025 15:33:40 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkU0Z0xMZW9wTmJXY1lpWE9YMDRvdHc9PSIsInZhbHVlIjoiTTBsMWZaZFhMeTFxSkdQSjYxQWx1V3FvSEtoKzd4dE14Mit2amh3OVM4b3hpbkRiRmtEZUh6WGw3Qkp3dHkwaSIsIm1hYyI6ImU5ODMyMWIyYjBkZDYwMjBlNDllY2U4MmI0MTFiMWIwZjc5YjkxNTExNmY5Yjc0NTIwMjQ5YTg3ZmE4NzA5YmIifQ%3D%3D; expires=Mon, 19-May-2025 17:33:47 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IkU0Z0xMZW9wTmJXY1lpWE9YMDRvdHc9PSIsInZhbHVlIjoiTTBsMWZaZFhMeTFxSkdQSjYxQWx1V3FvSEtoKzd4dE14Mit2amh3OVM4b3hpbkRiRmtEZUh6WGw3Qkp3dHkwaSIsIm1hY" 1 => "laravel_session=eyJpdiI6IlpmTlpUNjhrUjNzK3haUUszd1N4bEE9PSIsInZhbHVlIjoiNzJteVNwc0ZTSzFUK1ZyYXpmcDJsdEQ5MjlvMklFSEZZMGV0UktNbTJcL1JHanU1cTNFRUNabkpWQ1hha3ZoV2QiLCJtYWMiOiI0Yzc1MjgzZjNlNWI5Y2U2MGNkODgwZGUwZjUzMWU0YTk3NGJiNGUwN2ExYTRlZDFkOWJlZmE0NTQyMTVmM2ExIn0%3D; expires=Mon, 19-May-2025 17:33:47 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IlpmTlpUNjhrUjNzK3haUUszd1N4bEE9PSIsInZhbHVlIjoiNzJteVNwc0ZTSzFUK1ZyYXpmcDJsdEQ5MjlvMklFSEZZMGV0UktNbTJcL1JHanU1cTNFRUNabkpWQ1hha3ZoV2Qi" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkU0Z0xMZW9wTmJXY1lpWE9YMDRvdHc9PSIsInZhbHVlIjoiTTBsMWZaZFhMeTFxSkdQSjYxQWx1V3FvSEtoKzd4dE14Mit2amh3OVM4b3hpbkRiRmtEZUh6WGw3Qkp3dHkwaSIsIm1hYyI6ImU5ODMyMWIyYjBkZDYwMjBlNDllY2U4MmI0MTFiMWIwZjc5YjkxNTExNmY5Yjc0NTIwMjQ5YTg3ZmE4NzA5YmIifQ%3D%3D; expires=Mon, 19-May-2025 17:33:47 GMT; path=/XSRF-TOKEN=eyJpdiI6IkU0Z0xMZW9wTmJXY1lpWE9YMDRvdHc9PSIsInZhbHVlIjoiTTBsMWZaZFhMeTFxSkdQSjYxQWx1V3FvSEtoKzd4dE14Mit2amh3OVM4b3hpbkRiRmtEZUh6WGw3Qkp3dHkwaSIsIm1hY" 1 => "laravel_session=eyJpdiI6IlpmTlpUNjhrUjNzK3haUUszd1N4bEE9PSIsInZhbHVlIjoiNzJteVNwc0ZTSzFUK1ZyYXpmcDJsdEQ5MjlvMklFSEZZMGV0UktNbTJcL1JHanU1cTNFRUNabkpWQ1hha3ZoV2QiLCJtYWMiOiI0Yzc1MjgzZjNlNWI5Y2U2MGNkODgwZGUwZjUzMWU0YTk3NGJiNGUwN2ExYTRlZDFkOWJlZmE0NTQyMTVmM2ExIn0%3D; expires=Mon, 19-May-2025 17:33:47 GMT; path=/; httponlylaravel_session=eyJpdiI6IlpmTlpUNjhrUjNzK3haUUszd1N4bEE9PSIsInZhbHVlIjoiNzJteVNwc0ZTSzFUK1ZyYXpmcDJsdEQ5MjlvMklFSEZZMGV0UktNbTJcL1JHanU1cTNFRUNabkpWQ1hha3ZoV2Qi" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "kpc85LkbxJSJDvYYTplXtVFIIsXLGWnMxWzCfpgQ" "_previous" => array:1 [ "url" => "https://fujiswimmingclub.com/video/121" ] "PHPDEBUGBAR_STACK_DATA" => [] ]