ajax-loader
rocket

Giỏ hàng

7.4.30PHP Version5.14sRequest Duration4MBMemory UsageGET video/{id?}RouteAuth status
    • Booting (16.48ms)
    • Application (5.12s)
    • 1 x Application (99.67%)
      5.12s
      1 x Booting (0.32%)
      16.48ms
      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 executed26.18ms
      • select `videos`.* from `videos` inner join `video_categories` on `video_categories`.`id` = `videos`.`cate_id` where `videos`.`status` = 1 and `videos`.`id` = '130' and (`videos`.`type` = 1 or `videos`.`type` = 3) and `video_categories`.`status` = 1 limit 12.41ms/app/Http/Controllers/HomeController.php:199vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 130
        • 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` = 7 and `id` != 130 and (`type` = 1 or `type` = 3) order by `id` desc limit 3990μs/app/Http/Controllers/HomeController.php:212vn_fuji
        Metadata
        Bindings
        • 0. 1
        • 1. 7
        • 2. 130
        • 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` = 14.54ms/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.87ms/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.06msview::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 3720μ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 3570μ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` = 1980μ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 3580μ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` = 1960μsview::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` = 1910μsview::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 3720μ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` = 1850μ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 3540μ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` = 11.04msview::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 3800μ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` = 1760μ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 3460μ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` asc920μ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` = 1650μ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` asc420μ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` asc520μ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 1430μ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 1350μ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` = 1430μ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` asc330μ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
          2gftL7Y2KDmA4arL6Q3Uot5kO3gk4T0z3Sp5B2eS
          _previous
          array:1 [ "url" => "https://fujiswimmingclub.com/video/130" ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /video/130
          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" => "11549" "REMOTE_ADDR" => "3.145.108.4" "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/130" "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" => 1748498626.6389 "REQUEST_TIME" => 1748498626 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 29 May 2025 06:03:46 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhtNG51dFl0OTN6czBncXllZDlUTHc9PSIsInZhbHVlIjoiNEhIMitlRjB5R3dxR2hqaDFUam40dUJIMUNcL2lGQ2RYWEM1V2pxM1JWZXJySmI3TDNEQWJxR3hsQlMwVGVFRksiLCJtYWMiOiJjNjFmOTk1OTkzNWZlNzJkYTg3NGIxZWIzNGQxYTRjNzQ1ZGM4OGFlMDRkZDY0YWJlNzMxZjExZTc5ZTFmODM2In0%3D; expires=Thu, 29-May-2025 08:03:51 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IkhtNG51dFl0OTN6czBncXllZDlUTHc9PSIsInZhbHVlIjoiNEhIMitlRjB5R3dxR2hqaDFUam40dUJIMUNcL2lGQ2RYWEM1V2pxM1JWZXJySmI3TDNEQWJxR3hsQlMwVGVFRksiLCJtY" 1 => "laravel_session=eyJpdiI6IlhlVXlkWlVhZTZLQ1VnYlJpbGpXV0E9PSIsInZhbHVlIjoiTW1JdXBQMkNUeUlxcDNYakpFMFE2VGZDMzNVcGlEOGF6OWlNK0YxT2U1WU9kOENtT3dzV29IbGZNZUVRaUJwWSIsIm1hYyI6IjBlYzc3ODczOTFmN2MzOWI2NmM1YTc3YTFmOTY1OTY3OTIwOTc5OWU4ZGUyZTY5N2U3YzFkYjdmZGZjY2UwN2UifQ%3D%3D; expires=Thu, 29-May-2025 08:03:51 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IlhlVXlkWlVhZTZLQ1VnYlJpbGpXV0E9PSIsInZhbHVlIjoiTW1JdXBQMkNUeUlxcDNYakpFMFE2VGZDMzNVcGlEOGF6OWlNK0YxT2U1WU9kOENtT3dzV29IbGZNZUVRaUJwWSIs" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhtNG51dFl0OTN6czBncXllZDlUTHc9PSIsInZhbHVlIjoiNEhIMitlRjB5R3dxR2hqaDFUam40dUJIMUNcL2lGQ2RYWEM1V2pxM1JWZXJySmI3TDNEQWJxR3hsQlMwVGVFRksiLCJtYWMiOiJjNjFmOTk1OTkzNWZlNzJkYTg3NGIxZWIzNGQxYTRjNzQ1ZGM4OGFlMDRkZDY0YWJlNzMxZjExZTc5ZTFmODM2In0%3D; expires=Thu, 29-May-2025 08:03:51 GMT; path=/XSRF-TOKEN=eyJpdiI6IkhtNG51dFl0OTN6czBncXllZDlUTHc9PSIsInZhbHVlIjoiNEhIMitlRjB5R3dxR2hqaDFUam40dUJIMUNcL2lGQ2RYWEM1V2pxM1JWZXJySmI3TDNEQWJxR3hsQlMwVGVFRksiLCJtY" 1 => "laravel_session=eyJpdiI6IlhlVXlkWlVhZTZLQ1VnYlJpbGpXV0E9PSIsInZhbHVlIjoiTW1JdXBQMkNUeUlxcDNYakpFMFE2VGZDMzNVcGlEOGF6OWlNK0YxT2U1WU9kOENtT3dzV29IbGZNZUVRaUJwWSIsIm1hYyI6IjBlYzc3ODczOTFmN2MzOWI2NmM1YTc3YTFmOTY1OTY3OTIwOTc5OWU4ZGUyZTY5N2U3YzFkYjdmZGZjY2UwN2UifQ%3D%3D; expires=Thu, 29-May-2025 08:03:51 GMT; path=/; httponlylaravel_session=eyJpdiI6IlhlVXlkWlVhZTZLQ1VnYlJpbGpXV0E9PSIsInZhbHVlIjoiTW1JdXBQMkNUeUlxcDNYakpFMFE2VGZDMzNVcGlEOGF6OWlNK0YxT2U1WU9kOENtT3dzV29IbGZNZUVRaUJwWSIs" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "2gftL7Y2KDmA4arL6Q3Uot5kO3gk4T0z3Sp5B2eS" "_previous" => array:1 [ "url" => "https://fujiswimmingclub.com/video/130" ] "PHPDEBUGBAR_STACK_DATA" => [] ]