Justin Willis
Career Record: 8-2-0
Career Record: 8-2-0
From East Palo Alto, California
Fighting Out Of East Palo Alto, California
Age 37
Height 6'1"
Weight 265
Arm Reach 79"
Leg Reach -
[]
[]
0 of 0array:15 [▼ "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "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" ] "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-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"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "host" => array:1 [▶ 0 => "dev.pflmma.com" ] ]
[]
0 of 0array:3 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 05 Apr 2025 09:07:02 GMT" ] ]
0 of 0array:1 [▼ "_token" => "ABMHG74fMdX29x7ivv88PUTlDLfzprZOENnLPVYY" ]
1 x Application (79.2%) | 101ms |
1 x Preparing Response (42.62%) | 54.58ms |
1 x Booting (20.8%) | 26.63ms |
1 x Routing (2.05%) | 2.62ms |
12 x View (0%) | 0μs |
Backtrace |
|
select * from `fighters` where LOWER(REPLACE(REPLACE(first_name, " ", ""), "'", "")) = "justin" and LOWER(REPLACE(REPLACE(last_name, " ", ""), "'", "")) = "willis" limit 1
Backtrace |
|
select * from `fighter_records` as `fr` left join `seasons` as `s` on `s`.`id` = `fr`.`season_id` where `fr`.`fighter_id` = 239 and `s`.`year` <> '2020' order by `s`.`year` desc limit 1
Bindings |
|
Backtrace |
|
select * from `seasons` where `seasons`.`id` is null limit 1
Backtrace |
|
select * from `fighter_records` left join `seasons` as `s` on `s`.`id` = `fighter_records`.`season_id` where `fighter_records`.`fighter_id` = 239 and `s`.`year` <> '2020' order by `s`.`year` desc
Bindings |
|
Backtrace |
|
select * from `fighter_records` as `fr` left join `seasons` as `s` on `s`.`id` = `fr`.`season_id` where `fr`.`fighter_id` = 239 and `s`.`year` <> '2020' order by `s`.`year` desc limit 1
Bindings |
|
Backtrace |
|
select * from `seasons` where `seasons`.`id` is null limit 1
Backtrace |
|
select * from `fighter_records` left join `seasons` as `s` on `s`.`id` = `fighter_records`.`season_id` where `fighter_records`.`fighter_id` = 239 and `s`.`year` <> '2020' order by `s`.`year` desc
Bindings |
|
Backtrace |
|
select `f`.*, `fr`.`points`, `fr`.`season_record`, `fr`.`ranking`, `fr`.`final_decision`, `fc`.`name` as `fighter_class_name`,
IF(
IFNULL(f.nation_flag, "")<>"" OR f.nation_flag<>"",
CONCAT("https://pflmma-dev.s3.amazonaws.com/flags/icons/", f.nation_flag, ".jpg"),
CONCAT("https://pflmma-dev.s3.amazonaws.com/flags/icons/default.jpg")
) AS flag_url,
IF(
IFNULL(f.nation_flag, "")<>"" OR f.nation_flag<>"",
CONCAT("https://pflmma-dev.s3.amazonaws.com/flags/backdrops/", f.nation_flag, "_BACKDROP.jpg"),
CONCAT("https://pflmma-dev.s3.amazonaws.com/flags/backdrops/default.jpg")
) AS flag_backdrop_url,
IF(
IFNULL(m.filename, "")<>"",
CONCAT("https://pflmma-dev.s3.amazonaws.com/", m.directory, "/", m.filename, ".", m.extension),
CONCAT("https://pflmma-dev.s3.amazonaws.com/fighters/headshots/default-", f.gender, ".png")
) AS headshot_url,
IF(
IFNULL(m2.filename, "")<>"",
CONCAT("https://pflmma-dev.s3.amazonaws.com/", m2.directory, "/", m2.filename, ".", m2.extension),
CONCAT("https://pflmma-dev.s3.amazonaws.com/fighters/bodyshots/default-", f.gender, ".png")
) AS bodyshot_url,
IF(
IFNULL(m3.filename, "")<>"",
CONCAT("https://pflmma-dev.s3.amazonaws.com/", m3.directory, "/", m3.filename, ".", m3.extension),
CONCAT("https://pflmma-dev.s3.amazonaws.com/fighters/banners/default-banner-", f.gender, ".jpg")
) AS banner_url from `fighters` as `f` left join `fighter_records` as `fr` on `fr`.`fighter_id` = `f`.`id` left join `mediables` as `med` on `med`.`mediable_id` = `f`.`id` and `med`.`tag` = 'headshot' and `med`.`mediable_type` = 'App\\Models\\Fighter' left join `media` as `m` on `m`.`id` = `med`.`media_id` left join `mediables` as `med2` on `med2`.`mediable_id` = `f`.`id` and `med2`.`tag` = 'bodyshot' and `med2`.`mediable_type` = 'App\\Models\\Fighter' left join `media` as `m2` on `m2`.`id` = `med2`.`media_id` left join `mediables` as `med3` on `med3`.`mediable_id` = `f`.`id` and `med3`.`tag` = 'banner' and `med3`.`mediable_type` = 'App\\Models\\Fighter' left join `media` as `m3` on `m3`.`id` = `med3`.`media_id` left join `fighter_classes` as `fc` on `fc`.`id` = `fr`.`fighter_class_id` where `f`.`id` = 239 limit 1
Bindings |
|
Backtrace |
|
select * from `fighters` where `fighters`.`id` = 239 limit 1
Bindings |
|
Backtrace |
|
(select * from `fight_cards` where `fight_cards`.`fighter_id` = 239 and `fight_cards`.`fighter_id` is not null) union (select * from `fight_cards` where `fight_cards`.`vs_fighter_id` = 239 and `fight_cards`.`vs_fighter_id` is not null) order by `created_at` desc
Bindings |
|
Backtrace |
|
select * from `fighters` where `fighters`.`id` = 239 limit 1
Bindings |
|
Backtrace |
|
select `articles`.*, `article_tags`.`article_tag_id` as `pivot_article_tag_id`, `article_tags`.`article_id` as `pivot_article_id`, `article_tags`.`article_tag_type` as `pivot_article_tag_type` from `articles` inner join `article_tags` on `articles`.`id` = `article_tags`.`article_id` where `article_tags`.`article_tag_id` = 239 and `article_tags`.`article_tag_type` = 'App\\Models\\Fighter' order by `created_at` desc
Bindings |
|
Backtrace |
|
select * from `fighters` where `fighters`.`id` = 239 limit 1
Bindings |
|
Backtrace |
|
select `videos`.*, `video_tags`.`video_tag_id` as `pivot_video_tag_id`, `video_tags`.`video_id` as `pivot_video_id`, `video_tags`.`video_tag_type` as `pivot_video_tag_type` from `videos` inner join `video_tags` on `videos`.`id` = `video_tags`.`video_id` where `video_tags`.`video_tag_id` = 239 and `video_tags`.`video_tag_type` = 'App\\Models\\Fighter' order by `created_at` desc
Bindings |
|
Backtrace |
|
select * from `seasons` where `season_type` = 'regular' order by `year` desc limit 1
Bindings |
|
Backtrace |
|
SELECT
e.*
FROM
fight_cards fc
LEFT JOIN
fighters f1
ON
f1.id = fc.fighter_id
LEFT JOIN
fighters f2
ON
f2.id = fc.vs_fighter_id
INNER JOIN
fighter_classes fc2
ON
fc2.id = fc.fighter_class_id
INNER JOIN
events e
ON
e.id = fc.event_id
LEFT JOIN
fighter_records fr1
ON
fr1.fighter_id = (
SELECT
MIN(id)
FROM
fighter_records
WHERE
season_id = 16
AND
fighter_id = fc.fighter_id
LIMIT 1
)
AND
fr1.season_id = 16
LEFT JOIN
fighter_records fr2
ON
fr2.fighter_id = (
SELECT
MIN(id)
FROM
fighter_records
WHERE
season_id = 16
AND
fighter_id = fc.vs_fighter_id
LIMIT 1
)
AND
fr2.season_id = 16
WHERE
e.season_id=16
AND (fc.fighter_id=239 OR fc.vs_fighter_id=239)
AND
e.datetime>='2025-04-05 05:07:02'
AND
e.event_status = 'scheduled'
ORDER BY
fc.order_number ASC
Backtrace |
|
select `val`, `name` from `settings` where `group` = 'default'
Bindings |
|
Backtrace |
|
select `val`, `name` from `settings` where `group` = 'default'
Bindings |
|
Backtrace |
|
select `val`, `name` from `settings` where `group` = 'default'
Bindings |
|
Backtrace |
|
select `val`, `name` from `settings` where `group` = 'default'
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '26718' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '24074' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '24072' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '24075' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '27787' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '23575' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '23576' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '27603' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '27604' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '27605' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '27606' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '26409' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '26408' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '26407' limit 1
Bindings |
|
Backtrace |
|
select * from `media` where `media`.`id` = '26540' limit 1
Bindings |
|
Backtrace |
|