Sakai vs Spivac

2022-08-06
Las Vegas, Nevada, United States

Bout details

Venue
UFC APEX
Location
Las Vegas, Nevada, United States
Referee
Mark Smith
Tale of the Tape
31
Age
27
6'3"
Height
6'3"
260
Weight
249.5
77"
Reach
78"
42"
Leg Reach
44"
Round Score
1
5:00 / 5:00
7/10 | Rate
2
3:42 / 5:00

Bout results

Request history8.3.7PHP Version827msRequest Duration13MBMemory UsageGET bouts/{bout}Route
    • Booting (12.27ms)time
    • Application (815ms)time
    • 1 x Application (98.51%)
      815ms
      1 x Booting (1.48%)
      12.27ms
      68 templates were rendered
      • 1x livewire.bouts.show-boutshow-bout.blade.php#?blade
      • 1x components.headers.boutbout.blade.php#?blade
      • 1x components.headers.headingheading.blade.php#?blade
      • 1x __components::69bcbe93b71129dbe5adeb976a88499c69bcbe93b71129dbe5adeb976a88499c.blade.php#?blade
      • 2x components.headers.sub-heading-itemsub-heading-item.blade.php#?blade
      • 1x __components::91757c1ecd45d7c3e8d633e964ad7c5e91757c1ecd45d7c3e8d633e964ad7c5e.blade.php#?blade
      • 1x components.headers.sub-headingsub-heading.blade.php#?blade
      • 1x __components::47fbc29c9e69f33885a6ac9684f0bc7f47fbc29c9e69f33885a6ac9684f0bc7f.blade.php#?blade
      • 3x __components::24df2039ca2553dede44c819ca2b305224df2039ca2553dede44c819ca2b3052.blade.php#?blade
      • 1x __components::18e403d4bbd8ba401436714474d93e9b18e403d4bbd8ba401436714474d93e9b.blade.php#?blade
      • 1x __components::63a788189408c94b55bc8f6cb5db972463a788189408c94b55bc8f6cb5db9724.blade.php#?blade
      • 11x components.description-list.left-aligned.groupgroup.blade.php#?blade
      • 11x components.description-list.left-aligned.namename.blade.php#?blade
      • 11x components.description-list.left-aligned.valuevalue.blade.php#?blade
      • 9x components.people.linklink.blade.php#?blade
      • 2x components.description-list.left-aligned.indexindex.blade.php#?blade
      • 1x components.tale-of-the-tapetale-of-the-tape.blade.php#?blade
      • 2x components.tale-of-the-tape.fighterfighter.blade.php#?blade
      • 1x components.tale-of-the-tape.statsstats.blade.php#?blade
      • 4x __components::1dc89e2b9d86d5d5d550869350609c131dc89e2b9d86d5d5d550869350609c13.blade.php#?blade
      • 1x __components::4943bc92ebba41e8b0e508149542e0ad4943bc92ebba41e8b0e508149542e0ad.blade.php#?blade
      • 1x layouts.guestguest.blade.php#?blade
      uri
      GET bouts/{bout}
      middleware
      web
      uses
      App\Livewire\Bouts\ShowBout@__invoke
      controller
      App\Livewire\Bouts\ShowBout@render
      namespace
      prefix
      where
      as
      bouts.show
      file
      app/Livewire/Bouts/ShowBout.php:219-223
      19 statements were executed, 6 of which were duplicates, 13 unique. Show only duplicated97.72ms
      • Connection EstablishedvaporImplicitRouteBinding.php#119
        Backtrace
        • 16. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:119
        • 17. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:75
        • 21. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:72
        • 22. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:31
        • 23. vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:212
      • select * from `bouts` where `slug` = 'ufc-fight-night-santos-vs-hill-augusto-sakai-vs-serghei-spivac' limit 1
        49.49msvaporImplicitRouteBinding.php#119
        Bindings
        • 0: ufc-fight-night-santos-vs-hill-augusto-sakai-vs-serghei-spivac
        Backtrace
        • 17. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:119
        • 18. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:75
        • 22. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:72
        • 23. vendor/livewire/livewire/src/Drawer/ImplicitRouteBinding.php:31
        • 24. vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:212
      • select * from `events` where `events`.`id` = 4907 limit 1
        2.01msvaporbout.blade.php#11
        Bindings
        • 0: 4907
        Backtrace
        • 21. view::components.headers.bout:11
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `people`.*, `bout_fighter`.`bout_id` as `pivot_bout_id`, `bout_fighter`.`person_id` as `pivot_person_id`, `bout_fighter`.`id` as `pivot_id`, `bout_fighter`.`title_status` as `pivot_title_status`, `bout_fighter`.`fight_weight` as `pivot_fight_weight`, `bout_fighter`.`prefight_record` as `pivot_prefight_record`, `bout_fighter`.`designation` as `pivot_designation`, `bout_fighter`.`fighting_out_of` as `pivot_fighting_out_of`, `bout_fighter`.`created_at` as `pivot_created_at`, `bout_fighter`.`updated_at` as `pivot_updated_at` from `people` inner join `bout_fighter` on `people`.`id` = `bout_fighter`.`person_id` where `bout_fighter`.`bout_id` = 26648
        1.83msvaporBout.php#148
        Bindings
        • 0: 26648
        Backtrace
        • 20. app/Models/Bout.php:148
        • 27. app/Models/Bout.php:281
        • 34. view::components.headers.bout:45
        • 36. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 37. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'bout' and `ratings`.`ratable_id` = 26648 and `ratings`.`ratable_id` is not null
        9.53msvaporRatable.php#142
        Bindings
        • 0: bout
        • 1: 26648
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 27. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 28. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 29. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 30. view::filament-actions::button-action:11
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'bout' and `ratings`.`ratable_id` = 26648 and `ratings`.`ratable_id` is not null
        1.86msvaporRatable.php#142
        Bindings
        • 0: bout
        • 1: 26648
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 26. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 27. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 28. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 29. view::filament-actions::button-action:11
      • select * from `promotions` where `promotions`.`id` = 1 limit 1
        1.68msvaporshow-bout.blade.php#73
        Bindings
        • 0: 1
        Backtrace
        • 21. view::livewire.bouts.show-bout:73
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `people` where `people`.`id` = 17 limit 1
        1.65msvaporshow-bout.blade.php#198
        Bindings
        • 0: 17
        Backtrace
        • 21. view::livewire.bouts.show-bout:198
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `people`.*, `commentator_event`.`event_id` as `pivot_event_id`, `commentator_event`.`person_id` as `pivot_person_id`, `commentator_event`.`chair` as `pivot_chair`, `commentator_event`.`created_at` as `pivot_created_at`, `commentator_event`.`updated_at` as `pivot_updated_at` from `people` inner join `commentator_event` on `people`.`id` = `commentator_event`.`person_id` where `commentator_event`.`event_id` = 4907
        1.69msvaporshow-bout.blade.php#246
        Bindings
        • 0: 4907
        Backtrace
        • 20. view::livewire.bouts.show-bout:246
        • 22. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `people` where `people`.`id` = 95 limit 1
        3.54msvaporshow-bout.blade.php#301
        Bindings
        • 0: 95
        Backtrace
        • 21. view::livewire.bouts.show-bout:301
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `people`.*, `bout_judge`.`bout_id` as `pivot_bout_id`, `bout_judge`.`person_id` as `pivot_person_id`, `bout_judge`.`created_at` as `pivot_created_at`, `bout_judge`.`updated_at` as `pivot_updated_at` from `people` inner join `bout_judge` on `people`.`id` = `bout_judge`.`person_id` where `bout_judge`.`bout_id` = 26648
        1.72msvaporshow-bout.blade.php#349
        Bindings
        • 0: 26648
        Backtrace
        • 20. view::livewire.bouts.show-bout:349
        • 22. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `rounds` where `rounds`.`bout_id` = 26648 and `rounds`.`bout_id` is not null order by `number` asc
        2.06msvaporHasRecords.php#108
        Bindings
        • 0: 26648
        Backtrace
        • 15. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 16. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 17. view::filament-tables::index:63
        • 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `scores` where `scores`.`round_id` in (29413, 29414)
        1.57msvaporHasRecords.php#108
        Backtrace
        • 20. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 21. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 22. view::filament-tables::index:63
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bout_fighter` where `bout_fighter`.`id` in (53247, 53248)
        1.41msvaporHasRecords.php#108
        Backtrace
        • 25. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 26. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 27. view::filament-tables::index:63
        • 29. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `people` where `people`.`id` in (354, 3193)
        1.59msvaporHasRecords.php#108
        Backtrace
        • 30. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 31. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 32. view::filament-tables::index:63
        • 34. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'round' and `ratings`.`ratable_id` = 29413 and `ratings`.`ratable_id` is not null
        3.17msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 29413
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 27. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 28. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 29. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 30. view::filament-actions::link-action:11
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'round' and `ratings`.`ratable_id` = 29413 and `ratings`.`ratable_id` is not null
        1.54msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 29413
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 26. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 27. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 28. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 29. view::filament-actions::link-action:11
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'round' and `ratings`.`ratable_id` = 29414 and `ratings`.`ratable_id` is not null
        7.88msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 29414
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 27. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 28. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 29. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 30. view::filament-actions::link-action:11
      • select avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'round' and `ratings`.`ratable_id` = 29414 and `ratings`.`ratable_id` is not null
        1.62msvaporRatable.php#142
        Bindings
        • 0: round
        • 1: 29414
        Backtrace
        • 19. app/Models/Concerns/Ratable.php:142
        • 26. app/Filament/Actions/Ratings/Concerns/RatesResources.php:58
        • 27. vendor/filament/support/src/Concerns/EvaluatesClosures.php:35
        • 28. vendor/filament/actions/src/Concerns/HasLabel.php:49
        • 29. view::filament-actions::link-action:11
      • select * from `people` where `people`.`id` = 3193 limit 1
        1.88msvaporshow-bout.blade.php#511
        Bindings
        • 0: 3193
        Backtrace
        • 21. view::livewire.bouts.show-bout:511
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Person
      11Person.php#?
      App\Models\Round
      2Round.php#?
      App\Models\Score
      2Score.php#?
      App\Models\BoutFighter
      2BoutFighter.php#?
      App\Models\Bout
      1Bout.php#?
      App\Models\Event
      1Event.php#?
      App\Models\Promotion
      1Promotion.php#?
      bouts.show-bout #FBRABpAbty8k9CAFyFv5
      array:4 [ "data" => array:29 [ "bout" => App\Models\Bout {#11220 #connection: "mysql" ...
      bouts.bookmark-bout #W1PHsNmgIf6o0qK9J6E7
      array:4 [ "data" => array:12 [ "watchable" => App\Models\Bout {#11220 #connection: "mysq...
      bouts.predict-bout-outcome #hIIUAi8fNalD7SYtBB2f
      array:4 [ "data" => array:13 [ "bout" => App\Models\Bout {#11220 #connection: "mysql" ...
      bouts.rate-bout #Mka0eEsFGvp5YnBuC7EW
      array:4 [ "data" => array:11 [ "ratable" => App\Models\Bout {#11220 #connection: "mysql"...
      notifications #FNHbLzH538PcVqiorFXb
      array:4 [ "data" => array:2 [ "isFilamentNotificationsComponent" => true "notifications" =...
          _token
          CVuNEGDp9ETdcDrHR3nEJyTa6zAXoYHpDFZ1v54Q
          _previous
          array:1 [ "url" => "https://immadb.com/people/frank-carrillo" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /bouts/ufc-fight-night-santos-vs-hill-augusto-sakai-vs-serghei-spivac
          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:31 [ "x-vapor-source-ip" => array:1 [ 0 => "18.216.175.242" ] "content-length" => array:1 [ 0 => "0" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-for" => array:1 [ 0 => "18.216.175.242, 15.158.61.174" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67841b01-1e26204b1e179f897967d008" ] "x-amz-cf-id" => array:1 [ 0 => "8Gc3sNV3yuWnRdvTsSksD1oT-veetGhmpdjlNqgwDfrQKXjf_fsN7g==" ] "via" => array:1 [ 0 => "2.0 13da95a9986b650e208a13e3d3754a9e.cloudfront.net (CloudFront)" ] "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-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "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"" ] "priority" => array:1 [ 0 => "u=0, i" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "immadb.com" ] "cookie" => array:1 [ 0 => "1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4=eyJpdiI6Ikl2MWt1KzFjQVMxaDN1ODEvM2QxUWc9PSIsInZhbHVlIjoiQmhJRjZXSHNGMVlpTFNORm5WU3VNRjVEOEJqTGh2RnZYNE1jd2JJZGlNSUlSVElPWGtNNWRRbXo2YmxlNHVaNTNiMnJxSTh4NFhkUWdnUXZkQm9YZUhKdzUzSDB6REJhUjVTRHZxNkNZL3ppMUFyS0IvbVpHckRYR09BNmwzMTRGV1huUTlzQ1pkcG1pNDRkK0F5azZFTXYyK1RaVGErWXYvT3J6TER2RmllWDVRU042ajRpR0MzSEdoY1JJcFZTeUJBeklZZ0JSZlMxbDFMdldzbEtnWHV3V2JzTEFUNUpieXhlZmNWK2ljbjBpVitkb2FTSFBPRUdWZUpLRGIzR0xFWGZBYlRJaUhrVW00MEtmRWN2QU1PY2p0UjAvd0V1K2JhQ1kzRGNFaUI1TllLODhhT1dpM2Erak5LKzZITnNTUGJ3OHFCK0lmakd6a3M3UDQyM0RQRlkvaTk2RENOemhmWXZkdnVxTG9XRnFyeElkbnp2Y2FMelQxNlk4QkNhZzVNaEJFeDFackhkc25JZWZKSmZGdz09IiwibWFjIjoiZmM3NDU2YzBmN2U5OWRlNDQxNjYxY2FjNDM2Zjg5ODFiZDg2Y2MxM2U3YzA1NWJmNTE5ZTBhYWI3YTA1Mjg1NSIsInRhZyI6IiJ9; XSRF-TOKEN=eyJpdiI6InNCSUI2REU1YzI1dWN6b3BWVWg3aVE9PSIsInZhbHVlIjoibFNXaGhoMGkyRzJKTDk0a0duUHg0T0xZaFFWUHN1VjRRVk5RNjhZM3Y4NGRwQkx0ZUh0WGg0ZlpjOGNrYy9pZHB3TnRFMXNnNEZtSVBnckVreTRpNWxuS29uU3NzV0VkVkd3MHBqTENYT0lNbVpqaUtXL1psODJkcUdmOHc1eDIiLCJtYWMiOiIzODdlNzQyOGUxNzAxZjE1Zjc1M2NkMzYwYjZhYzkxYTlkYTBhNzgxODRmNmI5ODgzZGM2NzkzMjE5Yjc2NjY5IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IkVOWVVzRG5uc2xqWVprWlpib3JndWc9PSIsInZhbHVlIjoiV1FnZnVmQkh0VWxJYXRwMVpvTGtjbTdvSUJjNWxGYXkrMHBzRnl4dGtCbVl4Q25uUHJGQ0FBOHRCcCs5OUhFSXdZMWNNSGZ5Z3FYTFFuUGpkZW5rVk84OTEwVG1WdGRVbU9xUjBKNmtudlBUdDJvQ3V3MWcveGl6ZTZQY2kyZHMiLCJtYWMiOiIwM2U0MTNhYzc1ZTlkZjViMDRjMDRkMzRlODYzMjdkMDFhNjU1NDI3YmRjMGRkNThkYzZjNDUyYTQyMzVlODI2IiwidGFnIjoiIn0%3D1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4=eyJpdiI6Ikl2MWt1KzFjQVMxaDN1ODEvM2QxUWc9PSIsInZhbHVlIjoiQmhJRjZXSHNGMVlpTFNORm5WU3VNRjVEOEJqTGh2RnZYNE1jd2JJZGlNSUlSVEl" ] "cloudfront-viewer-country" => array:1 [ 0 => "US" ] "cloudfront-viewer-asn" => array:1 [ 0 => "16509" ] "cloudfront-is-tablet-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-smarttv-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-mobile-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-desktop-viewer" => array:1 [ 0 => "true" ] "cloudfront-forwarded-proto" => array:1 [ 0 => "https" ] "cache-control" => array:1 [ 0 => "no-cache" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "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" ] ]
          request_cookies
          0 of 0
          array:3 [ "1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4" => "{"data":"a:3:{s:6:\"_token\";s:40:\"CVuNEGDp9ETdcDrHR3nEJyTa6zAXoYHpDFZ1v54Q\";s:9:\"_previous\";a:1:{s:3:\"url\";s:40:\"https:\/\/immadb.com\/people\/frank-carrillo\";}s:6:\"_flash\";a:2:{s:3:\"old\";a:0:{}s:3:\"new\";a:0:{}}}","expires":1736718110}{"data":"a:3:{s:6:\"_token\";s:40:\"CVuNEGDp9ETdcDrHR3nEJyTa6zAXoYHpDFZ1v54Q\";s:9:\"_previous\";a:1:{s:3:\"url\";s:40:\"https:\/\/immadb.com\/people\/frank-car" "XSRF-TOKEN" => "CVuNEGDp9ETdcDrHR3nEJyTa6zAXoYHpDFZ1v54Q" "laravel_session" => "1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4" ]
          response_headers
          0 of 0
          array:7 [ "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Sun, 12 Jan 2025 19:41:54 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IkIwN3I4Yzk0VkpkQjhwUnB5NitFSUE9PSIsInZhbHVlIjoiSVNPc3VWKzlIWWdZaVFsbXY5U0hEWFEyWVc4dFUrZ2NMb1c5dmt4SU5FRXJJbWFXK2Q5T3N3U3JPWjlNSzBEcVQ3cWovM2h1OGFndVpmdE9DL1BQT0xzbW5pdDAzK05HSVVCMjNhb0lKU1dIWmQ1dG05NkNGeWx6VFpXSktVTmEiLCJtYWMiOiI3NjNjMjIwNDNkYTMyMDAwZGFiNjIxNjlhZmEzMWZmMGEzYjMzNDEwYWQ2ZjUwMzU3NjJmZTk5N2E0NGM4ODlhIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 21:41:54 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkIwN3I4Yzk0VkpkQjhwUnB5NitFSUE9PSIsInZhbHVlIjoiSVNPc3VWKzlIWWdZaVFsbXY5U0hEWFEyWVc4dFUrZ2NMb1c5dmt4SU5FRXJJbWFXK2Q5T3N3U3JPWjlNSzBEcVQ3cWovM" 1 => "laravel_session=eyJpdiI6IndXdXFneTJRTDVjb2x0OTRKbXpGa3c9PSIsInZhbHVlIjoiV1ZrMnBIYUxpajZKcVdiY2hjSXNtaDlGaVBjODd4YjFDeWFCZVNUQ1ZiM0JpRjRsNHlGOG42V1lrc0xVMTY3QXBzMGFxNmVMQzdHK05sU0d5OExUVUJjMmlBRVl2UW9FcVFuWjJrMjRXV0x2VnBaQktVZVZrc0c4amZTVDFPdWUiLCJtYWMiOiI3ZWQyMTZhYjMxZDg4OGUxMDExNGQ4NmM2OGY3ZjFhNTdhZWE1ZDg1ZTBmOWQ3ZDQyOTZhNjBlYmNmNjNiMGEwIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 21:41:54 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IndXdXFneTJRTDVjb2x0OTRKbXpGa3c9PSIsInZhbHVlIjoiV1ZrMnBIYUxpajZKcVdiY2hjSXNtaDlGaVBjODd4YjFDeWFCZVNUQ1ZiM0JpRjRsNHlGOG42V1lrc0xVMTY3QXBz" 2 => "1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4=eyJpdiI6IndwS0RUckIydlU5WUFENEJlSWRYblE9PSIsInZhbHVlIjoidlptbjFzNmdIYUU0c1M0eHJQM2NIVCtqcU9lZEtnU3hkeURlYi9OczRCMG1kcnBjdkxsZTErMEdSVHcyVmdVY1VJOEU5WCtPSkQ4MlRqMmIyTlhwbE15aENmMlJha3VHc0tyckRNTkwvWHRvbUorb3YvSERlWFB1MjgvZ2xmbW1wUG8rQWlIT1J1aG9WcjlTNVQwVEVnWXNiNVFEYVdueFFkTG1PMDhWQjNRNmNUN3J5Z2pXbkttNEY2WEI5OFRDNFQvamVFV2dhaDBKOXVPTlFOakJrMVRRWjZibzJ0STI5REx5NkY2QVFnR2dyTWlJVE1xVDVlT1dBY2ZISkJEVExOSEEzRi9rYlpzTjhnRmVwOXBzQU9QOWM5RHQ2M2VEa05YUElsMC8ybFROVEpzMTFsM1cxY1BHNGd5VnByclAvTmJ6NnJVMHVnTmxxYXBBb0lOUEdMMHlvbExuTlB5c2RxYlhKVTU1SEJUSWZxQThyYkVLZ0swN1FvK0MyYnNFdzhWSkcwYTVVUkZOaGFZMnlhU3lmcDRLU1ZPRzlZT0dXeklBWUczZjhVTHlWWVN3dzltYWhVa1Z2bERNY1k4azBWWWtTUldWL2VUQ0U1M3pyVkJETUE9PSIsIm1hYyI6IjY3NmFkYmM1M2ExNDZmZmM1NDE5OGJkNGRkYmI0MDQ0NWI5YWVmYmNhYzIxNjI3MzVkNzA2MGJkYTFhZGE3MzQiLCJ0YWciOiIifQ%3D%3D; expires=Sun, 12 Jan 2025 21:41:54 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4=eyJpdiI6IndwS0RUckIydlU5WUFENEJlSWRYblE9PSIsInZhbHVlIjoidlptbjFzNmdIYUU0c1M0eHJQM2NIVCtqcU9lZEtnU3hkeURlYi9OczRCMG1kcnB" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IkIwN3I4Yzk0VkpkQjhwUnB5NitFSUE9PSIsInZhbHVlIjoiSVNPc3VWKzlIWWdZaVFsbXY5U0hEWFEyWVc4dFUrZ2NMb1c5dmt4SU5FRXJJbWFXK2Q5T3N3U3JPWjlNSzBEcVQ3cWovM2h1OGFndVpmdE9DL1BQT0xzbW5pdDAzK05HSVVCMjNhb0lKU1dIWmQ1dG05NkNGeWx6VFpXSktVTmEiLCJtYWMiOiI3NjNjMjIwNDNkYTMyMDAwZGFiNjIxNjlhZmEzMWZmMGEzYjMzNDEwYWQ2ZjUwMzU3NjJmZTk5N2E0NGM4ODlhIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 21:41:54 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkIwN3I4Yzk0VkpkQjhwUnB5NitFSUE9PSIsInZhbHVlIjoiSVNPc3VWKzlIWWdZaVFsbXY5U0hEWFEyWVc4dFUrZ2NMb1c5dmt4SU5FRXJJbWFXK2Q5T3N3U3JPWjlNSzBEcVQ3cWovM" 1 => "laravel_session=eyJpdiI6IndXdXFneTJRTDVjb2x0OTRKbXpGa3c9PSIsInZhbHVlIjoiV1ZrMnBIYUxpajZKcVdiY2hjSXNtaDlGaVBjODd4YjFDeWFCZVNUQ1ZiM0JpRjRsNHlGOG42V1lrc0xVMTY3QXBzMGFxNmVMQzdHK05sU0d5OExUVUJjMmlBRVl2UW9FcVFuWjJrMjRXV0x2VnBaQktVZVZrc0c4amZTVDFPdWUiLCJtYWMiOiI3ZWQyMTZhYjMxZDg4OGUxMDExNGQ4NmM2OGY3ZjFhNTdhZWE1ZDg1ZTBmOWQ3ZDQyOTZhNjBlYmNmNjNiMGEwIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 21:41:54 GMT; path=/; httponlylaravel_session=eyJpdiI6IndXdXFneTJRTDVjb2x0OTRKbXpGa3c9PSIsInZhbHVlIjoiV1ZrMnBIYUxpajZKcVdiY2hjSXNtaDlGaVBjODd4YjFDeWFCZVNUQ1ZiM0JpRjRsNHlGOG42V1lrc0xVMTY3QXBz" 2 => "1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4=eyJpdiI6IndwS0RUckIydlU5WUFENEJlSWRYblE9PSIsInZhbHVlIjoidlptbjFzNmdIYUU0c1M0eHJQM2NIVCtqcU9lZEtnU3hkeURlYi9OczRCMG1kcnBjdkxsZTErMEdSVHcyVmdVY1VJOEU5WCtPSkQ4MlRqMmIyTlhwbE15aENmMlJha3VHc0tyckRNTkwvWHRvbUorb3YvSERlWFB1MjgvZ2xmbW1wUG8rQWlIT1J1aG9WcjlTNVQwVEVnWXNiNVFEYVdueFFkTG1PMDhWQjNRNmNUN3J5Z2pXbkttNEY2WEI5OFRDNFQvamVFV2dhaDBKOXVPTlFOakJrMVRRWjZibzJ0STI5REx5NkY2QVFnR2dyTWlJVE1xVDVlT1dBY2ZISkJEVExOSEEzRi9rYlpzTjhnRmVwOXBzQU9QOWM5RHQ2M2VEa05YUElsMC8ybFROVEpzMTFsM1cxY1BHNGd5VnByclAvTmJ6NnJVMHVnTmxxYXBBb0lOUEdMMHlvbExuTlB5c2RxYlhKVTU1SEJUSWZxQThyYkVLZ0swN1FvK0MyYnNFdzhWSkcwYTVVUkZOaGFZMnlhU3lmcDRLU1ZPRzlZT0dXeklBWUczZjhVTHlWWVN3dzltYWhVa1Z2bERNY1k4azBWWWtTUldWL2VUQ0U1M3pyVkJETUE9PSIsIm1hYyI6IjY3NmFkYmM1M2ExNDZmZmM1NDE5OGJkNGRkYmI0MDQ0NWI5YWVmYmNhYzIxNjI3MzVkNzA2MGJkYTFhZGE3MzQiLCJ0YWciOiIifQ%3D%3D; expires=Sun, 12-Jan-2025 21:41:54 GMT; path=/; secure; httponly1ocy5VoURmEnXGPbwGe3Cs1AbQN01OCHb5Ri1JO4=eyJpdiI6IndwS0RUckIydlU5WUFENEJlSWRYblE9PSIsInZhbHVlIjoidlptbjFzNmdIYUU0c1M0eHJQM2NIVCtqcU9lZEtnU3hkeURlYi9OczRCMG1kcnB" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "CVuNEGDp9ETdcDrHR3nEJyTa6zAXoYHpDFZ1v54Q" "_previous" => array:1 [ "url" => "https://immadb.com/people/frank-carrillo" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-12 19:41:54GET/bouts/ufc-fight-night-santos-vs-hill-augusto-sakai-vs-serghei-spivac6819205