Test

  • 4d
  • 6h
  • 52m
  • 53s

Justin Willis

Career Record: 8-2-0

SettingsRequest history128msRequest Duration5MBMemory Usage10.x
Laravel Version
10.48.29
PHP Version
8.3.16
Environment
development
Debug Mode
Enabled
URL
dev.pflmma.com
Timezone
America/New_York
Locale
en
GET {season_type}-fighter/{fighter}
status
200 OK
full_url
https://dev.pflmma.com/regular-fighter/justin-willis
action_name
fighter.show
controller_action
App\Http\Controllers\FighterController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://dev.pflmma.com/regular-fighter/justin-willis
    action_name
    fighter.show
    controller_action
    App\Http\Controllers\FighterController@show
    uri
    GET {season_type}-fighter/{fighter}
    domain
    dev.pflmma.com
    controller
    App\Http\Controllers\FighterController@show
    namespace
    App\Http\Controllers
    file
    app/Http/Controllers/FighterController.php:264-533
    middleware
    web
    duration
    131ms
    peak_memory
    6MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array: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" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array: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" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "ABMHG74fMdX29x7ivv88PUTlDLfzprZOENnLPVYY" ]
    • Booting (26.63ms)time
    • Application (101ms)time
    • Routing (2.62ms)
    • Preparing Response (54.58ms)
    • View: fighters.showviews
    • View: layouts.frontendviews
    • View: components.faviconsviews
    • View: components.stylesviews
    • View: components.frontend-tracking-headerviews
    • View: components.frontend-tracking-bodyviews
    • View: components.scriptsviews
    • View: components.countdown-timerviews
    • View: components.navviews
    • View: components.newsletter-signupviews
    • View: components.popupviews
    • View: components.preloaderviews
    • 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
      12 templates were rendered
      • fighters.showshow.blade.php#?blade
      • layouts.frontendfrontend.blade.php#?blade
      • components.faviconsfavicons.blade.php#?blade
      • components.stylesstyles.blade.php#?blade
      • components.frontend-tracking-headerfrontend-tracking-header.blade.php#?blade
      • components.frontend-tracking-bodyfrontend-tracking-body.blade.php#?blade
      • components.scriptsscripts.blade.php#?blade
      • components.countdown-timercountdown-timer.blade.php#?blade
      • components.navnav.blade.php#?blade
      • components.newsletter-signupnewsletter-signup.blade.php#?blade
      • components.popuppopup.blade.php#?blade
      • components.preloaderpreloader.blade.php#?blade
      35 statements were executed (13 duplicates)Show only duplicates53.37ms
      • FighterController.php#1187devpflmma_webConnection Established
        Backtrace
        • app/Http/Controllers/FighterController.php:1187
        • app/Http/Controllers/FighterController.php:284
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • FighterController.php#1190devpflmma_web4.71msselect * from `fighters` where LOWER(REPLACE(REPLACE(first_name, " ", ""), "'", "")) = "justin" and LOWER(REPLACE(REPLACE(last_name, " ", ""), "'", "")) = "willis" limit 1
        Backtrace
        • app/Http/Controllers/FighterController.php:1190
        • app/Http/Controllers/FighterController.php:284
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • FighterController.php#309devpflmma_web2.25msselect * 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
        • 0: 239
        • 1: 2020
        Backtrace
        • app/Http/Controllers/FighterController.php:309
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FighterController.php#311devpflmma_web660μsselect * from `seasons` where `seasons`.`id` is null limit 1
        Backtrace
        • app/Http/Controllers/FighterController.php:311
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FighterController.php#320devpflmma_web1.39msselect * 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
        • 0: 239
        • 1: 2020
        Backtrace
        • app/Http/Controllers/FighterController.php:320
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • Functions.php#1037devpflmma_web1.56msselect * 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
        • 0: 239
        • 1: 2020
        Backtrace
        • app/Helpers/Functions.php:1037
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • Functions.php#1039devpflmma_web890μsselect * from `seasons` where `seasons`.`id` is null limit 1
        Backtrace
        • app/Helpers/Functions.php:1039
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • Functions.php#1048devpflmma_web1.06msselect * 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
        • 0: 239
        • 1: 2020
        Backtrace
        • app/Helpers/Functions.php:1048
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FighterController.php#423devpflmma_web2.01msselect `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
        • 0: headshot
        • 1: App\Models\Fighter
        • 2: bodyshot
        • 3: App\Models\Fighter
        • 4: banner
        • 5: App\Models\Fighter
        • 6: 239
        Backtrace
        • app/Http/Controllers/FighterController.php:423
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FighterController.php#425devpflmma_web990μsselect * from `fighters` where `fighters`.`id` = 239 limit 1
        Bindings
        • 0: 239
        Backtrace
        • app/Http/Controllers/FighterController.php:425
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FighterController.php#426devpflmma_web5.53ms(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
        • 0: 239
        • 1: 239
        Backtrace
        • app/Http/Controllers/FighterController.php:426
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WidgetController.php#464devpflmma_web1.65msselect * from `fighters` where `fighters`.`id` = 239 limit 1
        Bindings
        • 0: 239
        Backtrace
        • app/Http/Controllers/WidgetController.php:464
        • app/Http/Controllers/FighterController.php:441
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WidgetController.php#471devpflmma_web2.65msselect `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
        • 0: 239
        • 1: App\Models\Fighter
        Backtrace
        • app/Http/Controllers/WidgetController.php:471
        • app/Http/Controllers/FighterController.php:441
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WidgetController.php#500devpflmma_web1.88msselect * from `fighters` where `fighters`.`id` = 239 limit 1
        Bindings
        • 0: 239
        Backtrace
        • app/Http/Controllers/WidgetController.php:500
        • app/Http/Controllers/FighterController.php:442
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WidgetController.php#507devpflmma_web2.93msselect `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
        • 0: 239
        • 1: App\Models\Fighter
        Backtrace
        • app/Http/Controllers/WidgetController.php:507
        • app/Http/Controllers/FighterController.php:442
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • FighterController.php#445devpflmma_web1.36msselect * from `seasons` where `season_type` = 'regular' order by `year` desc limit 1
        Bindings
        • 0: regular
        Backtrace
        • app/Http/Controllers/FighterController.php:445
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FighterController.php#453devpflmma_web1.81msSELECT 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
        • app/Http/Controllers/FighterController.php:453
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • SettingEloquentStorage.php#30devpflmma_web960μsselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • view::components.countdown-timer:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • SettingEloquentStorage.php#30devpflmma_web1.37msselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • view::components.countdown-timer:24
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • SettingEloquentStorage.php#30devpflmma_web830μsselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • view::components.countdown-timer:25
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • SettingEloquentStorage.php#30devpflmma_web3.84msselect `val`, `name` from `settings` where `group` = 'default'
        Bindings
        • 0: default
        Backtrace
        • vendor/qcod/laravel-settings/src/Setting/SettingEloquentStorage.php:30
        • app/Helpers/Functions.php:470
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Functions.php#473devpflmma_web1.16msselect * from `media` where `media`.`id` = '26718' limit 1
        Bindings
        • 0: 26718
        Backtrace
        • app/Helpers/Functions.php:473
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#482devpflmma_web950μsselect * from `media` where `media`.`id` = '24074' limit 1
        Bindings
        • 0: 24074
        Backtrace
        • app/Helpers/Functions.php:482
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#488devpflmma_web750μsselect * from `media` where `media`.`id` = '24072' limit 1
        Bindings
        • 0: 24072
        Backtrace
        • app/Helpers/Functions.php:488
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#494devpflmma_web650μsselect * from `media` where `media`.`id` = '24075' limit 1
        Bindings
        • 0: 24075
        Backtrace
        • app/Helpers/Functions.php:494
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#518devpflmma_web1.32msselect * from `media` where `media`.`id` = '27787' limit 1
        Bindings
        • 0: 27787
        Backtrace
        • app/Helpers/Functions.php:518
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#524devpflmma_web760μsselect * from `media` where `media`.`id` = '23575' limit 1
        Bindings
        • 0: 23575
        Backtrace
        • app/Helpers/Functions.php:524
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#530devpflmma_web810μsselect * from `media` where `media`.`id` = '23576' limit 1
        Bindings
        • 0: 23576
        Backtrace
        • app/Helpers/Functions.php:530
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#536devpflmma_web630μsselect * from `media` where `media`.`id` = '27603' limit 1
        Bindings
        • 0: 27603
        Backtrace
        • app/Helpers/Functions.php:536
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#542devpflmma_web720μsselect * from `media` where `media`.`id` = '27604' limit 1
        Bindings
        • 0: 27604
        Backtrace
        • app/Helpers/Functions.php:542
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#548devpflmma_web860μsselect * from `media` where `media`.`id` = '27605' limit 1
        Bindings
        • 0: 27605
        Backtrace
        • app/Helpers/Functions.php:548
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#554devpflmma_web730μsselect * from `media` where `media`.`id` = '27606' limit 1
        Bindings
        • 0: 27606
        Backtrace
        • app/Helpers/Functions.php:554
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#560devpflmma_web820μsselect * from `media` where `media`.`id` = '26409' limit 1
        Bindings
        • 0: 26409
        Backtrace
        • app/Helpers/Functions.php:560
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#566devpflmma_web1.23msselect * from `media` where `media`.`id` = '26408' limit 1
        Bindings
        • 0: 26408
        Backtrace
        • app/Helpers/Functions.php:566
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#572devpflmma_web700μsselect * from `media` where `media`.`id` = '26407' limit 1
        Bindings
        • 0: 26407
        Backtrace
        • app/Helpers/Functions.php:572
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Functions.php#578devpflmma_web950μsselect * from `media` where `media`.`id` = '26540' limit 1
        Bindings
        • 0: 26540
        Backtrace
        • app/Helpers/Functions.php:578
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      Plank\Mediable\Media
      15Media.php#?
      App\Models\Fighter
      4Fighter.php#?
      App\Models\Season
      1Season.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-05 05:07:02GET/regular-fighter/justin-willis123520