By browsing this website, you accept our cookies policy.

Request history8.2.22PHP Version267msRequest Duration3MBMemory UsageGET movie/{slug}Route
    • Booting (81.41ms)time
    • Application (186ms)time
    • 1 x Application (69.55%)
      186ms
      1 x Booting (30.44%)
      81.41ms
      54 templates were rendered
      • 1x watch.moviemovie.blade.php#?blade
      • 1x livewire.watchwatch.blade.php#?blade
      • 1x livewire.watchlistwatchlist.blade.php#?blade
      • 1x livewire.followfollow.blade.php#?blade
      • 1x livewire.reportreport.blade.php#?blade
      • 7x components.form.labellabel.blade.php#?blade
      • 4x components.form.switchswitch.blade.php#?blade
      • 1x components.form.textareatextarea.blade.php#?blade
      • 1x components.form.inputinput.blade.php#?blade
      • 1x components.form.primaryprimary.blade.php#?blade
      • 2x components.form.buttonbutton.blade.php#?blade
      • 1x livewire.reaction-componentreaction-component.blade.php#?blade
      • 14x components.ui.iconicon.blade.php#?blade
      • 1x watch.partials.tagtag.blade.php#?blade
      • 1x livewire.commentscomments.blade.php#?blade
      • 1x components.form.secondarysecondary.blade.php#?blade
      • 8x components.ui.recommendedrecommended.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x partials.headhead.blade.php#?blade
      • 1x partials.navbarnavbar.blade.php#?blade
      • 1x partials.footerfooter.blade.php#?blade
      • 1x livewire.search-componentsearch-component.blade.php#?blade
      • 1x livewire.notify-componentnotify-component.blade.php#?blade
      • 1x components.ui.toasttoast.blade.php#?blade
      uri
      GET movie/{slug}
      middleware
      web
      controller
      App\Http\Controllers\WatchController@movie
      namespace
      prefix
      where
      as
      movie
      file
      app/Http/Controllers/WatchController.php:19-141
      11 statements were executed61.6ms
      • select * from `posts` where `slug` = 'dragonslayer' and `status` = 'publish' and `type` = 'movie' limit 1
        1.06msfmov_iespwWatchController.php#23
        Bindings
        • 0: dragonslayer
        • 1: publish
        • 2: movie
        Backtrace
        • app/Http/Controllers/WatchController.php:23
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `genres`.*, `post_genres`.`post_id` as `pivot_post_id`, `post_genres`.`genre_id` as `pivot_genre_id` from `genres` inner join `post_genres` on `genres`.`id` = `post_genres`.`genre_id` where `post_genres`.`post_id` = 4221
        1.57msfmov_iespwWatchController.php#25
        Bindings
        • 0: 4221
        Backtrace
        • app/Http/Controllers/WatchController.php:25
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `posts` where `type` = 'movie' and exists (select * from `genres` inner join `post_genres` on `genres`.`id` = `post_genres`.`genre_id` where `posts`.`id` = `post_genres`.`post_id` and `genres`.`id` in (9, 2)) and `id` != 4221 and `status` = 'publish' and `release_date` >= '2019-12-14 15:34:00' order by RAND() limit 8
        51.31msfmov_iespwWatchController.php#36
        Bindings
        • 0: movie
        • 1: 9
        • 2: 2
        • 3: 4221
        • 4: publish
        • 5: 2019-12-14 15:34:00
        Backtrace
        • app/Http/Controllers/WatchController.php:36
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `countries` where `countries`.`id` = 250 limit 1
        690μsfmov_iespwWatchController.php#77
        Bindings
        • 0: 250
        Backtrace
        • app/Http/Controllers/WatchController.php:77
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `peoples`.*, `post_peoples`.`post_id` as `pivot_post_id`, `post_peoples`.`people_id` as `pivot_people_id` from `peoples` inner join `post_peoples` on `peoples`.`id` = `post_peoples`.`people_id` where `post_peoples`.`post_id` = 4221
        1.82msfmov_iespwWatchController.php#97
        Bindings
        • 0: 4221
        Backtrace
        • app/Http/Controllers/WatchController.php:97
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `post_videos` where `post_videos`.`Postable_type` = 'App\\Models\\Post' and `post_videos`.`Postable_id` = 4221 and `post_videos`.`Postable_id` is not null and not `type` = 'download'
        860μsfmov_iespwWatchComponent.php#28
        Bindings
        • 0: App\Models\Post
        • 1: 4221
        • 2: download
        Backtrace
        • app/Livewire/WatchComponent.php:28
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select count(*) as aggregate from `reactions` where `reactions`.`reactable_type` = 'App\\Models\\Post' and `reactions`.`reactable_id` = 4221 and `reactions`.`reactable_id` is not null and `reaction` = 'like'
        950μsfmov_iespwreaction-component.blade.php#26
        Bindings
        • 0: App\Models\Post
        • 1: 4221
        • 2: like
        Backtrace
        • view::livewire.reaction-component:26
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select count(*) as aggregate from `reactions` where `reactions`.`reactable_type` = 'App\\Models\\Post' and `reactions`.`reactable_id` = 4221 and `reactions`.`reactable_id` is not null and `reaction` = 'dislike'
        660μsfmov_iespwreaction-component.blade.php#53
        Bindings
        • 0: App\Models\Post
        • 1: 4221
        • 2: dislike
        Backtrace
        • view::livewire.reaction-component:53
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `tags`.*, `post_tags`.`post_id` as `pivot_post_id`, `post_tags`.`tagged_id` as `pivot_tagged_id` from `tags` inner join `post_tags` on `tags`.`id` = `post_tags`.`tagged_id` where `post_tags`.`post_id` = 4221
        1.11msfmov_iespwtag.blade.php#2
        Bindings
        • 0: 4221
        Backtrace
        • view::watch.partials.tag:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `comments` where `comments`.`commentable_type` = 'App\\Models\\Post' and `comments`.`commentable_id` = 4221 and `comments`.`commentable_id` is not null and `parent_id` is null and `status` = 'publish'
        760μsfmov_iespwComments.php#43
        Bindings
        • 0: App\Models\Post
        • 1: 4221
        • 2: publish
        Backtrace
        • app/Livewire/Comments.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `post_videos` where `post_videos`.`Postable_type` = 'App\\Models\\Post' and `post_videos`.`Postable_id` = 4221 and `post_videos`.`Postable_id` is not null and `type` = 'download'
        810μsfmov_iespwmovie.blade.php#223
        Bindings
        • 0: App\Models\Post
        • 1: 4221
        • 2: download
        Backtrace
        • view::watch.movie:223
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Models\Tag
      19Tag.php#?
      App\Models\Post
      9Post.php#?
      App\Models\People
      9People.php#?
      App\Models\Genre
      2Genre.php#?
      App\Models\Country
      1Country.php#?
      watch-component #m6CTy0X0z5sxUj682V75
      array:4 [ "data" => array:4 [ "cover" => "https://image.tmdb.org/t/p/w1280_and_h720_bestv2/11f...
      watchlist-component #xDrDWTZ0MfNbuczcLtk7
      array:4 [ "data" => array:2 [ "model" => App\Models\Post {#1586 #connection: "mysql" ...
      follow-component #nYk4CJ9YO0agz6vgfiZg
      array:4 [ "data" => array:2 [ "model" => App\Models\Post {#1586 #connection: "mysql" ...
      report-component #84LPBDU7WMCZkRi45Ddm
      array:4 [ "data" => array:5 [ "model" => App\Models\Post {#1586 #connection: "mysql" ...
      reaction-component #xTKsvxyHtev3nvoDFk4K
      array:4 [ "data" => array:3 [ "model" => App\Models\Post {#1586 #connection: "mysql" ...
      comments #Oy1lMrqgEsIwXovsk6SY
      array:4 [ "data" => array:6 [ "model" => App\Models\Post {#1586 #connection: "mysql" ...
      search-component #CXsfAztjRd0e4dNSmUdn
      array:4 [ "data" => array:1 [ "q" => "" ] "name" => "search-component" "component" => "A...
      notify-component #2s9UofZR5w0pN44BtlSv
      array:4 [ "data" => array:2 [ "message" => null "showToastr" => false ] "name" => "not...
          _token
          9reuGJLvqOUy158c9M4zsd75dQf6Qma5PItSYeyE
          _previous
          array:1 [ "url" => "https://fmovies.sx/movie/dragonslayer" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /movie/dragonslayer
          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 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "host" => array:1 [ 0 => "fmovies.sx" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "3.15.198.172" ] "cf-ray" => array:1 [ 0 => "8f1e39bc88782315-ORD" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-connecting-ip" => array:1 [ 0 => "3.15.198.172" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "cf-ipcountry" => array:1 [ 0 => "US" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "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 => "Sat, 14 Dec 2024 12:34:00 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklYOWdrZFVVNnNVeXRkY0hSZmVDYnc9PSIsInZhbHVlIjoiQUFvSUd3dWlORjhWUmRpc2RCS0ZWRTRkSWtXK292KzZIZk9xVmg0Y2JRdGVyS2ZMalZIOUtja2h3OUdQejRUT3ZpUVFpNk9CNGI3UWtzdVVsWlVuU3RVb0dnaHlnaHlpUWYvY0NjVGhPSWhYdWFHQVgwcVp3SnBNYS9ZWXlvK2IiLCJtYWMiOiJiNGZkYmY5ZDA0ODZhYjg3YWZjYWRhZDZlZGJmYTBkZGUyOGZkZmRiYjU1YWEyNDVjYmU2Mjk4YWI0Mzk4ODEzIiwidGFnIjoiIn0%3D; expires=Wed, 12 Feb 2025 12:34:00 GMT; Max-Age=5184000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IklYOWdrZFVVNnNVeXRkY0hSZmVDYnc9PSIsInZhbHVlIjoiQUFvSUd3dWlORjhWUmRpc2RCS0ZWRTRkSWtXK292KzZIZk9xVmg0Y2JRdGVyS2ZMalZIOUtja2h3OUdQejRUT3ZpUVFpN" 1 => "laravel_session=eyJpdiI6IkpDZitvcTBBWTdjT29qVEhqcFY2eHc9PSIsInZhbHVlIjoiQ3BVMlVWNk1FcjFaUURqMmQyVituRUI2WjFOSGRyeDdSSFZGdkdRNStGeFNyTkozblAwOUpaeWlJc2daY040UkZpWkZtajVleHpKeEZoK2hMMnBLeDZjT2VpS0FrYmprNDBKNDJpNWlsSlRMT1c0a0M0bjViMXVtNmhtLy9SL1kiLCJtYWMiOiJlNmFiNWMxNjdhOGI3ZTgwYjk5MTVjZDkyMjQ4MDY5ZGU3MWJhZTA5NGM1ZTcwNDcxODBjZmY1YzA3MTFiZmYwIiwidGFnIjoiIn0%3D; expires=Wed, 12 Feb 2025 12:34:00 GMT; Max-Age=5184000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IkpDZitvcTBBWTdjT29qVEhqcFY2eHc9PSIsInZhbHVlIjoiQ3BVMlVWNk1FcjFaUURqMmQyVituRUI2WjFOSGRyeDdSSFZGdkdRNStGeFNyTkozblAwOUpaeWlJc2daY040UkZp" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklYOWdrZFVVNnNVeXRkY0hSZmVDYnc9PSIsInZhbHVlIjoiQUFvSUd3dWlORjhWUmRpc2RCS0ZWRTRkSWtXK292KzZIZk9xVmg0Y2JRdGVyS2ZMalZIOUtja2h3OUdQejRUT3ZpUVFpNk9CNGI3UWtzdVVsWlVuU3RVb0dnaHlnaHlpUWYvY0NjVGhPSWhYdWFHQVgwcVp3SnBNYS9ZWXlvK2IiLCJtYWMiOiJiNGZkYmY5ZDA0ODZhYjg3YWZjYWRhZDZlZGJmYTBkZGUyOGZkZmRiYjU1YWEyNDVjYmU2Mjk4YWI0Mzk4ODEzIiwidGFnIjoiIn0%3D; expires=Wed, 12-Feb-2025 12:34:00 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IklYOWdrZFVVNnNVeXRkY0hSZmVDYnc9PSIsInZhbHVlIjoiQUFvSUd3dWlORjhWUmRpc2RCS0ZWRTRkSWtXK292KzZIZk9xVmg0Y2JRdGVyS2ZMalZIOUtja2h3OUdQejRUT3ZpUVFpN" 1 => "laravel_session=eyJpdiI6IkpDZitvcTBBWTdjT29qVEhqcFY2eHc9PSIsInZhbHVlIjoiQ3BVMlVWNk1FcjFaUURqMmQyVituRUI2WjFOSGRyeDdSSFZGdkdRNStGeFNyTkozblAwOUpaeWlJc2daY040UkZpWkZtajVleHpKeEZoK2hMMnBLeDZjT2VpS0FrYmprNDBKNDJpNWlsSlRMT1c0a0M0bjViMXVtNmhtLy9SL1kiLCJtYWMiOiJlNmFiNWMxNjdhOGI3ZTgwYjk5MTVjZDkyMjQ4MDY5ZGU3MWJhZTA5NGM1ZTcwNDcxODBjZmY1YzA3MTFiZmYwIiwidGFnIjoiIn0%3D; expires=Wed, 12-Feb-2025 12:34:00 GMT; path=/; httponlylaravel_session=eyJpdiI6IkpDZitvcTBBWTdjT29qVEhqcFY2eHc9PSIsInZhbHVlIjoiQ3BVMlVWNk1FcjFaUURqMmQyVituRUI2WjFOSGRyeDdSSFZGdkdRNStGeFNyTkozblAwOUpaeWlJc2daY040UkZp" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "9reuGJLvqOUy158c9M4zsd75dQf6Qma5PItSYeyE" "_previous" => array:1 [ "url" => "https://fmovies.sx/movie/dragonslayer" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12024-12-14 15:34:00GET/movie/dragonslayer5411408