Michael McDonald

Mayday
Name
Michael McDonald
Nickname
Mayday
Birthdate
1991-01-15 (33)
Born
Oakdale, California, United States
Height
5'9.5"
Reach
70"
Request history8.3.7PHP Version768msRequest Duration13MBMemory UsageGET people/{person}Route
    • Booting (12.46ms)time
    • Application (756ms)time
    • 1 x Application (98.38%)
      756ms
      1 x Booting (1.62%)
      12.46ms
      46 templates were rendered
      • livewire.show-personshow-person.blade.php#?blade
      • components.headers.personperson.blade.php#?blade
      • components.headers.headingheading.blade.php#?blade
      • components.headers.sub-heading-itemsub-heading-item.blade.php#?blade
      • components.headers.sub-headingsub-heading.blade.php#?blade
      • components.description-list.left-aligned.groupgroup.blade.php#?blade
      • components.description-list.left-aligned.namename.blade.php#?blade
      • components.description-list.left-aligned.valuevalue.blade.php#?blade
      • components.description-list.left-aligned.groupgroup.blade.php#?blade
      • components.description-list.left-aligned.namename.blade.php#?blade
      • components.description-list.left-aligned.valuevalue.blade.php#?blade
      • components.description-list.left-aligned.groupgroup.blade.php#?blade
      • components.description-list.left-aligned.namename.blade.php#?blade
      • components.description-list.left-aligned.valuevalue.blade.php#?blade
      • components.description-list.left-aligned.groupgroup.blade.php#?blade
      • components.description-list.left-aligned.namename.blade.php#?blade
      • components.description-list.left-aligned.valuevalue.blade.php#?blade
      • components.description-list.left-aligned.groupgroup.blade.php#?blade
      • components.description-list.left-aligned.namename.blade.php#?blade
      • components.description-list.left-aligned.valuevalue.blade.php#?blade
      • components.description-list.left-aligned.groupgroup.blade.php#?blade
      • components.description-list.left-aligned.namename.blade.php#?blade
      • components.description-list.left-aligned.valuevalue.blade.php#?blade
      • components.description-list.left-aligned.indexindex.blade.php#?blade
      • tables.columns.fighter-bouts.result-and-recordresult-and-record.blade.php#?blade
      • tables.columns.fighter-bouts.opponent-informationopponent-information.blade.php#?blade
      • components.people.linklink.blade.php#?blade
      • tables.columns.fighter-bouts.bout-detailsbout-details.blade.php#?blade
      • tables.columns.fighter-bouts.result-and-recordresult-and-record.blade.php#?blade
      • tables.columns.fighter-bouts.opponent-informationopponent-information.blade.php#?blade
      • components.people.linklink.blade.php#?blade
      • tables.columns.fighter-bouts.bout-detailsbout-details.blade.php#?blade
      • tables.columns.fighter-bouts.result-and-recordresult-and-record.blade.php#?blade
      • tables.columns.fighter-bouts.opponent-informationopponent-information.blade.php#?blade
      • components.people.linklink.blade.php#?blade
      • tables.columns.fighter-bouts.bout-detailsbout-details.blade.php#?blade
      • tables.columns.fighter-bouts.result-and-recordresult-and-record.blade.php#?blade
      • tables.columns.fighter-bouts.opponent-informationopponent-information.blade.php#?blade
      • components.people.linklink.blade.php#?blade
      • tables.columns.fighter-bouts.bout-detailsbout-details.blade.php#?blade
      • tables.columns.fighter-bouts.result-and-recordresult-and-record.blade.php#?blade
      • tables.columns.fighter-bouts.opponent-informationopponent-information.blade.php#?blade
      • components.people.linklink.blade.php#?blade
      • tables.columns.fighter-bouts.bout-detailsbout-details.blade.php#?blade
      • __components::4943bc92ebba41e8b0e508149542e0ad4943bc92ebba41e8b0e508149542e0ad.blade.php#?blade
      • layouts.guestguest.blade.php#?blade
      uri
      GET people/{person}
      middleware
      web
      controller
      App\Livewire\ShowPerson@__invoke
      namespace
      prefix
      where
      as
      people.show
      file
      vendor/livewire/livewire/src/Features/SupportPageComponents/HandlesPageComponents.php:7-31
      4 statements were executed48.13ms
      • 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 `people` where `slug` = 'michael-mcdonald' limit 1
        43.24msvaporImplicitRouteBinding.php#119
        Bindings
        • 0: michael-mcdonald
        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 `bout_fighter`.`person_id` as `pivot_person_id`, `bout_fighter`.`bout_id` as `pivot_bout_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`, `bout_fighter`.*, `bouts`.* from `bouts` inner join `bout_fighter` on `bouts`.`id` = `bout_fighter`.`bout_id` where `bout_fighter`.`person_id` = 1557 order by (select CONCAT_WS('-', `date`, `time`) from `events` where `event_id` = `events`.`id` limit 1) desc, `match` desc
        2.06msvaporHasRecords.php#108
        Bindings
        • 0: 1557
        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 (1791, 3139, 3441, 3484, 3548)
        1.68msvaporHasRecords.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
      • select * from `events` where `events`.`id` in (143, 162, 252, 280, 618)
        1.15msvaporHasRecords.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
      App\Models\Person
      11Person.php#?
      App\Models\Bout
      5Bout.php#?
      App\Models\Event
      5Event.php#?
      show-person #Fz4ip2FSKJJ4ThqTR9kc
      array:4 [ "data" => array:33 [ "person" => App\Models\Person {#11263 #connection: "mysql...
      notifications #DHWeMhzqlidzyXcYVS7l
      array:4 [ "data" => array:2 [ "isFilamentNotificationsComponent" => true "notifications" =...
          _token
          aWEOk58DRk0JavmqWFTIORFTe4wd66HPvY6mhzAz
          _previous
          array:1 [ "url" => "https://immadb.com/people/michael-mcdonald" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /people/michael-mcdonald
          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 => "52.15.171.235" ] "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 => "52.15.171.235, 15.158.61.135" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67839991-15da5f264418ca3b37a1e342" ] "x-amz-cf-id" => array:1 [ 0 => "XB59HvYjkSn47TqtLnF-onvjqKkOMxXxTqmh7GQiKgsXkigixFkdEg==" ] "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 => "Sun, 12 Jan 2025 10:29:37 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=eyJpdiI6Ii9taUZ1clczb0ZVQ2lldk1COC9KaVE9PSIsInZhbHVlIjoiUkMzQ2JLOW1DaUJPbHNDbkJ3aTJwTk1zc29GT2NPbE02QjI2b0tVNUV3UkY3dVI2ejMydnRiZGROdG5sNmxTVE9qN2pYd3R5R3BhOWFrTSt2NnBpZmlEenJqTVBQTHI3MXh0dkNKYWFvckY4bFZFcWJFS2F0U0NDcmN3bE53azkiLCJtYWMiOiJjOGViYTY1ZDRmZjhjMjY2M2FmMTMxNmI5MDVhNGFmODQwMGEzOTNiMjBmMTcyYmY2OWRiYzFmNjc1ZTY0NTQwIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 12:29:37 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ii9taUZ1clczb0ZVQ2lldk1COC9KaVE9PSIsInZhbHVlIjoiUkMzQ2JLOW1DaUJPbHNDbkJ3aTJwTk1zc29GT2NPbE02QjI2b0tVNUV3UkY3dVI2ejMydnRiZGROdG5sNmxTVE9qN2pYd" 1 => "laravel_session=eyJpdiI6IlFvZUo4cVdEUjJNOUVkK09oQ21QaGc9PSIsInZhbHVlIjoiejN5cFc2eXgxZG5ES21TM2Vqd2FrR3hOOUQ1anR5WXB3ZytOTURtT3l1RVhSVjdlVVgxRmRTRXhRbERBRHVSRGcxOGlDZ0kra2RtTHZaZTBJN01UUTQ3MmdpQ0hNcGRBMVNjSXdXSEZDcXJZZjBLSWRTRmJiTjhtdzlQNXdlZlMiLCJtYWMiOiIxNjJiMTA3MmE5MDk2Zjc1NDQxNTFkNzU3MmUwNjhhMmY3OGQwNTc4NTU4NzZjNDllZDY5MmRiZmYyYmUzZDc2IiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 12:29:37 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlFvZUo4cVdEUjJNOUVkK09oQ21QaGc9PSIsInZhbHVlIjoiejN5cFc2eXgxZG5ES21TM2Vqd2FrR3hOOUQ1anR5WXB3ZytOTURtT3l1RVhSVjdlVVgxRmRTRXhRbERBRHVSRGcx" 2 => "mZIX0i4fxbyCdl2pbTmnguu2kvq8lD5Gyz4uJ5B9=eyJpdiI6InVuTGFoekFWM2pNUFRtcjFHS1oyaEE9PSIsInZhbHVlIjoiUVo2bWhBSGI0Zm5LWlI4OEFpbjlGQ05rd0JkRlJla0tIVkFFdC81ZHZ2T2NadjZnNHA1L2RsdmYxM1NqUkRMcTBiNjQ2RUxjd0dLREJZWXFIS3ZWaFpuUnE4bkUxTWlnSHhhQ2xBNU5hSWs0aXA2N09iRlkwVmpLZXZua1hGdWhqTG1wOXJKdFkvSnN6WFdZWmZQZjZGYmxkZzExY2ptTXM0aHVSZytUelpzMFUyWmxINjFhdGFDQkV4TXJid3ZIQ3lZVTYrU2NhU0dVOTE2UVVuVVM5ODVWUG9nMXpzaVhIY09wYUE4V0ZveDVUOFJmME9WMXg4eFdZVU9acDhvWlFhbndHNDB3bVRUNGdmUFZsajdFb0pWVTFWS1p0WGFSeXJjVVZNYjJBUDBNT0ZVbUpLY0hpM0JHbnB6dXZqU3NJdkhzMVBlWFlTcjJzVnVGWmdENHVuaGRONU0rWDB3N1o3TnpkRmZVUXMrbmlXQ01nTGVGNXFKU0RTTG4weTZzM1lLaFpGRFR3Z2FLYzJlVWNvVXcwZz09IiwibWFjIjoiNWYyNGU4ZGYxZWJjNTNhOGRhNTExYmQyNGE5OGNmYTdhMWFkYTgwNzI3YWU0NDJhMjQyYmFlZjNjOGNhODg4ZiIsInRhZyI6IiJ9; expires=Sun, 12 Jan 2025 12:29:37 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxmZIX0i4fxbyCdl2pbTmnguu2kvq8lD5Gyz4uJ5B9=eyJpdiI6InVuTGFoekFWM2pNUFRtcjFHS1oyaEE9PSIsInZhbHVlIjoiUVo2bWhBSGI0Zm5LWlI4OEFpbjlGQ05rd0JkRlJla0tIVkFFdC81ZHZ2T2NadjZ" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Ii9taUZ1clczb0ZVQ2lldk1COC9KaVE9PSIsInZhbHVlIjoiUkMzQ2JLOW1DaUJPbHNDbkJ3aTJwTk1zc29GT2NPbE02QjI2b0tVNUV3UkY3dVI2ejMydnRiZGROdG5sNmxTVE9qN2pYd3R5R3BhOWFrTSt2NnBpZmlEenJqTVBQTHI3MXh0dkNKYWFvckY4bFZFcWJFS2F0U0NDcmN3bE53azkiLCJtYWMiOiJjOGViYTY1ZDRmZjhjMjY2M2FmMTMxNmI5MDVhNGFmODQwMGEzOTNiMjBmMTcyYmY2OWRiYzFmNjc1ZTY0NTQwIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 12:29:37 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ii9taUZ1clczb0ZVQ2lldk1COC9KaVE9PSIsInZhbHVlIjoiUkMzQ2JLOW1DaUJPbHNDbkJ3aTJwTk1zc29GT2NPbE02QjI2b0tVNUV3UkY3dVI2ejMydnRiZGROdG5sNmxTVE9qN2pYd" 1 => "laravel_session=eyJpdiI6IlFvZUo4cVdEUjJNOUVkK09oQ21QaGc9PSIsInZhbHVlIjoiejN5cFc2eXgxZG5ES21TM2Vqd2FrR3hOOUQ1anR5WXB3ZytOTURtT3l1RVhSVjdlVVgxRmRTRXhRbERBRHVSRGcxOGlDZ0kra2RtTHZaZTBJN01UUTQ3MmdpQ0hNcGRBMVNjSXdXSEZDcXJZZjBLSWRTRmJiTjhtdzlQNXdlZlMiLCJtYWMiOiIxNjJiMTA3MmE5MDk2Zjc1NDQxNTFkNzU3MmUwNjhhMmY3OGQwNTc4NTU4NzZjNDllZDY5MmRiZmYyYmUzZDc2IiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 12:29:37 GMT; path=/; httponlylaravel_session=eyJpdiI6IlFvZUo4cVdEUjJNOUVkK09oQ21QaGc9PSIsInZhbHVlIjoiejN5cFc2eXgxZG5ES21TM2Vqd2FrR3hOOUQ1anR5WXB3ZytOTURtT3l1RVhSVjdlVVgxRmRTRXhRbERBRHVSRGcx" 2 => "mZIX0i4fxbyCdl2pbTmnguu2kvq8lD5Gyz4uJ5B9=eyJpdiI6InVuTGFoekFWM2pNUFRtcjFHS1oyaEE9PSIsInZhbHVlIjoiUVo2bWhBSGI0Zm5LWlI4OEFpbjlGQ05rd0JkRlJla0tIVkFFdC81ZHZ2T2NadjZnNHA1L2RsdmYxM1NqUkRMcTBiNjQ2RUxjd0dLREJZWXFIS3ZWaFpuUnE4bkUxTWlnSHhhQ2xBNU5hSWs0aXA2N09iRlkwVmpLZXZua1hGdWhqTG1wOXJKdFkvSnN6WFdZWmZQZjZGYmxkZzExY2ptTXM0aHVSZytUelpzMFUyWmxINjFhdGFDQkV4TXJid3ZIQ3lZVTYrU2NhU0dVOTE2UVVuVVM5ODVWUG9nMXpzaVhIY09wYUE4V0ZveDVUOFJmME9WMXg4eFdZVU9acDhvWlFhbndHNDB3bVRUNGdmUFZsajdFb0pWVTFWS1p0WGFSeXJjVVZNYjJBUDBNT0ZVbUpLY0hpM0JHbnB6dXZqU3NJdkhzMVBlWFlTcjJzVnVGWmdENHVuaGRONU0rWDB3N1o3TnpkRmZVUXMrbmlXQ01nTGVGNXFKU0RTTG4weTZzM1lLaFpGRFR3Z2FLYzJlVWNvVXcwZz09IiwibWFjIjoiNWYyNGU4ZGYxZWJjNTNhOGRhNTExYmQyNGE5OGNmYTdhMWFkYTgwNzI3YWU0NDJhMjQyYmFlZjNjOGNhODg4ZiIsInRhZyI6IiJ9; expires=Sun, 12-Jan-2025 12:29:37 GMT; path=/; secure; httponlymZIX0i4fxbyCdl2pbTmnguu2kvq8lD5Gyz4uJ5B9=eyJpdiI6InVuTGFoekFWM2pNUFRtcjFHS1oyaEE9PSIsInZhbHVlIjoiUVo2bWhBSGI0Zm5LWlI4OEFpbjlGQ05rd0JkRlJla0tIVkFFdC81ZHZ2T2NadjZ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "aWEOk58DRk0JavmqWFTIORFTe4wd66HPvY6mhzAz" "_previous" => array:1 [ "url" => "https://immadb.com/people/michael-mcdonald" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-12 10:29:37GET/people/michael-mcdonald464212