Video Channel Banner
profile pic
GeeGeeTee

6 K subscribers

Stats
  • 2.3 M views
  • 6 K subscribers
  • 2417 videos

No Playlist Created.

No User Products Added.

Request history8.1.29PHP Version3.46sRequest Duration5MBMemory UsageGET channels/@{user}Route
    • Booting (97.87ms)time
    • Application (3.36s)time
    • 1 x Application (97.17%)
      3.36s
      1 x Booting (2.83%)
      97.87ms
      31 templates were rendered
      • 1x new.channel.showshow.blade.php#?blade
      • 1x livewire.subscribe-channel-togglesubscribe-channel-toggle.blade.php#?blade
      • 24x new.partials.homepage._single-video_single-video.blade.php#?blade
      • 1x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 1x layouts.new-designnew-design.blade.php#?blade
      • 1x new.partials.header.indexindex.blade.php#?blade
      • 1x new.partials.nav.top-navtop-nav.blade.php#?blade
      • 1x new.partials.footer.indexindex.blade.php#?blade
      uri
      GET channels/@{user}
      middleware
      web, ensure2fa.complete
      uses
      App\Http\Controllers\New\ShowChannelController@__invoke
      controller
      App\Http\Controllers\New\ShowChannelController
      namespace
      prefix
      where
      as
      channel.show
      40 statements were executed, 29 of which were duplicates, 11 unique. Show only duplicated3.24s
      • select * from `sessions` where `id` = 'OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm' limit 1
        970μsbntliveDatabaseSessionHandler.php#97
        Bindings
        • 0: OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm
        Backtrace
        • 14. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 15. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 18. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • select * from `users` where `username` = 'GeeGeeTee' limit 1
        2.36msbntliveImplicitRouteBinding.php#61
        Bindings
        • 0: GeeGeeTee
        Backtrace
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Router.php:947
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 20. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select `users`.*, (select sum(`videos`.`views`) from `videos` where `users`.`id` = `videos`.`user_id` and `videos`.`deleted_at` is null and exists (select * from `users` where `videos`.`user_id` = `users`.`id`) and `approved` = 1 and (`privacy` = 0 or `privacy` = 2)) as `videos_sum_views`, (select count(*) from `subscriptions` where `users`.`id` = `subscriptions`.`user_id`) as `subscribers_count` from `users` where `id` = 14177
        1.59sbntliveShowChannelController.php#25
        Bindings
        • 0: 1
        • 1: 0
        • 2: 2
        • 3: 14177
        Backtrace
        • 14. app/Http/Controllers/New/ShowChannelController.php:25
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `videos` where `videos`.`user_id` = 14177 and `videos`.`user_id` is not null and `videos`.`deleted_at` is null and exists (select * from `users` where `videos`.`user_id` = `users`.`id`) and `approved` = 1 and (`privacy` = 0 or `privacy` = 2)
        486msbntliveShowChannelController.php#31
        Bindings
        • 0: 14177
        • 1: 1
        • 2: 0
        • 3: 2
        Backtrace
        • 18. app/Http/Controllers/New/ShowChannelController.php:31
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `videos` where `videos`.`user_id` = 14177 and `videos`.`user_id` is not null and `videos`.`deleted_at` is null and exists (select * from `users` where `videos`.`user_id` = `users`.`id`) and `approved` = 1 and (`privacy` = 0 or `privacy` = 2) order by `time_date` desc limit 24 offset 0
        582msbntliveShowChannelController.php#31
        Bindings
        • 0: 14177
        • 1: 1
        • 2: 0
        • 3: 2
        Backtrace
        • 18. app/Http/Controllers/New/ShowChannelController.php:31
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories`
        16.79msbntliveShowChannelController.php#32
        Backtrace
        • 15. app/Http/Controllers/New/ShowChannelController.php:32
        • 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 `users` where `users`.`id` = 14177 limit 1
        5.63msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        4msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        8.44msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        2.82msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        900μsbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        5.91msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        990μsbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        6.02msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        5.41msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        830μsbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        1.06msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        1.36msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        3.92msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        5.13msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        3.24msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        3.27msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        3.49msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        3.38msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        960μsbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        3.77msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        4.11msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        970μsbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        1.06msbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `users` where `users`.`id` = 14177 limit 1
        960μsbntlive85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php#18
        Bindings
        • 0: 14177
        Backtrace
        • 20. home/forge/ups.onevsp.com/storage/framework/views/85d76a471ea24fe863bd58a5b2bb4bebb28dd65a.php:18
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select count(*) as aggregate from `videos` where `videos`.`user_id` = 14177 and `videos`.`user_id` is not null and `videos`.`deleted_at` is null and exists (select * from `users` where `videos`.`user_id` = `users`.`id`) and `approved` = 1 and (`privacy` = 0 or `privacy` = 2)
        442msbntlive3c31e7249071d8eaca8677f81c05a45d84e813e1.php#116
        Bindings
        • 0: 14177
        • 1: 1
        • 2: 0
        • 3: 2
        Backtrace
        • 18. home/forge/ups.onevsp.com/storage/framework/views/3c31e7249071d8eaca8677f81c05a45d84e813e1.php:116
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `options` where `key` = 'dailymotion_id' limit 1
        3.98msbntliveOption.php#55
        Bindings
        • 0: dailymotion_id
        Backtrace
        • 15. vendor/appstract/laravel-options/src/Option.php:55
        • 16. vendor/appstract/laravel-options/src/helpers.php:23
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `options` where `key` = 'title' limit 1
        4.6msbntliveOption.php#55
        Bindings
        • 0: title
        Backtrace
        • 15. vendor/appstract/laravel-options/src/Option.php:55
        • 16. vendor/appstract/laravel-options/src/helpers.php:23
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `options` where `key` = 'user_registration' limit 1
        2.76msbntliveOption.php#55
        Bindings
        • 0: user_registration
        Backtrace
        • 15. vendor/appstract/laravel-options/src/Option.php:55
        • 16. vendor/appstract/laravel-options/src/helpers.php:23
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `options` where `key` = 'who_upload' limit 1
        3.05msbntliveOption.php#55
        Bindings
        • 0: who_upload
        Backtrace
        • 15. vendor/appstract/laravel-options/src/Option.php:55
        • 16. vendor/appstract/laravel-options/src/helpers.php:23
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `options` where `key` = 'upload_system' limit 1
        5.06msbntliveOption.php#55
        Bindings
        • 0: upload_system
        Backtrace
        • 15. vendor/appstract/laravel-options/src/Option.php:55
        • 16. vendor/appstract/laravel-options/src/helpers.php:23
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `options` where `key` = 'night_mode' limit 1
        4.16msbntliveOption.php#55
        Bindings
        • 0: night_mode
        Backtrace
        • 15. vendor/appstract/laravel-options/src/Option.php:55
        • 16. vendor/appstract/laravel-options/src/helpers.php:23
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `sessions` where `id` = 'OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm' limit 1
        4.5msbntliveDatabaseSessionHandler.php#97
        Bindings
        • 0: OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm
        Backtrace
        • 14. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:173
        • 17. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:238
        • 18. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiREo0NWo5Qkw1TXdJM0ZEOEg1Y2ZLTTRJUTBQaHJQeG1NdzFYVU16NyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDI6Imh0dHBzOi8vdXBzLm9uZXZzcC5jb20vY2hhbm5lbHMvQEdlZUdlZVRlZSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1745542713, '', '3.147.76.86', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm')
        6.67msbntliveDatabaseSessionHandler.php#158
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiREo0NWo5Qkw1TXdJM0ZEOEg1Y2ZLTTRJUTBQaHJQeG1NdzFYVU16NyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDI6Imh0dHBzOi8vdXBzLm9uZXZzcC5jb20vY2hhbm5lbHMvQEdlZUdlZVRlZSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=
        • 1: 1745542713
        • 2: 
        • 3: 3.147.76.86
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm
        Backtrace
        • 10. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
        • 11. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
        • 12. vendor/laravel/framework/src/Illuminate/Session/Store.php:173
        • 13. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:238
        • 14. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • select * from `sessions` where `id` = 'OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm' limit 1
        4.38msbntliveDatabaseSessionHandler.php#97
        Bindings
        • 0: OF8lLaSw3rWZgNECIiiTk7WtD3kzhBbtVL8XPWHm
        Backtrace
        • 14. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 15. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 20. vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:446
      App\Models\User
      26User.php#?
      App\Models\Video
      24Video.php#?
      App\Models\Category
      17Category.php#?
      Appstract\Options\Option
      6Option.php#?
      subscribe-channel-toggle #zIcWSET6ichkRvP4opKw
      array:5 [ "data" => array:1 [ "user" => App\Models\User {#1802 #connection: "mysql" ...
          _token
          DJ45j9BL5MwI3FD8H5cfKM4IQ0PhrPxmMw1XUMz7
          _previous
          array:1 [ "url" => "https://ups.onevsp.com/channels/@GeeGeeTee" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /channels/@GeeGeeTee
          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 => "ups.onevsp.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:10 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Fri, 25 Apr 2025 00:58:32 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "x-clockwork-id" => array:1 [ 0 => "X9a46a414012630686861970f287df953" ] "x-clockwork-version" => array:1 [ 0 => "9" ] "x-clockwork-path" => array:1 [ 0 => "_debugbar/clockwork/" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJydW0rVUExdW05QlpZUU9hWi82ZlE9PSIsInZhbHVlIjoiNDRybDNoZ01LbkwySHI2cVp4ZFVJaDVSM2I0djh6QWQ5UFpuQTZnQTc0RUJaTnI4TXlCdXZXWHMyNzdiT3JpWjV0a1BuSUVmcytJOTh4MW5pUXZVem1JaUE2aFQ5ZEhrWWRsRGFSdGo5b1ZxbWpLNmJKNWR6NnQ5UWVxU0xhYmIiLCJtYWMiOiI5NGJjYTkwNjc4NWNhYmEwODQ4ZTNlYzAyNDgzZGI3MzY0NjM0Mzk0Njk0ODVlNTQ3NjVjODY5M2I0ZjY5NmM5IiwidGFnIjoiIn0%3D; expires=Fri, 25 Apr 2025 02:58:33 GMT; Max-Age=7200; path=/; domain=.onevsp.com; samesite=laxXSRF-TOKEN=eyJpdiI6ImJydW0rVUExdW05QlpZUU9hWi82ZlE9PSIsInZhbHVlIjoiNDRybDNoZ01LbkwySHI2cVp4ZFVJaDVSM2I0djh6QWQ5UFpuQTZnQTc0RUJaTnI4TXlCdXZXWHMyNzdiT3JpWjV0a1BuS" 1 => "one_vsp_session=eyJpdiI6ImR0RmRRbEU1Vm8wRXdIV3Q4NXlpNEE9PSIsInZhbHVlIjoiS2lFVkg2NXZqKzdwRHpwdEV4QlU0QXVJT05hVUJ1amtvMEN4VS90YnEyaWN1Uk1YVThEK1ROQWFWRkEyNkJ3UmpCdnZHMlI2a0JOaXB0czJTL2t4WWlWQ0tqZDI4ak5OUXJwRVFqREp1c0JhaGl5cnJpRnNpNVN5VHFPMEhQd0UiLCJtYWMiOiI3ZmJmOTA0NWY2MWI4MjE0MjEwYzUxMzVlYTQzMGM4NDI4ODc0NTFjYmI3ZGIxNmZhZTBmODE1ZGMzMDFhOWIxIiwidGFnIjoiIn0%3D; expires=Fri, 25 Apr 2025 02:58:33 GMT; Max-Age=7200; path=/; domain=.onevsp.com; httponly; samesite=laxone_vsp_session=eyJpdiI6ImR0RmRRbEU1Vm8wRXdIV3Q4NXlpNEE9PSIsInZhbHVlIjoiS2lFVkg2NXZqKzdwRHpwdEV4QlU0QXVJT05hVUJ1amtvMEN4VS90YnEyaWN1Uk1YVThEK1ROQWFWRkEyNkJ3UmpC" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJydW0rVUExdW05QlpZUU9hWi82ZlE9PSIsInZhbHVlIjoiNDRybDNoZ01LbkwySHI2cVp4ZFVJaDVSM2I0djh6QWQ5UFpuQTZnQTc0RUJaTnI4TXlCdXZXWHMyNzdiT3JpWjV0a1BuSUVmcytJOTh4MW5pUXZVem1JaUE2aFQ5ZEhrWWRsRGFSdGo5b1ZxbWpLNmJKNWR6NnQ5UWVxU0xhYmIiLCJtYWMiOiI5NGJjYTkwNjc4NWNhYmEwODQ4ZTNlYzAyNDgzZGI3MzY0NjM0Mzk0Njk0ODVlNTQ3NjVjODY5M2I0ZjY5NmM5IiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 02:58:33 GMT; domain=.onevsp.com; path=/XSRF-TOKEN=eyJpdiI6ImJydW0rVUExdW05QlpZUU9hWi82ZlE9PSIsInZhbHVlIjoiNDRybDNoZ01LbkwySHI2cVp4ZFVJaDVSM2I0djh6QWQ5UFpuQTZnQTc0RUJaTnI4TXlCdXZXWHMyNzdiT3JpWjV0a1BuS" 1 => "one_vsp_session=eyJpdiI6ImR0RmRRbEU1Vm8wRXdIV3Q4NXlpNEE9PSIsInZhbHVlIjoiS2lFVkg2NXZqKzdwRHpwdEV4QlU0QXVJT05hVUJ1amtvMEN4VS90YnEyaWN1Uk1YVThEK1ROQWFWRkEyNkJ3UmpCdnZHMlI2a0JOaXB0czJTL2t4WWlWQ0tqZDI4ak5OUXJwRVFqREp1c0JhaGl5cnJpRnNpNVN5VHFPMEhQd0UiLCJtYWMiOiI3ZmJmOTA0NWY2MWI4MjE0MjEwYzUxMzVlYTQzMGM4NDI4ODc0NTFjYmI3ZGIxNmZhZTBmODE1ZGMzMDFhOWIxIiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 02:58:33 GMT; domain=.onevsp.com; path=/; httponlyone_vsp_session=eyJpdiI6ImR0RmRRbEU1Vm8wRXdIV3Q4NXlpNEE9PSIsInZhbHVlIjoiS2lFVkg2NXZqKzdwRHpwdEV4QlU0QXVJT05hVUJ1amtvMEN4VS90YnEyaWN1Uk1YVThEK1ROQWFWRkEyNkJ3UmpC" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "DJ45j9BL5MwI3FD8H5cfKM4IQ0PhrPxmMw1XUMz7" "_previous" => array:1 [ "url" => "https://ups.onevsp.com/channels/@GeeGeeTee" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-25 00:58:33GET/channels/@GeeGeeTee3140731