UFC 218

2017-12-02
Detroit, Michigan, United States

Event details

Venue
Little Caesars Arena
Location
Detroit, Michigan, United States
Announcer
Bruce Buffer
Commentators
Jon Anik  |  Joe Rogan
Active filters
Hide cancelled
Request history8.3.7PHP Version908msRequest Duration13MBMemory UsageGET events/{event}Route
    • Booting (12.59ms)time
    • Application (896ms)time
    • 1 x Application (98.61%)
      896ms
      1 x Booting (1.39%)
      12.59ms
      126 templates were rendered
      • 1x livewire.events.show-eventshow-event.blade.php#?blade
      • 1x components.headers.eventevent.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
      • 2x __components::24df2039ca2553dede44c819ca2b305224df2039ca2553dede44c819ca2b3052.blade.php#?blade
      • 1x __components::63a788189408c94b55bc8f6cb5db972463a788189408c94b55bc8f6cb5db9724.blade.php#?blade
      • 5x components.description-list.left-aligned.groupgroup.blade.php#?blade
      • 5x components.description-list.left-aligned.namename.blade.php#?blade
      • 5x components.description-list.left-aligned.valuevalue.blade.php#?blade
      • 29x components.people.linklink.blade.php#?blade
      • 1x components.description-list.left-aligned.indexindex.blade.php#?blade
      • 1x __components::827a2af7470e9175d5b8c8a7075df46a827a2af7470e9175d5b8c8a7075df46a.blade.php#?blade
      • 1x __components::757f78daea9a98869e27462aef14e4eb757f78daea9a98869e27462aef14e4eb.blade.php#?blade
      • 13x tables.columns.red-fighter-informationred-fighter-information.blade.php#?blade
      • 26x components.events.list.fighter-informationfighter-information.blade.php#?blade
      • 13x tables.columns.bout-informationbout-information.blade.php#?blade
      • 13x tables.columns.blue-fighter-informationblue-fighter-information.blade.php#?blade
      • 1x __components::4943bc92ebba41e8b0e508149542e0ad4943bc92ebba41e8b0e508149542e0ad.blade.php#?blade
      • 1x layouts.guestguest.blade.php#?blade
      uri
      GET events/{event}
      middleware
      web
      uses
      App\Livewire\Events\ShowEvent@__invoke
      controller
      App\Livewire\Events\ShowEvent@render
      namespace
      prefix
      where
      as
      events.show
      file
      app/Livewire/Events/ShowEvent.php:138-142
      8 statements were executed, 2 of which were duplicates, 6 unique. Show only duplicated65.44ms
      • 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 `events` where `slug` = 'ufc-218-holloway-vs-aldo-2' limit 1
        50.62msvaporImplicitRouteBinding.php#119
        Bindings
        • 0: ufc-218-holloway-vs-aldo-2
        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 avg(`rating`) as aggregate from `ratings` where `ratings`.`ratable_type` = 'event' and `ratings`.`ratable_id` = 80 and `ratings`.`ratable_id` is not null
        1.65msvaporRatable.php#142
        Bindings
        • 0: event
        • 1: 80
        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` = 'event' and `ratings`.`ratable_id` = 80 and `ratings`.`ratable_id` is not null
        1.27msvaporRatable.php#142
        Bindings
        • 0: event
        • 1: 80
        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.37msvaporshow-event.blade.php#73
        Bindings
        • 0: 1
        Backtrace
        • 21. view::livewire.events.show-event: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` = 16 limit 1
        2.27msvaporshow-event.blade.php#151
        Bindings
        • 0: 16
        Backtrace
        • 21. view::livewire.events.show-event:151
        • 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` = 80
        4.17msvaporshow-event.blade.php#199
        Bindings
        • 0: 80
        Backtrace
        • 20. view::livewire.events.show-event:199
        • 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 `bouts` where `bouts`.`event_id` = 80 and `bouts`.`event_id` is not null and (not `status` = 'cancelled') order by `match` desc
        1.7msvaporHasRecords.php#108
        Bindings
        • 0: 80
        • 1: cancelled
        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 `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` in (996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008)
        2.39msvaporHasRecords.php#108
        Backtrace
        • 19. vendor/filament/tables/src/Concerns/HasRecords.php:108
        • 20. vendor/filament/tables/src/Table/Concerns/HasRecords.php:66
        • 21. view::filament-tables::index:63
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Models\Person
      29Person.php#?
      App\Models\Bout
      13Bout.php#?
      App\Models\Event
      1Event.php#?
      App\Models\Promotion
      1Promotion.php#?
      events.show-event #1h1VGACu7Ovg6xfeGF6b
      array:4 [ "data" => array:34 [ "event" => App\Models\Event {#11243 #connection: "mysql" ...
      events.bookmark-event #RfHvRq8c0WY9rShRW9Yz
      array:4 [ "data" => array:12 [ "watchable" => App\Models\Event {#11243 #connection: "mys...
      events.rate-event #Y9NOTnkb4QlwEjKzhMLc
      array:4 [ "data" => array:11 [ "ratable" => App\Models\Event {#11243 #connection: "mysql...
      notifications #Ag5dlhhNav0CkyaqrPbz
      array:4 [ "data" => array:2 [ "isFilamentNotificationsComponent" => true "notifications" =...
          _token
          thAuMgbUm6keoF8CokHYvBFccqdWqwVBlhwYlxPe
          _previous
          array:1 [ "url" => "https://immadb.com/events/ufc-218-holloway-vs-aldo-2" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /events/ufc-218-holloway-vs-aldo-2
          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:30 [ "x-vapor-source-ip" => array:1 [ 0 => "3.144.97.93" ] "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 => "3.144.97.93, 15.158.61.169" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67821e17-2be964477125346950ec15b9" ] "x-amz-cf-id" => array:1 [ 0 => "CxAgzHTxu8JLUt0C0d8Dzeo8wPV20jaroqRfnjWsbV8gZT9E1c7nJA==" ] "via" => array:1 [ 0 => "2.0 0d28f7015cfb69cd3eb6e14359add86e.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" ] "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
          []
          
          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 => "Sat, 11 Jan 2025 07:30:32 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=eyJpdiI6InozcnBJYWhCcms4Wmh2RktRV21xT2c9PSIsInZhbHVlIjoidWd0QlN5SlFFZkRhL0hXWjRUQkl4clVtQmRTWElaLzFaVzVmR0U3d0JPNEdQa1kwdGRaT3pvcFFtOGg4TXFRZnNnMHgyTWNCNk9Td05XNmlxQkYvdU1CWFR6L2VROFBpZVhCZmRENlJ5cCtQbzAyYUFqMlE2dVRzWXFEWVh5MXciLCJtYWMiOiIzYmE3MzhkMzliOWE1ZWM5YjJmYjE3MDM2NTE5NzFjYTZiZjEzMGJiY2M2ZjRlZjcxYWJjODQzMWNiZmE2NjBmIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 09:30:32 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InozcnBJYWhCcms4Wmh2RktRV21xT2c9PSIsInZhbHVlIjoidWd0QlN5SlFFZkRhL0hXWjRUQkl4clVtQmRTWElaLzFaVzVmR0U3d0JPNEdQa1kwdGRaT3pvcFFtOGg4TXFRZnNnMHgyT" 1 => "laravel_session=eyJpdiI6IlBqNDhJNHRwRitVQ09lKzNsdGdMRUE9PSIsInZhbHVlIjoiWEhQdFE1Nk5uNVZaQ2pBdGxQRjFsVDViYmo0N3lBUjdvSTdlb2hUd0t5WTlNdDgyK2NFbXhObW1WdVo3ckNrU2VaS0ZPZk9LNE5jSUJiSm9EWFhmNThQbTVJdkhNNzIzT2huNllWYnd6UXc2U2IxM3VzZlRVZWw3WEk3S3lnSnoiLCJtYWMiOiI3OTVjOGY1Nzk2YzYwYTc5NWNjMjk4ZTNlMTgyYWRiZDVjNDk3MmE1NDk5YWU4YjFmMjljN2I0YzE2MWFhYzZmIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 09:30:32 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlBqNDhJNHRwRitVQ09lKzNsdGdMRUE9PSIsInZhbHVlIjoiWEhQdFE1Nk5uNVZaQ2pBdGxQRjFsVDViYmo0N3lBUjdvSTdlb2hUd0t5WTlNdDgyK2NFbXhObW1WdVo3ckNrU2Va" 2 => "aPAEUd1i1LmBTjttWMTFtb6EcQIJmrGyYOzdts3N=eyJpdiI6IlZCK3ZSMnFsU1NBMGw3V2h1N1VsZ3c9PSIsInZhbHVlIjoiSVVVZFNnLzlVQkZJYWs1KzdZdlkzTXBvSlNTN0VWTE1Ra012N21aV0tHYU1VQVV1L0FQZ2wvWENRTEFqWjdDVHdJR2N1RUdTSjJTdnAzdnVqN3J6eHZnTlZWcXAyZnlxQ0JVZXRPb1kwWUNIMG5GTi8xcFYyU0E4Z29ZQmpMbVpDWkdOb0piaXZjaVZPSWY0SmtOeHVVV3JzRDdoOGRvUFdlVDUwK1pMLzd4bmIramE2Wm1CYkxhWVVpTE1sdit0OGJDMFlQTUYrdG1QdUQrcncyc0h3RUNxeTdDdDJhdWpvTGhJbVRFSUpEcktMNlI5WkpqQmQ5RG9ubkhOTkpRWVNaMVVzakV3MmRvUXpGVFJlTHNaMGx1L0MxVXBzL1lMSUZuamszVzFmcGpkeTVXbXU5dUxmd1B3NWZPbUJ5K2RhYmFVOTRRR1JZdEJZZk94WEFqZEV6YUVnMzFsLytOcGs3ckNKTkNYNkRGODR6NWNnYWFOcDQrdGVaRjN6a3F3UHZUR21aVVc3T2hIS0RIaGhoMTE0UT09IiwibWFjIjoiYzQ0NjhjZjEwMmIwNzA5MjIxZjU0NDNmYzBlNzAwNTA0NzFkM2YzNzQwNDg5NWRlMmNkZGZlNjBjYjFjN2RlNiIsInRhZyI6IiJ9; expires=Sat, 11 Jan 2025 09:30:32 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxaPAEUd1i1LmBTjttWMTFtb6EcQIJmrGyYOzdts3N=eyJpdiI6IlZCK3ZSMnFsU1NBMGw3V2h1N1VsZ3c9PSIsInZhbHVlIjoiSVVVZFNnLzlVQkZJYWs1KzdZdlkzTXBvSlNTN0VWTE1Ra012N21aV0tHYU1VQVV" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6InozcnBJYWhCcms4Wmh2RktRV21xT2c9PSIsInZhbHVlIjoidWd0QlN5SlFFZkRhL0hXWjRUQkl4clVtQmRTWElaLzFaVzVmR0U3d0JPNEdQa1kwdGRaT3pvcFFtOGg4TXFRZnNnMHgyTWNCNk9Td05XNmlxQkYvdU1CWFR6L2VROFBpZVhCZmRENlJ5cCtQbzAyYUFqMlE2dVRzWXFEWVh5MXciLCJtYWMiOiIzYmE3MzhkMzliOWE1ZWM5YjJmYjE3MDM2NTE5NzFjYTZiZjEzMGJiY2M2ZjRlZjcxYWJjODQzMWNiZmE2NjBmIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 09:30:32 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InozcnBJYWhCcms4Wmh2RktRV21xT2c9PSIsInZhbHVlIjoidWd0QlN5SlFFZkRhL0hXWjRUQkl4clVtQmRTWElaLzFaVzVmR0U3d0JPNEdQa1kwdGRaT3pvcFFtOGg4TXFRZnNnMHgyT" 1 => "laravel_session=eyJpdiI6IlBqNDhJNHRwRitVQ09lKzNsdGdMRUE9PSIsInZhbHVlIjoiWEhQdFE1Nk5uNVZaQ2pBdGxQRjFsVDViYmo0N3lBUjdvSTdlb2hUd0t5WTlNdDgyK2NFbXhObW1WdVo3ckNrU2VaS0ZPZk9LNE5jSUJiSm9EWFhmNThQbTVJdkhNNzIzT2huNllWYnd6UXc2U2IxM3VzZlRVZWw3WEk3S3lnSnoiLCJtYWMiOiI3OTVjOGY1Nzk2YzYwYTc5NWNjMjk4ZTNlMTgyYWRiZDVjNDk3MmE1NDk5YWU4YjFmMjljN2I0YzE2MWFhYzZmIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 09:30:32 GMT; path=/; httponlylaravel_session=eyJpdiI6IlBqNDhJNHRwRitVQ09lKzNsdGdMRUE9PSIsInZhbHVlIjoiWEhQdFE1Nk5uNVZaQ2pBdGxQRjFsVDViYmo0N3lBUjdvSTdlb2hUd0t5WTlNdDgyK2NFbXhObW1WdVo3ckNrU2Va" 2 => "aPAEUd1i1LmBTjttWMTFtb6EcQIJmrGyYOzdts3N=eyJpdiI6IlZCK3ZSMnFsU1NBMGw3V2h1N1VsZ3c9PSIsInZhbHVlIjoiSVVVZFNnLzlVQkZJYWs1KzdZdlkzTXBvSlNTN0VWTE1Ra012N21aV0tHYU1VQVV1L0FQZ2wvWENRTEFqWjdDVHdJR2N1RUdTSjJTdnAzdnVqN3J6eHZnTlZWcXAyZnlxQ0JVZXRPb1kwWUNIMG5GTi8xcFYyU0E4Z29ZQmpMbVpDWkdOb0piaXZjaVZPSWY0SmtOeHVVV3JzRDdoOGRvUFdlVDUwK1pMLzd4bmIramE2Wm1CYkxhWVVpTE1sdit0OGJDMFlQTUYrdG1QdUQrcncyc0h3RUNxeTdDdDJhdWpvTGhJbVRFSUpEcktMNlI5WkpqQmQ5RG9ubkhOTkpRWVNaMVVzakV3MmRvUXpGVFJlTHNaMGx1L0MxVXBzL1lMSUZuamszVzFmcGpkeTVXbXU5dUxmd1B3NWZPbUJ5K2RhYmFVOTRRR1JZdEJZZk94WEFqZEV6YUVnMzFsLytOcGs3ckNKTkNYNkRGODR6NWNnYWFOcDQrdGVaRjN6a3F3UHZUR21aVVc3T2hIS0RIaGhoMTE0UT09IiwibWFjIjoiYzQ0NjhjZjEwMmIwNzA5MjIxZjU0NDNmYzBlNzAwNTA0NzFkM2YzNzQwNDg5NWRlMmNkZGZlNjBjYjFjN2RlNiIsInRhZyI6IiJ9; expires=Sat, 11-Jan-2025 09:30:32 GMT; path=/; secure; httponlyaPAEUd1i1LmBTjttWMTFtb6EcQIJmrGyYOzdts3N=eyJpdiI6IlZCK3ZSMnFsU1NBMGw3V2h1N1VsZ3c9PSIsInZhbHVlIjoiSVVVZFNnLzlVQkZJYWs1KzdZdlkzTXBvSlNTN0VWTE1Ra012N21aV0tHYU1VQVV" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "thAuMgbUm6keoF8CokHYvBFccqdWqwVBlhwYlxPe" "_previous" => array:1 [ "url" => "https://immadb.com/events/ufc-218-holloway-vs-aldo-2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-11 07:30:32GET/events/ufc-218-holloway-vs-aldo-21268444