Jeremy Larsen

Given name
Jeremy William Larsen
Birthdate
1984-05-18 (40)
Born
United States
Height
5'10"
Reach
70"
Links
Result and record Opponent image Opponent information Bout details Date
loss | 8-4
Andre Fili

Andre Fili

148.5

12-1

2013-10-19
cancelled | 8-4
Charles Oliveira
2013-10-19
cancelled | 8-4
Matt Grice
2013-10-19
loss | 8-2
Joe Proctor
2012-06-02
Request history8.3.7PHP Version785msRequest Duration13MBMemory UsageGET people/{person}Route
    • Booting (12.25ms)time
    • Application (773ms)time
    • 1 x Application (98.44%)
      773ms
      1 x Booting (1.56%)
      12.25ms
      41 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-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
      • __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 executed60.17ms
      • 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` = 'jeremy-larsen' limit 1
        49.07msvaporImplicitRouteBinding.php#119
        Bindings
        • 0: jeremy-larsen
        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` = 7287 order by (select CONCAT_WS('-', `date`, `time`) from `events` where `event_id` = `events`.`id` limit 1) desc, `match` desc
        2.21msvaporHasRecords.php#108
        Bindings
        • 0: 7287
        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 (6506, 10324, 10372, 10383)
        1.82msvaporHasRecords.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 (259, 303)
        7.07msvaporHasRecords.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
      9Person.php#?
      App\Models\Bout
      4Bout.php#?
      App\Models\Event
      2Event.php#?
      show-person #4NImICXJMEK4I6uXL5bB
      array:4 [ "data" => array:33 [ "person" => App\Models\Person {#11263 #connection: "mysql...
      notifications #cmIq4bFy2BqNxFFyfV6R
      array:4 [ "data" => array:2 [ "isFilamentNotificationsComponent" => true "notifications" =...
          _token
          OvRnu2LDD5YmVsM0PkuXN4KSvW4qcXiEKvD8wQwI
          _previous
          array:1 [ "url" => "https://immadb.com/people/jeremy-larsen" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /people/jeremy-larsen
          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.145.62.14" ] "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.145.62.14, 15.158.61.176" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67821ce2-155b4486552b6ebf6509dac7" ] "x-amz-cf-id" => array:1 [ 0 => "bS-s4hGIS3GhIzXob-J1xVnLjPaAkE6h7N3XhZpEWQbHXpk9AnR7Rg==" ] "via" => array:1 [ 0 => "2.0 252d91a64bfdc4045e9d843f4a37a3e6.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:25:23 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=eyJpdiI6Im80UVJWOU1sZFZqUlBsQS85OWw4aWc9PSIsInZhbHVlIjoiSjJ1OStlYU9RdGUzYVpaTkVUSGYxaVFnZElsR09mQ1ZxenBUL0ovbXd6NW5hUTlxR2FwbWdiM24yN1hzQUpPcVR1WEFoUXNoS2IrK0ZkdVpxZktzZTI3SERIR0ZEelRwYXcwOFZzMlJpWXk0Y2F5MWdlTkw1K3NhN3pzZVdpSEwiLCJtYWMiOiI4MDFmYmM5NzY2MzAzYTc5ZDJhOWI4MTEzZmE5MWFhNGEyYmJjZGUyZGY5ZmU5MDA0MGI5N2JjNDM1MzUxZmVlIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 09:25:23 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im80UVJWOU1sZFZqUlBsQS85OWw4aWc9PSIsInZhbHVlIjoiSjJ1OStlYU9RdGUzYVpaTkVUSGYxaVFnZElsR09mQ1ZxenBUL0ovbXd6NW5hUTlxR2FwbWdiM24yN1hzQUpPcVR1WEFoU" 1 => "laravel_session=eyJpdiI6IlNYcGtPb2dCNTB0OXl5L28vRlY0dnc9PSIsInZhbHVlIjoiU1ZoOEZhV0hUQUxnRk1lSDBXY0FxWlp1QUluVzFYcGQ0c1l5MFZwWE56eVd6ci9OWVNjaG5oMUVqOTI5RnJhZkJ0NHg5dG9Hc3gzMUw1Sk4vTGpzcUFnbnE4OWhubUFWalMycFd1TjdmbEFTZzJ2eU93VDY2OGFVd1F2R0pDZTMiLCJtYWMiOiIwZjFhNDgwZGYxMGZjOTEzMTQ2YmZiODg5ZDY0NDM1YWU1ZWE2OWYwYjUzMTEyMWZjMGI1YzQ2NzY0MDAyMmI5IiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 09:25:23 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlNYcGtPb2dCNTB0OXl5L28vRlY0dnc9PSIsInZhbHVlIjoiU1ZoOEZhV0hUQUxnRk1lSDBXY0FxWlp1QUluVzFYcGQ0c1l5MFZwWE56eVd6ci9OWVNjaG5oMUVqOTI5RnJhZkJ0" 2 => "xXkuPhlwGJlfoZMsIfQFEibWbnSFz0WnepdMZldi=eyJpdiI6Imczd1RvanlqUWVCenRPRUo3SlJ3VVE9PSIsInZhbHVlIjoiVE5qR1VkWUhzYlJBL0dQRWZzWGpyUHVjMkFscS9jUzZGa1VCZWFYVmJxQTdXTWtMMFdRT2xHQXg5Z0xmOWdwN1Z1Z3hnU0FyamtLektpQU5pWlhCVkxFMFFhRDNibzBVQ0tlVVV5YlhJK1k0V1hBb21hR0wvYXgzWUd2YnJaNkdtcnQwOHVqZHFoUzVqT2NqVm1vVEVyOFV4aFR1ZEcyWGtTckpsNnZtYmFRMWR3KytKbTMzTXBJMHlQWlY2d0RsclpuK3p1UGdmY0xja0VYMm9mSFNtSFNtMUFoeWluL3laclhTc3F0WXBRQ05FRzhRNVdsYnMzdHBIclFLNWhjV1p1TWt0Sk5yZlY1dHRHRXJ2UUg3YXIzU094anJUZ3RRbFIyZHFGdDVIVkxKNFExd3JKdWgydjd0aHpXMXFTZmwxNUk3eStRaWlIb0JaNnU5ellDM1ZqSnhERUdEaERYQ0l6ck55VEhkSHBsekJ0ei9ta0pXTk9UVnQraW5XQ0g3VWpCQ3JJZUM4eTBMUktJRjNEMDNuZz09IiwibWFjIjoiZjFiZjNlZjczZWUxZDMwZDQ2ZTNiZTJiMWJhOGU4N2ExZWZhZjAyOWE2MjZjNTMwM2M0ODk1ODE1NjY1NTQwYSIsInRhZyI6IiJ9; expires=Sat, 11 Jan 2025 09:25:23 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxxXkuPhlwGJlfoZMsIfQFEibWbnSFz0WnepdMZldi=eyJpdiI6Imczd1RvanlqUWVCenRPRUo3SlJ3VVE9PSIsInZhbHVlIjoiVE5qR1VkWUhzYlJBL0dQRWZzWGpyUHVjMkFscS9jUzZGa1VCZWFYVmJxQTdXTWt" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Im80UVJWOU1sZFZqUlBsQS85OWw4aWc9PSIsInZhbHVlIjoiSjJ1OStlYU9RdGUzYVpaTkVUSGYxaVFnZElsR09mQ1ZxenBUL0ovbXd6NW5hUTlxR2FwbWdiM24yN1hzQUpPcVR1WEFoUXNoS2IrK0ZkdVpxZktzZTI3SERIR0ZEelRwYXcwOFZzMlJpWXk0Y2F5MWdlTkw1K3NhN3pzZVdpSEwiLCJtYWMiOiI4MDFmYmM5NzY2MzAzYTc5ZDJhOWI4MTEzZmE5MWFhNGEyYmJjZGUyZGY5ZmU5MDA0MGI5N2JjNDM1MzUxZmVlIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 09:25:23 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im80UVJWOU1sZFZqUlBsQS85OWw4aWc9PSIsInZhbHVlIjoiSjJ1OStlYU9RdGUzYVpaTkVUSGYxaVFnZElsR09mQ1ZxenBUL0ovbXd6NW5hUTlxR2FwbWdiM24yN1hzQUpPcVR1WEFoU" 1 => "laravel_session=eyJpdiI6IlNYcGtPb2dCNTB0OXl5L28vRlY0dnc9PSIsInZhbHVlIjoiU1ZoOEZhV0hUQUxnRk1lSDBXY0FxWlp1QUluVzFYcGQ0c1l5MFZwWE56eVd6ci9OWVNjaG5oMUVqOTI5RnJhZkJ0NHg5dG9Hc3gzMUw1Sk4vTGpzcUFnbnE4OWhubUFWalMycFd1TjdmbEFTZzJ2eU93VDY2OGFVd1F2R0pDZTMiLCJtYWMiOiIwZjFhNDgwZGYxMGZjOTEzMTQ2YmZiODg5ZDY0NDM1YWU1ZWE2OWYwYjUzMTEyMWZjMGI1YzQ2NzY0MDAyMmI5IiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 09:25:23 GMT; path=/; httponlylaravel_session=eyJpdiI6IlNYcGtPb2dCNTB0OXl5L28vRlY0dnc9PSIsInZhbHVlIjoiU1ZoOEZhV0hUQUxnRk1lSDBXY0FxWlp1QUluVzFYcGQ0c1l5MFZwWE56eVd6ci9OWVNjaG5oMUVqOTI5RnJhZkJ0" 2 => "xXkuPhlwGJlfoZMsIfQFEibWbnSFz0WnepdMZldi=eyJpdiI6Imczd1RvanlqUWVCenRPRUo3SlJ3VVE9PSIsInZhbHVlIjoiVE5qR1VkWUhzYlJBL0dQRWZzWGpyUHVjMkFscS9jUzZGa1VCZWFYVmJxQTdXTWtMMFdRT2xHQXg5Z0xmOWdwN1Z1Z3hnU0FyamtLektpQU5pWlhCVkxFMFFhRDNibzBVQ0tlVVV5YlhJK1k0V1hBb21hR0wvYXgzWUd2YnJaNkdtcnQwOHVqZHFoUzVqT2NqVm1vVEVyOFV4aFR1ZEcyWGtTckpsNnZtYmFRMWR3KytKbTMzTXBJMHlQWlY2d0RsclpuK3p1UGdmY0xja0VYMm9mSFNtSFNtMUFoeWluL3laclhTc3F0WXBRQ05FRzhRNVdsYnMzdHBIclFLNWhjV1p1TWt0Sk5yZlY1dHRHRXJ2UUg3YXIzU094anJUZ3RRbFIyZHFGdDVIVkxKNFExd3JKdWgydjd0aHpXMXFTZmwxNUk3eStRaWlIb0JaNnU5ellDM1ZqSnhERUdEaERYQ0l6ck55VEhkSHBsekJ0ei9ta0pXTk9UVnQraW5XQ0g3VWpCQ3JJZUM4eTBMUktJRjNEMDNuZz09IiwibWFjIjoiZjFiZjNlZjczZWUxZDMwZDQ2ZTNiZTJiMWJhOGU4N2ExZWZhZjAyOWE2MjZjNTMwM2M0ODk1ODE1NjY1NTQwYSIsInRhZyI6IiJ9; expires=Sat, 11-Jan-2025 09:25:23 GMT; path=/; secure; httponlyxXkuPhlwGJlfoZMsIfQFEibWbnSFz0WnepdMZldi=eyJpdiI6Imczd1RvanlqUWVCenRPRUo3SlJ3VVE9PSIsInZhbHVlIjoiVE5qR1VkWUhzYlJBL0dQRWZzWGpyUHVjMkFscS9jUzZGa1VCZWFYVmJxQTdXTWt" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "OvRnu2LDD5YmVsM0PkuXN4KSvW4qcXiEKvD8wQwI" "_previous" => array:1 [ "url" => "https://immadb.com/people/jeremy-larsen" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-11 07:25:23GET/people/jeremy-larsen414152