First Round - Lightweights and Middleweights

Khalid Murtazaliev

Career Record: 17-3-0

SettingsRequest history95.56msRequest 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/khalid-murtazaliev
action_name
fighter.show
controller_action
App\Http\Controllers\FighterController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
  • warninglog[10:38:15] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
status
200 OK
full_url
https://dev.pflmma.com/regular-fighter/khalid-murtazaliev
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:270-539
middleware
web
duration
97.03ms
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 => "Wed, 23 Apr 2025 14:38:15 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "9amU7bZJW6S5gNZ1bXOzr67dxbkFEPcjvAwMxy6G" ]
  • Booting (20.47ms)time
  • Application (75.08ms)time
  • Routing (1.29ms)
  • Preparing Response (43.31ms)
  • 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 (78.57%)
    75.08ms
    1 x Preparing Response (45.32%)
    43.31ms
    1 x Booting (21.42%)
    20.47ms
    1 x Routing (1.35%)
    1.29ms
    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 duplicates36.25ms
    • FighterController.php#1193devpflmma_webConnection Established
      Backtrace
      • app/Http/Controllers/FighterController.php:1193
      • app/Http/Controllers/FighterController.php:290
      • 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#1196devpflmma_web5.67msselect * from `fighters` where LOWER(REPLACE(REPLACE(first_name, " ", ""), "'", "")) = "khalid" and LOWER(REPLACE(REPLACE(last_name, " ", ""), "'", "")) = "murtazaliev" limit 1
      Backtrace
      • app/Http/Controllers/FighterController.php:1196
      • app/Http/Controllers/FighterController.php:290
      • 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#315devpflmma_web1.6msselect * from `fighter_records` as `fr` left join `seasons` as `s` on `s`.`id` = `fr`.`season_id` where `fr`.`fighter_id` = 855 and `s`.`year` <> '2020' order by `s`.`year` desc limit 1
      Bindings
      • 0: 855
      • 1: 2020
      Backtrace
      • app/Http/Controllers/FighterController.php:315
      • 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#317devpflmma_web590μsselect * from `seasons` where `seasons`.`id` is null limit 1
      Backtrace
      • app/Http/Controllers/FighterController.php:317
      • 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#326devpflmma_web1.08msselect * from `fighter_records` left join `seasons` as `s` on `s`.`id` = `fighter_records`.`season_id` where `fighter_records`.`fighter_id` = 855 and `s`.`year` <> '2020' order by `s`.`year` desc
      Bindings
      • 0: 855
      • 1: 2020
      Backtrace
      • app/Http/Controllers/FighterController.php:326
      • 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_web940μsselect * from `fighter_records` as `fr` left join `seasons` as `s` on `s`.`id` = `fr`.`season_id` where `fr`.`fighter_id` = 855 and `s`.`year` <> '2020' order by `s`.`year` desc limit 1
      Bindings
      • 0: 855
      • 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_web750μ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.14msselect * from `fighter_records` left join `seasons` as `s` on `s`.`id` = `fighter_records`.`season_id` where `fighter_records`.`fighter_id` = 855 and `s`.`year` <> '2020' order by `s`.`year` desc
      Bindings
      • 0: 855
      • 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#429devpflmma_web1.35msselect `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` = 855 limit 1
      Bindings
      • 0: headshot
      • 1: App\Models\Fighter
      • 2: bodyshot
      • 3: App\Models\Fighter
      • 4: banner
      • 5: App\Models\Fighter
      • 6: 855
      Backtrace
      • app/Http/Controllers/FighterController.php:429
      • 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#431devpflmma_web730μsselect * from `fighters` where `fighters`.`id` = 855 limit 1
      Bindings
      • 0: 855
      Backtrace
      • app/Http/Controllers/FighterController.php:431
      • 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#432devpflmma_web2ms(select * from `fight_cards` where `fight_cards`.`fighter_id` = 855 and `fight_cards`.`fighter_id` is not null) union (select * from `fight_cards` where `fight_cards`.`vs_fighter_id` = 855 and `fight_cards`.`vs_fighter_id` is not null) order by `created_at` desc
      Bindings
      • 0: 855
      • 1: 855
      Backtrace
      • app/Http/Controllers/FighterController.php:432
      • 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_web700μsselect * from `fighters` where `fighters`.`id` = 855 limit 1
      Bindings
      • 0: 855
      Backtrace
      • app/Http/Controllers/WidgetController.php:464
      • app/Http/Controllers/FighterController.php:447
      • 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_web1.19msselect `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` = 855 and `article_tags`.`article_tag_type` = 'App\\Models\\Fighter' order by `created_at` desc
      Bindings
      • 0: 855
      • 1: App\Models\Fighter
      Backtrace
      • app/Http/Controllers/WidgetController.php:471
      • app/Http/Controllers/FighterController.php:447
      • 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_web680μsselect * from `fighters` where `fighters`.`id` = 855 limit 1
      Bindings
      • 0: 855
      Backtrace
      • app/Http/Controllers/WidgetController.php:500
      • app/Http/Controllers/FighterController.php:448
      • 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_web1.2msselect `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` = 855 and `video_tags`.`video_tag_type` = 'App\\Models\\Fighter' order by `created_at` desc
      Bindings
      • 0: 855
      • 1: App\Models\Fighter
      Backtrace
      • app/Http/Controllers/WidgetController.php:507
      • app/Http/Controllers/FighterController.php:448
      • 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#451devpflmma_web610μsselect * from `seasons` where `season_type` = 'regular' order by `year` desc limit 1
      Bindings
      • 0: regular
      Backtrace
      • app/Http/Controllers/FighterController.php:451
      • 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#459devpflmma_web1.32msSELECT 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=855 OR fc.vs_fighter_id=855) AND e.datetime>='2025-04-23 10:38:15' AND e.event_status = 'scheduled' ORDER BY fc.order_number ASC
      Backtrace
      • app/Http/Controllers/FighterController.php:459
      • 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_web1.02msselect `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_web790μ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: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_web1.25msselect `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_web750μsselect `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_web650μsselect * 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_web870μ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_web610μ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_web1.03msselect * 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_web630μsselect * 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_web680μ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_web630μ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_web660μ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_web960μ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_web660μ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_web690μ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_web610μ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.01msselect * 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_web610μ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_web590μ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-23 10:38:15GET/regular-fighter/khalid-murtazaliev1123520