Request history8.1.32PHP Version189msRequest Duration4MBMemory UsageGET profile/{id}Route
    • Booting (91.83ms)time
    • Application (96.91ms)time
    • 1 x Application (51.34%)
      96.91ms
      1 x Booting (48.65%)
      91.83ms
      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, 11 of which were duplicates, 34 unique. Show only duplicated35.22ms
      • select * from `users` where `users`.`user_id` = 1664 limit 1
        2.85msmoooby_video_appUserController.php#166
        Bindings
        • 0: 1664
        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` = '1664' and `follow_by` = 0)) as `exists`
        440μsmoooby_video_appUserController.php#198
        Bindings
        • 0: 1664
        • 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` = '1664' and `blocked_by` = 0)) as `exists`
        440μsmoooby_video_appUserController.php#200
        Bindings
        • 0: 1664
        • 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` = '1664' and `user_id` = 0)) as `exists`
        360μsmoooby_video_appUserController.php#203
        Bindings
        • 0: 1664
        • 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` = '1664' 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
        780μsmoooby_video_appUserController.php#223
        Bindings
        • 0: 1
        • 1: 0
        • 2: 0
        • 3: 1
        • 4: A
        • 5: 1664
        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` = '1664' and `u`.`active` = 1 and `u`.`deleted` = 0
        370μsmoooby_video_appFunctions.php#856
        Bindings
        • 0: 1664
        • 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` = '1664' and `u`.`active` = 1 and `u`.`deleted` = 0
        270μsmoooby_video_appFunctions.php#828
        Bindings
        • 0: 1664
        • 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` = '1664' and `v`.`active` = 1 and `v`.`enabled` = 1)
        330μsmoooby_video_appUserController.php#256
        Bindings
        • 0: 0
        • 1: 1664
        • 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` = '1664' and `v`.`active` = 1 and `v`.`enabled` = 1) order by `v`.`video_id` desc limit 12 offset 0
        400μsmoooby_video_appUserController.php#258
        Bindings
        • 0: 0
        • 1: 1664
        • 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` = 1664 limit 1
        910μsmoooby_video_appUserController.php#347
        Bindings
        • 0: 1664
        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
        430μ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
        700μ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
        360μ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
        260μ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
        270μ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.45msmoooby_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` = 1672 limit 1
        1.56msmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1672
        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` = 1671 limit 1
        320μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1671
        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` = 1670 limit 1
        320μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1670
        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` = 1669 limit 1
        300μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1669
        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` = 1668 limit 1
        320μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1668
        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` = 1667 limit 1
        330μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1667
        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` = 1666 limit 1
        310μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1666
        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` = 1665 limit 1
        350μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1665
        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` = 1664 limit 1
        290μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1664
        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` = 1663 limit 1
        310μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1663
        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` = 1662 limit 1
        280μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1662
        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` = 1661 limit 1
        270μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1661
        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` = 1660 limit 1
        260μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1660
        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` = 1659 limit 1
        250μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1659
        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` = 1658 limit 1
        260μsmoooby_video_appFunctions.php#676
        Bindings
        • 0: 1658
        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.9msmoooby_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
        1.62msmoooby_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` = 1664 limit 1
        420μsmoooby_video_appVideosComponent.php#310
        Bindings
        • 0: 1664
        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` = 1664 and `follow_by` = 0)) as `exists`
        440μsmoooby_video_appVideosComponent.php#346
        Bindings
        • 0: 1664
        • 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` = 1664 and `blocked_by` = 0)) as `exists`
        370μsmoooby_video_appVideosComponent.php#348
        Bindings
        • 0: 1664
        • 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` = 1664 and `user_id` = 0)) as `exists`
        280μsmoooby_video_appVideosComponent.php#351
        Bindings
        • 0: 1664
        • 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` = 1664 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
        690μsmoooby_video_appVideosComponent.php#371
        Bindings
        • 0: 1
        • 1: 0
        • 2: 0
        • 3: 1
        • 4: A
        • 5: 1664
        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` = 1664 and `u`.`active` = 1 and `u`.`deleted` = 0
        340μsmoooby_video_appFunctions.php#856
        Bindings
        • 0: 1664
        • 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` = 1664 and `u`.`active` = 1 and `u`.`deleted` = 0
        300μsmoooby_video_appFunctions.php#828
        Bindings
        • 0: 1664
        • 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` = 1664 and `v`.`active` = 1 and `v`.`enabled` = 1) limit 12 offset 0
        350μsmoooby_video_appVideosComponent.php#403
        Bindings
        • 0: 0
        • 1: 1664
        • 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` = 1664 and `v`.`active` = 1 and `v`.`enabled` = 1) order by `v`.`video_id` desc limit 12 offset 0
        400μsmoooby_video_appVideosComponent.php#406
        Bindings
        • 0: 0
        • 1: 1664
        • 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` = 1664 limit 1
        360μsmoooby_video_appVideosComponent.php#415
        Bindings
        • 0: 1664
        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.15msmoooby_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
        250μ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
          wLgOqUf3SonsZIu7XznrFuZEvXpE6l3pcP28Exf1
          _previous
          array:1 [ "url" => "https://moooby.com/profile/1664" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /profile/1664
          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" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.134.83.74" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "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" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "92c84c2c0817fa19-ORD" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-for" => array:1 [ 0 => "3.134.83.74" ] ]
          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 => "Mon, 07 Apr 2025 08:53:58 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InRvRnBpaU92bDYwa1REN1RGenMvR1E9PSIsInZhbHVlIjoiMFpDS3JQTk1RNkpVQXdzc0NUN0VQQlRqKzFFMGVuZ1RGU0htNGJ4TlF0ZUJhZlU1M1FmNk5DRXdBSit2dnVLb1VSYnlhS2lhekxGbndDM2FRUStyTTI1cDhrNStRYUVTeHNWQW5DMlBQWTZLZ1dBNnBPc1pyeVZBNjFGZ21vQUYiLCJtYWMiOiIwMjA0NWU1OWIzYWQ0NzFjZWVkY2NmZDhmMWFkYmI4ZmE5NDBlZDkyOGJhNTkwZjllYjVlNzBiYzE5Mjg3NjQwIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 10:53:58 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InRvRnBpaU92bDYwa1REN1RGenMvR1E9PSIsInZhbHVlIjoiMFpDS3JQTk1RNkpVQXdzc0NUN0VQQlRqKzFFMGVuZ1RGU0htNGJ4TlF0ZUJhZlU1M1FmNk5DRXdBSit2dnVLb1VSYnlhS" 1 => "laravel_session=eyJpdiI6InVTamprV1l3ZU1hMCtWODdsQTBwNEE9PSIsInZhbHVlIjoiSkJGQ2psMHZXMTFiUU43QXZrTmp0Y0VUUktWSTJuRkJNd1NLWXEyb0V5UEdDb1VyMlJ6OHlTWm8vWGxtRHF1K0g1TWZ0WnI0djlJWW5TYzNBU3hvN2E1bnFManpkMWNCb0dWSGNxL3BYbFpUcXJQdnFwL2hSZ1hGd2Focng0TVgiLCJtYWMiOiIwZTQ1NGE2ODkxNzdkZmY0YWJjYWU2YjRjNzA2M2ZiMzVmM2QyY2FkYTVmNmQ1MDJmNDEwNmQzYjI0ZWYxZDcwIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 10:53:58 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6InVTamprV1l3ZU1hMCtWODdsQTBwNEE9PSIsInZhbHVlIjoiSkJGQ2psMHZXMTFiUU43QXZrTmp0Y0VUUktWSTJuRkJNd1NLWXEyb0V5UEdDb1VyMlJ6OHlTWm8vWGxtRHF1K0g1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InRvRnBpaU92bDYwa1REN1RGenMvR1E9PSIsInZhbHVlIjoiMFpDS3JQTk1RNkpVQXdzc0NUN0VQQlRqKzFFMGVuZ1RGU0htNGJ4TlF0ZUJhZlU1M1FmNk5DRXdBSit2dnVLb1VSYnlhS2lhekxGbndDM2FRUStyTTI1cDhrNStRYUVTeHNWQW5DMlBQWTZLZ1dBNnBPc1pyeVZBNjFGZ21vQUYiLCJtYWMiOiIwMjA0NWU1OWIzYWQ0NzFjZWVkY2NmZDhmMWFkYmI4ZmE5NDBlZDkyOGJhNTkwZjllYjVlNzBiYzE5Mjg3NjQwIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 10:53:58 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InRvRnBpaU92bDYwa1REN1RGenMvR1E9PSIsInZhbHVlIjoiMFpDS3JQTk1RNkpVQXdzc0NUN0VQQlRqKzFFMGVuZ1RGU0htNGJ4TlF0ZUJhZlU1M1FmNk5DRXdBSit2dnVLb1VSYnlhS" 1 => "laravel_session=eyJpdiI6InVTamprV1l3ZU1hMCtWODdsQTBwNEE9PSIsInZhbHVlIjoiSkJGQ2psMHZXMTFiUU43QXZrTmp0Y0VUUktWSTJuRkJNd1NLWXEyb0V5UEdDb1VyMlJ6OHlTWm8vWGxtRHF1K0g1TWZ0WnI0djlJWW5TYzNBU3hvN2E1bnFManpkMWNCb0dWSGNxL3BYbFpUcXJQdnFwL2hSZ1hGd2Focng0TVgiLCJtYWMiOiIwZTQ1NGE2ODkxNzdkZmY0YWJjYWU2YjRjNzA2M2ZiMzVmM2QyY2FkYTVmNmQ1MDJmNDEwNmQzYjI0ZWYxZDcwIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 10:53:58 GMT; path=/; httponlylaravel_session=eyJpdiI6InVTamprV1l3ZU1hMCtWODdsQTBwNEE9PSIsInZhbHVlIjoiSkJGQ2psMHZXMTFiUU43QXZrTmp0Y0VUUktWSTJuRkJNd1NLWXEyb0V5UEdDb1VyMlJ6OHlTWm8vWGxtRHF1K0g1" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "wLgOqUf3SonsZIu7XznrFuZEvXpE6l3pcP28Exf1" "_previous" => array:1 [ "url" => "https://moooby.com/profile/1664" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 08:53:58GET/profile/16647452