Request history8.1.31PHP Version175msRequest Duration4MBMemory UsageGET profile/{id}Route
    • Booting (87.58ms)time
    • Application (86.95ms)time
    • 1 x Booting (50.18%)
      87.58ms
      1 x Application (49.82%)
      86.95ms
      7 templates were rendered
      • web.my-profilemy-profile.blade.php#?blade
      • includes.topbartopbar.blade.php#?blade
      • includes.leftSidebarleftSidebar.blade.php#?blade
      • components.profile-videosprofile-videos.blade.php#?blade
      • components.video-detail-modalvideo-detail-modal.blade.php#?blade
      • components.video-component-jsvideo-component-js.blade.php#?blade
      • layouts.frontfront.blade.php#?blade
      uri
      GET profile/{id}
      middleware
      web, redirect_to_mobile
      controller
      App\Http\Controllers\Web\UserController@userProfile
      as
      web.userProfile
      namespace
      Web
      prefix
      /
      where
      file
      app/Http/Controllers/Web/UserController.php:164-360
      45 statements were executed, 10 of which were duplicates, 35 unique. Show only duplicated33.12ms
      • select * from `users` where `users`.`user_id` = 1535 limit 1
        2.97msmoooby_video_appUserController.php#166
        Bindings
        • 0: 1535
        Backtrace
        • 20. app/Http/Controllers/Web/UserController.php:166
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select exists(select * from `follow` where (`follow_to` = '1535' and `follow_by` = 0)) as `exists`
        610μsmoooby_video_appUserController.php#198
        Bindings
        • 0: 1535
        • 1: 0
        Backtrace
        • 10. app/Http/Controllers/Web/UserController.php:198
        • 11. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 12. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 13. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select exists(select * from `blocked_users` where (`user_id` = '1535' and `blocked_by` = 0)) as `exists`
        430μsmoooby_video_appUserController.php#200
        Bindings
        • 0: 1535
        • 1: 0
        Backtrace
        • 10. app/Http/Controllers/Web/UserController.php:200
        • 11. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 12. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 13. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select exists(select * from `blocked_users` where (`blocked_by` = '1535' and `user_id` = 0)) as `exists`
        320μsmoooby_video_appUserController.php#203
        Bindings
        • 0: 1535
        • 1: 0
        Backtrace
        • 10. app/Http/Controllers/Web/UserController.php:203
        • 11. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 12. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 13. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `u`.`user_id`, `u`.`username`, `u`.`user_dp`, `u`.`bio`, `u`.`login_type`, `u`.`fname`, `u`.`lname`, `uv`.`verified` as `verified`, count(v.video_id) as total_videos, sum(v.total_likes) as total_likes from `users` as `u` left join `videos` as `v` on `v`.`user_id` = `u`.`user_id` and `v`.`active` = 1 and `v`.`flag` = 0 and `v`.`deleted` = 0 and `v`.`enabled` = 1 left join `user_verify` as `uv` on `uv`.`user_id` = `v`.`user_id` and `uv`.`verified` = 'A' where `u`.`user_id` = '1535' group by `v`.`user_id`, `u`.`user_id`, `u`.`username`, `u`.`user_dp`, `u`.`login_type`, `uv`.`verified`, `u`.`bio`, `u`.`fname`, `u`.`lname` limit 1
        600μsmoooby_video_appUserController.php#223
        Bindings
        • 0: 1
        • 1: 0
        • 2: 0
        • 3: 1
        • 4: A
        • 5: 1535
        Backtrace
        • 14. app/Http/Controllers/Web/UserController.php:223
        • 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 `follow` as `f` left join `users` as `u` on `u`.`user_id` = `f`.`follow_by` where `f`.`follow_to` = '1535' and `u`.`active` = 1 and `u`.`deleted` = 0
        310μsmoooby_video_appFunctions.php#856
        Bindings
        • 0: 1535
        • 1: 1
        • 2: 0
        Backtrace
        • 15. app/Helpers/Common/Functions.php:856
        • 16. app/Http/Controllers/Web/UserController.php:224
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select count(*) as aggregate from `follow` as `f` left join `users` as `u` on `u`.`user_id` = `f`.`follow_to` where `f`.`follow_by` = '1535' and `u`.`active` = 1 and `u`.`deleted` = 0
        290μsmoooby_video_appFunctions.php#828
        Bindings
        • 0: 1535
        • 1: 1
        • 2: 0
        Backtrace
        • 15. app/Helpers/Common/Functions.php:828
        • 16. app/Http/Controllers/Web/UserController.php:225
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select count(*) as aggregate from `videos` as `v` left join `follow` as `f` on `v`.`user_id` = `f`.`follow_to` and `f`.`follow_by` = 0 where CASE WHEN (f.follow_id is not null ) THEN (v.privacy=2 OR v.privacy=0) ELSE v.privacy=0 END and (`v`.`user_id` = '1535' and `v`.`active` = 1 and `v`.`enabled` = 1)
        320μsmoooby_video_appUserController.php#256
        Bindings
        • 0: 0
        • 1: 1535
        • 2: 1
        • 3: 1
        Backtrace
        • 15. app/Http/Controllers/Web/UserController.php:256
        • 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 `v`.`cf_video_id`, `v`.`user_id`, `v`.`video_id`, `v`.`video`, `v`.`title`, `v`.`description`, `v`.`thumb`, `v`.`gif`, `v`.`total_likes`, `v`.`total_comments`, `v`.`total_views` from `videos` as `v` left join `follow` as `f` on `v`.`user_id` = `f`.`follow_to` and `f`.`follow_by` = 0 where CASE WHEN (f.follow_id is not null ) THEN (v.privacy=2 OR v.privacy=0) ELSE v.privacy=0 END and (`v`.`user_id` = '1535' and `v`.`active` = 1 and `v`.`enabled` = 1) order by `v`.`video_id` desc limit 12 offset 0
        350μsmoooby_video_appUserController.php#258
        Bindings
        • 0: 0
        • 1: 1535
        • 2: 1
        • 3: 1
        Backtrace
        • 13. app/Http/Controllers/Web/UserController.php:258
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1535 limit 1
        500μsmoooby_video_appUserController.php#347
        Bindings
        • 0: 1535
        Backtrace
        • 14. app/Http/Controllers/Web/UserController.php:347
        • 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 `white_logo` from `home_settings` where `home_setting_id` = 1 limit 1
        330μsmoooby_video_appFunctions.php#433
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Helpers/Common/Functions.php:433
        • 15. view::includes.topbar:22
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `home_settings` limit 1
        380μsmoooby_video_appFunctions.php#1882
        Backtrace
        • 14. app/Helpers/Common/Functions.php:1882
        • 15. view::includes.topbar:132
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `home_settings` limit 1
        230μsmoooby_video_appFunctions.php#1899
        Backtrace
        • 14. app/Helpers/Common/Functions.php:1899
        • 15. view::includes.topbar:133
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `home_settings` limit 1
        310μsmoooby_video_appFunctions.php#1888
        Backtrace
        • 14. app/Helpers/Common/Functions.php:1888
        • 15. view::includes.topbar:135
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `home_settings` limit 1
        210μsmoooby_video_appFunctions.php#1910
        Backtrace
        • 14. app/Helpers/Common/Functions.php:1910
        • 15. view::includes.topbar:136
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `u`.* from `users` as `u` left join `user_verify` as `uv` on `uv`.`user_id` = `u`.`user_id` and `uv`.`verified` = 'A' left join `follow` as `f2` on `u`.`user_id` = `f2`.`follow_to` and `f2`.`follow_by` = 0 where `u`.`user_id` != 0 and `active` = 1 and `deleted` = 0 group by u.user_id,u.username,u.fname,u.lname,u.user_dp order by `user_id` desc limit 15
        11.27msmoooby_video_appFunctions.php#666
        Bindings
        • 0: A
        • 1: 0
        • 2: 0
        • 3: 1
        • 4: 0
        Backtrace
        • 13. app/Helpers/Common/Functions.php:666
        • 14. view::includes.leftSidebar:4
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1646 limit 1
        1.35msmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1646
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1645 limit 1
        350μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1645
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1644 limit 1
        570μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1644
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1643 limit 1
        450μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1643
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1642 limit 1
        410μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1642
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1641 limit 1
        330μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1641
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1640 limit 1
        250μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1640
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1639 limit 1
        380μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1639
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1638 limit 1
        290μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1638
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1637 limit 1
        290μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1637
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1636 limit 1
        280μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1636
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1635 limit 1
        250μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1635
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1634 limit 1
        250μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1634
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1633 limit 1
        250μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1633
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1632 limit 1
        290μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1632
        Backtrace
        • 14. app/Helpers/Common/Functions.php:676
        • 15. view::includes.leftSidebar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select u.user_id,u.username,u.fname,u.lname,u.user_dp,ifnull(f2.follow_id,0) as follow,uv.verified from `users` as `u` left join `user_verify` as `uv` on `uv`.`user_id` = `u`.`user_id` and `uv`.`verified` = 'A' inner join `follow` as `f2` on `u`.`user_id` = `f2`.`follow_to` and `f2`.`follow_by` = 0 where `u`.`user_id` != 0 and `active` = 1 and `deleted` = 0 group by u.user_id,u.username,u.fname,u.lname,u.user_dp order by `user_id` desc limit 15
        1.67msmoooby_video_appFunctions.php#608
        Bindings
        • 0: A
        • 1: 0
        • 2: 0
        • 3: 1
        • 4: 0
        Backtrace
        • 13. app/Helpers/Common/Functions.php:608
        • 14. view::includes.leftSidebar:5
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `white_logo` from `home_settings` where `home_setting_id` = 1 limit 1
        930μsmoooby_video_appFunctions.php#433
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Helpers/Common/Functions.php:433
        • 15. view::includes.leftSidebar:21
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `users` where `users`.`user_id` = 1535 limit 1
        430μsmoooby_video_appVideosComponent.php#310
        Bindings
        • 0: 1535
        Backtrace
        • 20. app/View/Components/VideosComponent.php:310
        • 21. app/View/Components/VideosComponent.php:47
        • 23. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 24. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 25. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select exists(select * from `follow` where (`follow_to` = 1535 and `follow_by` = 0)) as `exists`
        310μsmoooby_video_appVideosComponent.php#346
        Bindings
        • 0: 1535
        • 1: 0
        Backtrace
        • 10. app/View/Components/VideosComponent.php:346
        • 11. app/View/Components/VideosComponent.php:47
        • 13. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 14. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 15. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select exists(select * from `blocked_users` where (`user_id` = 1535 and `blocked_by` = 0)) as `exists`
        400μsmoooby_video_appVideosComponent.php#348
        Bindings
        • 0: 1535
        • 1: 0
        Backtrace
        • 10. app/View/Components/VideosComponent.php:348
        • 11. app/View/Components/VideosComponent.php:47
        • 13. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 14. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 15. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select exists(select * from `blocked_users` where (`blocked_by` = 1535 and `user_id` = 0)) as `exists`
        280μsmoooby_video_appVideosComponent.php#351
        Bindings
        • 0: 1535
        • 1: 0
        Backtrace
        • 10. app/View/Components/VideosComponent.php:351
        • 11. app/View/Components/VideosComponent.php:47
        • 13. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 14. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 15. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select `u`.`user_id`, `u`.`username`, `u`.`user_dp`, `u`.`bio`, `u`.`login_type`, `u`.`fname`, `u`.`lname`, `uv`.`verified` as `verified`, count(v.video_id) as total_videos, sum(v.total_likes) as total_likes from `users` as `u` left join `videos` as `v` on `v`.`user_id` = `u`.`user_id` and `v`.`active` = 1 and `v`.`flag` = 0 and `v`.`deleted` = 0 and `v`.`enabled` = 1 left join `user_verify` as `uv` on `uv`.`user_id` = `v`.`user_id` and `uv`.`verified` = 'A' where `u`.`user_id` = 1535 group by `v`.`user_id`, `u`.`user_id`, `u`.`username`, `u`.`user_dp`, `u`.`login_type`, `uv`.`verified`, `u`.`bio`, `u`.`fname`, `u`.`lname` limit 1
        550μsmoooby_video_appVideosComponent.php#371
        Bindings
        • 0: 1
        • 1: 0
        • 2: 0
        • 3: 1
        • 4: A
        • 5: 1535
        Backtrace
        • 14. app/View/Components/VideosComponent.php:371
        • 15. app/View/Components/VideosComponent.php:47
        • 17. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 19. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select count(*) as aggregate from `follow` as `f` left join `users` as `u` on `u`.`user_id` = `f`.`follow_by` where `f`.`follow_to` = 1535 and `u`.`active` = 1 and `u`.`deleted` = 0
        320μsmoooby_video_appFunctions.php#856
        Bindings
        • 0: 1535
        • 1: 1
        • 2: 0
        Backtrace
        • 15. app/Helpers/Common/Functions.php:856
        • 16. app/View/Components/VideosComponent.php:372
        • 17. app/View/Components/VideosComponent.php:47
        • 19. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 20. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
      • select count(*) as aggregate from `follow` as `f` left join `users` as `u` on `u`.`user_id` = `f`.`follow_to` where `f`.`follow_by` = 1535 and `u`.`active` = 1 and `u`.`deleted` = 0
        330μsmoooby_video_appFunctions.php#828
        Bindings
        • 0: 1535
        • 1: 1
        • 2: 0
        Backtrace
        • 15. app/Helpers/Common/Functions.php:828
        • 16. app/View/Components/VideosComponent.php:373
        • 17. app/View/Components/VideosComponent.php:47
        • 19. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 20. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
      • select count(*) as aggregate from `videos` as `v` left join `follow` as `f` on `v`.`user_id` = `f`.`follow_to` and `f`.`follow_by` = 0 where CASE WHEN (f.follow_id is not null ) THEN (v.privacy=2 OR v.privacy=0) ELSE v.privacy=0 END and (`v`.`user_id` = 1535 and `v`.`active` = 1 and `v`.`enabled` = 1) limit 12 offset 0
        310μsmoooby_video_appVideosComponent.php#403
        Bindings
        • 0: 0
        • 1: 1535
        • 2: 1
        • 3: 1
        Backtrace
        • 15. app/View/Components/VideosComponent.php:403
        • 16. app/View/Components/VideosComponent.php:47
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 19. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 20. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select `v`.`cf_video_id`, `v`.`user_id`, `v`.`video_id`, `v`.`video`, `v`.`title`, `v`.`description`, `v`.`thumb`, `v`.`gif`, `v`.`total_likes`, `v`.`total_comments`, `v`.`total_views` from `videos` as `v` left join `follow` as `f` on `v`.`user_id` = `f`.`follow_to` and `f`.`follow_by` = 0 where CASE WHEN (f.follow_id is not null ) THEN (v.privacy=2 OR v.privacy=0) ELSE v.privacy=0 END and (`v`.`user_id` = 1535 and `v`.`active` = 1 and `v`.`enabled` = 1) order by `v`.`video_id` desc limit 12 offset 0
        360μsmoooby_video_appVideosComponent.php#406
        Bindings
        • 0: 0
        • 1: 1535
        • 2: 1
        • 3: 1
        Backtrace
        • 13. app/View/Components/VideosComponent.php:406
        • 14. app/View/Components/VideosComponent.php:47
        • 16. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 17. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 18. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select *,case when user_dp !='' THEN case when INSTR(user_dp,'https://') > 0 THEN user_dp ELSE concat('https://mooobys3.fra1.digitaloceanspaces.com/public/profile_pic/',user_id,'/small/',user_dp) END ELSE 'https://moooby.com/default/default.png' END as user_dp from `users` where `user_id` = 1535 limit 1
        360μsmoooby_video_appVideosComponent.php#415
        Bindings
        • 0: 1535
        Backtrace
        • 14. app/View/Components/VideosComponent.php:415
        • 15. app/View/Components/VideosComponent.php:47
        • 17. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 19. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
      • select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'moooby_video_app' and table_name = 'home_settings' order by ordinal_position asc
        1.19msmoooby_video_appFunctions.php#472
        Backtrace
        • 14. app/Helpers/Common/Functions.php:472
        • 15. view::layouts.front:8
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `site_title` from `home_settings` where `home_setting_id` = 1 limit 1
        260μsmoooby_video_appFunctions.php#475
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Helpers/Common/Functions.php:475
        • 15. view::layouts.front:8
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Models\User
      2User.php#?
          _token
          HdZ0AJXNFeegZ8PIKWQ72kOpQTTbjWgGAT2P6k0s
          _previous
          array:1 [ "url" => "https://moooby.com/profile/1535" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /profile/1535
          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:23 [ "x-https" => array:1 [ 0 => "1" ] "host" => array:1 [ 0 => "moooby.com" ] "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" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-connecting-ip" => array:1 [ 0 => "3.147.195.139" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "x-forwarded-for" => array:1 [ 0 => "3.147.195.139" ] "cf-ray" => array:1 [ 0 => "92008620bffd6096-ORD" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 14 Mar 2025 03:00:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVsRDZOemw0MHFOZjFkODFUMy9wMmc9PSIsInZhbHVlIjoiOU9FZlZCTzRkRmJHbVdrQnFKYzdKeU5COHFTdm5iVEpYc1lYemRlUnVDVFhzNXBVOWpjalkrY3gvR0h1Y1BNeTR3S2lNOFIvakR6T25UaU1DR1NNTXJ6L0pNT0tLVWFaS0tHOHhDdlJJVUZITzVNaEw3bVpyK0NnTElqalRuTEIiLCJtYWMiOiIzZjI5M2JkMDJhZWNiYTc0YzllODYzMzYyN2M0YzlkNmUyMTdlMmJhMjJmN2IwYTNiOGIxNWJiMzg3NjliODcwIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 05:00:59 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkVsRDZOemw0MHFOZjFkODFUMy9wMmc9PSIsInZhbHVlIjoiOU9FZlZCTzRkRmJHbVdrQnFKYzdKeU5COHFTdm5iVEpYc1lYemRlUnVDVFhzNXBVOWpjalkrY3gvR0h1Y1BNeTR3S2lNO" 1 => "laravel_session=eyJpdiI6IitlY3d5MVdQc1pQUFNTdGZ0SHVUZ3c9PSIsInZhbHVlIjoiVEZUYWNSY0dzSXR4TDVDeHRxd2ZIVjRJUks2bnNNSUdaYnJMQlhnMWxTSnZNWllUUXdmNkFRVFZlOVZuUlUrUmlrUk5oOEZMc1lUSmIvSGtDZ0dKdXlYMWNjblZhalJheWhpbERDNW5GN0N0SUlsbG44ZDF4RlBIY3R0aU5MNngiLCJtYWMiOiJkYjNhZDFkOTRlZGZkMTU1MmNmNDc1Y2ZjNzcyMDNjMzVkOTljYzNlZWExYjMyYjlmNzA1MjE2ZmIwZWJlOWNiIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 05:00:59 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IitlY3d5MVdQc1pQUFNTdGZ0SHVUZ3c9PSIsInZhbHVlIjoiVEZUYWNSY0dzSXR4TDVDeHRxd2ZIVjRJUks2bnNNSUdaYnJMQlhnMWxTSnZNWllUUXdmNkFRVFZlOVZuUlUrUmlr" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVsRDZOemw0MHFOZjFkODFUMy9wMmc9PSIsInZhbHVlIjoiOU9FZlZCTzRkRmJHbVdrQnFKYzdKeU5COHFTdm5iVEpYc1lYemRlUnVDVFhzNXBVOWpjalkrY3gvR0h1Y1BNeTR3S2lNOFIvakR6T25UaU1DR1NNTXJ6L0pNT0tLVWFaS0tHOHhDdlJJVUZITzVNaEw3bVpyK0NnTElqalRuTEIiLCJtYWMiOiIzZjI5M2JkMDJhZWNiYTc0YzllODYzMzYyN2M0YzlkNmUyMTdlMmJhMjJmN2IwYTNiOGIxNWJiMzg3NjliODcwIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 05:00:59 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkVsRDZOemw0MHFOZjFkODFUMy9wMmc9PSIsInZhbHVlIjoiOU9FZlZCTzRkRmJHbVdrQnFKYzdKeU5COHFTdm5iVEpYc1lYemRlUnVDVFhzNXBVOWpjalkrY3gvR0h1Y1BNeTR3S2lNO" 1 => "laravel_session=eyJpdiI6IitlY3d5MVdQc1pQUFNTdGZ0SHVUZ3c9PSIsInZhbHVlIjoiVEZUYWNSY0dzSXR4TDVDeHRxd2ZIVjRJUks2bnNNSUdaYnJMQlhnMWxTSnZNWllUUXdmNkFRVFZlOVZuUlUrUmlrUk5oOEZMc1lUSmIvSGtDZ0dKdXlYMWNjblZhalJheWhpbERDNW5GN0N0SUlsbG44ZDF4RlBIY3R0aU5MNngiLCJtYWMiOiJkYjNhZDFkOTRlZGZkMTU1MmNmNDc1Y2ZjNzcyMDNjMzVkOTljYzNlZWExYjMyYjlmNzA1MjE2ZmIwZWJlOWNiIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 05:00:59 GMT; path=/; httponlylaravel_session=eyJpdiI6IitlY3d5MVdQc1pQUFNTdGZ0SHVUZ3c9PSIsInZhbHVlIjoiVEZUYWNSY0dzSXR4TDVDeHRxd2ZIVjRJUks2bnNNSUdaYnJMQlhnMWxTSnZNWllUUXdmNkFRVFZlOVZuUlUrUmlr" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "HdZ0AJXNFeegZ8PIKWQ72kOpQTTbjWgGAT2P6k0s" "_previous" => array:1 [ "url" => "https://moooby.com/profile/1535" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-14 03:00:59GET/profile/15357452