0
Avg. Attendees
League Inactive
Past Season: Spring 2024
1007 Points
League Champ
Past Season: Winter 2024
644 Points
League Champ
Past Season: Fall 2023
890 Points
League Champ
Past Season: Summer
595 Points
League Champ
Past Season: Spring
772 Points
League Champ
Past Season: Winter
871 Points
League Champ

Venue

48181 SD-42, Brandon, SD, 57005
Phone: (605) 334-5576
Request history8.3.16PHP Version881msRequest Duration11MBMemory UsageGET venues/{alias}Route
    • Booting (55.96ms)time
    • Application (825ms)time
    • 1 x Application (93.65%)
      825ms
      1 x Booting (6.35%)
      55.96ms
      36 templates were rendered
      • site.league.indexindex.blade.php#?blade
      • site.includes.home_become_a_host_section_content_defaulthome_become_a_host_section_content_default.blade.php#?blade
      • components.site.breadcrumb-itembreadcrumb-item.blade.php#?blade
      • components.site.breadcrumbsbreadcrumbs.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • site.includes.qualifier_tournamentsqualifier_tournaments.blade.php#?blade
      • site.includes.qualifier_tournaments.multiple_qualifiersmultiple_qualifiers.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • site.includes.social_sharesocial_share.blade.php#?blade
      • site.league.index_gridindex_grid.blade.php#?blade
      • components.lazyload-background-imagelazyload-background-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • components.lazyload-background-imagelazyload-background-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • components.lazyload-background-imagelazyload-background-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • site.includes.social_sharesocial_share.blade.php#?blade
      • site.includes.social_sharesocial_share.blade.php#?blade
      • site.includes.venue_map_locationvenue_map_location.blade.php#?blade
      • site.articles.card.right_section_related_newsright_section_related_news.blade.php#?blade
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • site.layouts.appapp.blade.php#?blade
      • site.includes.headerheader.blade.php#?blade
      • flash::messagemessage.blade.php#?blade
      • site.includes.code_of_conductcode_of_conduct.blade.php#?blade
      • site.includes.footerfooter.blade.php#?blade
      • site.includes.footer_modules.dpt_infodpt_info.blade.php#?blade
      • site.includes.footer_modules.social_mediasocial_media.blade.php#?blade
      • site.includes.footer_modules.about_dptabout_dpt.blade.php#?blade
      • site.includes.footer_modules.quick_linkquick_link.blade.php#?blade
      • site.includes.footer_modules.fpn_contactfpn_contact.blade.php#?blade
      • site.includes.footer_modules.copyrightcopyright.blade.php#?blade
      uri
      GET venues/{alias}
      middleware
      web, PersonalInfoMiddleware
      controller
      App\Http\Controllers\Site\LeagueController@index
      as
      site.venues.show
      namespace
      prefix
      where
      file
      app/Http/Controllers/Site/LeagueController.php:52-246
      137 statements were executed (24 duplicates)Show only duplicatesfpnstaging597ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 37 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • PersonalInfoMiddleware.php#16fpnstagingConnection Established
        Backtrace
        • middleware::PersonalInfoMiddleware:16
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/CheckUserStatus.php:26
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/UpdateLastActivity.php:26
      • League.php#786fpnstaging1.98msselect * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-08' order by `start_date` asc
        Bindings
        • 0: 2025-05-08
        Backtrace
        • app/Models/League.php:786
        • app/Http/Controllers/Site/LeagueController.php:58
        • 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
      • League.php#793fpnstaging7.76msselect * from `fpn_promotions` where FIND_IN_SET(21, season_id) limit 1
        Bindings
        • 0: 21
        Backtrace
        • app/Models/League.php:793
        • app/Http/Controllers/Site/LeagueController.php:58
        • 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
      • League.php#793fpnstaging7.79msselect * from `fpn_promotions` where FIND_IN_SET(22, season_id) limit 1
        Bindings
        • 0: 22
        Backtrace
        • app/Models/League.php:793
        • app/Http/Controllers/Site/LeagueController.php:58
        • 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
      • LeagueController.php#62fpnstaging1.05msselect * from `fpn_venues` where `status` = '1' and `alias` = 'red-rock-bar-grill' limit 1
        Bindings
        • 0: 1
        • 1: red-rock-bar-grill
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:62
        • 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
      • LeagueController.php#70fpnstaging600μsselect count(*) as aggregate from `fpn_leagues` where `venue_id` = 62
        Bindings
        • 0: 62
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:70
        • 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
      • QualifierService.php#200fpnstaging117msselect `fpn_tournaments`.`id`, `fpn_tournaments`.`qualifier_types`, `fpn_tournaments`.`alias`, `fpn_tournaments`.`name`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`qualifier_total_reg_players`, `fpn_tournaments`.`qualifiers_playoff`, `fpn_tournaments`.`venue_id`, `fpn_tournaments`.`qualifier_types`, `fpn_tournaments`.`qualifier_promotion_ids`, `fpn_venues`.`name` as `venue_name`, `fpn_venues`.`alias` as `venue_alias` from `fpn_tournaments` inner join `fpn_venues` on `fpn_venues`.`id` = `fpn_tournaments`.`venue_id` where `qualifiers_playoff` = 1 and `fpn_tournaments`.`status` = 1 and FIND_IN_SET('62', filter_qualifier_venue_ids) order by `start_date` desc
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Services/QualifierService.php:200
        • app/Http/Controllers/Site/LeagueController.php:78
        • 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
      • ConfigSevice.php#55fpnstaging650μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '24' limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Services/ConfigSevice.php:55
        • app/Services/QualifierService.php:230
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#95fpnstaging700μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '24' limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Services/ConfigSevice.php:95
        • app/Services/QualifierService.php:231
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • QualifierService.php#252fpnstaging2.79msselect `users`.`id`, `users`.`first_name`, `users`.`avatar`, `users`.`last_name`, `users`.`alias`, `tournament_players`.`score` from `tournament_players` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `tournament_id` = 58369 and `rank` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 limit 1
        Bindings
        • 0: 58369
        • 1: 1
        • 2: 1
        Backtrace
        • app/Services/QualifierService.php:252
        • app/Http/Controllers/Site/LeagueController.php:78
        • 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
      • ConfigSevice.php#55fpnstaging890μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Services/ConfigSevice.php:55
        • app/Services/QualifierService.php:230
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#95fpnstaging620μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Services/ConfigSevice.php:95
        • app/Services/QualifierService.php:231
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • QualifierService.php#252fpnstaging1.11msselect `users`.`id`, `users`.`first_name`, `users`.`avatar`, `users`.`last_name`, `users`.`alias`, `tournament_players`.`score` from `tournament_players` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `tournament_id` = 42953 and `rank` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 limit 1
        Bindings
        • 0: 42953
        • 1: 1
        • 2: 1
        Backtrace
        • app/Services/QualifierService.php:252
        • app/Http/Controllers/Site/LeagueController.php:78
        • 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
      • ConfigSevice.php#135fpnstaging670μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '16' limit 1
        Bindings
        • 0: 16
        Backtrace
        • app/Services/ConfigSevice.php:135
        • app/Services/QualifierService.php:235
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#143fpnstaging690μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '16' limit 1
        Bindings
        • 0: 16
        Backtrace
        • app/Services/ConfigSevice.php:143
        • app/Services/QualifierService.php:236
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • QualifierService.php#252fpnstaging1.4msselect `users`.`id`, `users`.`first_name`, `users`.`avatar`, `users`.`last_name`, `users`.`alias`, `tournament_players`.`score` from `tournament_players` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `tournament_id` = 20230 and `rank` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 limit 1
        Bindings
        • 0: 20230
        • 1: 1
        • 2: 1
        Backtrace
        • app/Services/QualifierService.php:252
        • app/Http/Controllers/Site/LeagueController.php:78
        • 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
      • QualifierService.php#208fpnstaging850μsselect `id` from `fpn_promotions` where `status` = 1 and `id` in ('15', '16') order by `id` desc limit 1
        Bindings
        • 0: 1
        • 1: 15
        • 2: 16
        Backtrace
        • app/Services/QualifierService.php:208
        • app/Http/Controllers/Site/LeagueController.php:78
        • 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
      • ConfigSevice.php#55fpnstaging800μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 16 limit 1
        Bindings
        • 0: 16
        Backtrace
        • app/Services/ConfigSevice.php:55
        • app/Services/QualifierService.php:211
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#95fpnstaging720μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 16 limit 1
        Bindings
        • 0: 16
        Backtrace
        • app/Services/ConfigSevice.php:95
        • app/Services/QualifierService.php:212
        • app/Http/Controllers/Site/LeagueController.php:78
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • QualifierService.php#252fpnstaging950μsselect `users`.`id`, `users`.`first_name`, `users`.`avatar`, `users`.`last_name`, `users`.`alias`, `tournament_players`.`score` from `tournament_players` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `tournament_id` = 28275 and `rank` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 limit 1
        Bindings
        • 0: 28275
        • 1: 1
        • 2: 1
        Backtrace
        • app/Services/QualifierService.php:252
        • app/Http/Controllers/Site/LeagueController.php:78
        • 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
      • League.php#786fpnstaging800μsselect * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-08' order by `start_date` asc
        Bindings
        • 0: 2025-05-08
        Backtrace
        • app/Models/League.php:786
        • app/Models/League.php:818
        • app/Services/LeagueSevice.php:21
        • app/Http/Controllers/Site/LeagueController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#793fpnstaging8.91msselect * from `fpn_promotions` where FIND_IN_SET(21, season_id) limit 1
        Bindings
        • 0: 21
        Backtrace
        • app/Models/League.php:793
        • app/Models/League.php:818
        • app/Services/LeagueSevice.php:21
        • app/Http/Controllers/Site/LeagueController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#793fpnstaging7.66msselect * from `fpn_promotions` where FIND_IN_SET(22, season_id) limit 1
        Bindings
        • 0: 22
        Backtrace
        • app/Models/League.php:793
        • app/Models/League.php:818
        • app/Services/LeagueSevice.php:21
        • app/Http/Controllers/Site/LeagueController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#896fpnstaging2.04msselect `fpn_leagues`.`id`, `fpn_leagues`.`name`, `fpn_leagues`.`alias`, `fpn_leagues`.`promotion_id`, `fpn_leagues`.`tourney_day`, `fpn_leagues`.`tournament_start_in`, `fpn_leagues`.`description`, `fpn_leagues`.`logo`, `fpn_leagues`.`multi_game`, `fpn_leagues`.`tourney_day`, `fpn_venues`.`name` as `venue_name`, `fpn_venues`.`alias` as `venue_alias`, `fpn_promotions`.`alias` as `promotion_alias`, `fpn_promotions`.`logo` as `promotion_logo`, `fpn_promotions`.`name` as `promotion_name`, `fpn_tournaments`.`alias` as `tournament_alias`, `fpn_tournaments`.`start_date` as `tournament_start_date`, `fpn_tournaments`.`event_id` as `eventID` from `fpn_leagues` left join `fpn_tournaments` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`id` inner join `fpn_venues` on `fpn_venues`.`id` = `fpn_leagues`.`venue_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` inner join `fpn_regions` on `fpn_regions`.`id` = `fpn_venues`.`region_id` where `fpn_tournaments`.`start_date` >= '2025-05-08 18:47:00' and `fpn_leagues`.`status` = 1 and `fpn_promotions`.`status` = 1 and `fpn_tournaments`.`status` = 1 and `fpn_leagues`.`id` != 5 and `fpn_venues`.`id` = 62 group by `fpn_leagues`.`id` order by `fpn_tournaments`.`start_date` asc
        Bindings
        • 0: 2025-05-08 18:47:00
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 5
        • 5: 62
        Backtrace
        • app/Models/League.php:896
        • app/Services/LeagueSevice.php:21
        • app/Http/Controllers/Site/LeagueController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#786fpnstaging910μsselect * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-08' order by `start_date` asc
        Bindings
        • 0: 2025-05-08
        Backtrace
        • app/Models/League.php:786
        • app/Models/League.php:924
        • app/Services/LeagueSevice.php:34
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#793fpnstaging8.24msselect * from `fpn_promotions` where FIND_IN_SET(21, season_id) limit 1
        Bindings
        • 0: 21
        Backtrace
        • app/Models/League.php:793
        • app/Models/League.php:924
        • app/Services/LeagueSevice.php:34
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#793fpnstaging10.16msselect * from `fpn_promotions` where FIND_IN_SET(22, season_id) limit 1
        Bindings
        • 0: 22
        Backtrace
        • app/Models/League.php:793
        • app/Models/League.php:924
        • app/Services/LeagueSevice.php:34
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#997fpnstaging120msselect `fpn_leagues`.`id`, `fpn_leagues`.`name`, `fpn_leagues`.`alias`, `fpn_leagues`.`promotion_id`, `fpn_leagues`.`tourney_day`, `fpn_leagues`.`tournament_start_in`, `fpn_leagues`.`description`, `fpn_leagues`.`logo`, `fpn_leagues`.`tourney_day`, `fpn_leagues`.`multi_game`, `fpn_venues`.`name` as `venue_name`, `fpn_venues`.`alias` as `venue_alias`, `fpn_promotions`.`alias` as `promotion_alias`, `fpn_promotions`.`logo` as `promotion_logo`, `fpn_promotions`.`name` as `promotion_name`, `fpn_tournaments`.`alias` as `tournament_alias`, `fpn_tournaments`.`start_date` as `tournament_start_date`, `fpn_tournaments`.`event_id` as `eventID` from `fpn_leagues` inner join `fpn_tournaments` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`id` inner join `fpn_venues` on `fpn_venues`.`id` = `fpn_leagues`.`venue_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` inner join `fpn_regions` on `fpn_regions`.`id` = `fpn_venues`.`region_id` where `fpn_tournaments`.`id` in (select MAX(fpn_tournaments.id) from `fpn_tournaments` where `fpn_tournaments`.`start_date` < '2025-05-08 18:47:00' group by `fpn_tournaments`.`event_id`) and `fpn_leagues`.`status` = 1 and `fpn_promotions`.`status` = 1 and `fpn_leagues`.`id` != 5 and `fpn_venues`.`id` = 62 group by `fpn_leagues`.`id` order by `fpn_tournaments`.`end_date` desc
        Bindings
        • 0: 2025-05-08 18:47:00
        • 1: 1
        • 2: 1
        • 3: 5
        • 4: 62
        Backtrace
        • app/Models/League.php:997
        • app/Services/LeagueSevice.php:34
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#71fpnstaging3.15msselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 25 limit 1
        Bindings
        • 0: 25
        Backtrace
        • app/Services/ConfigSevice.php:71
        • app/Http/Controllers/Site/LeagueController.php:2232
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#111fpnstaging2.61msselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 25 limit 1
        Bindings
        • 0: 25
        Backtrace
        • app/Services/ConfigSevice.php:111
        • app/Http/Controllers/Site/LeagueController.php:2235
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1967fpnstaging840μsselect `fpn_promotions`.`season_id` from `fpn_promotions` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = 887 limit 1
        Bindings
        • 0: 887
        Backtrace
        • app/Models/League.php:1967
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1972fpnstaging960μsselect * from `fpn_season` where `id` in ('19', '20') and `end_date` < '2025-05-08 18:47:07' and `status` = 1 order by `start_date` desc
        Bindings
        • 0: 19
        • 1: 20
        • 2: 2025-05-08 18:47:07
        • 3: 1
        Backtrace
        • app/Models/League.php:1972
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1984fpnstaging820μsselect `id` from `fpn_tournaments` where `event_id` = 887 and date(`start_date`) >= '2025-01-01 00:00:00' and date(`end_date`) <= '2025-03-31 00:00:00'
        Bindings
        • 0: 887
        • 1: 2025-01-01 00:00:00
        • 2: 2025-03-31 00:00:00
        Backtrace
        • app/Models/League.php:1984
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2016fpnstaging1.98msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = 887 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (52859, 52860, 52861, 52862, 52863, 52864, 52865, 52866, 52867, 52868, 52869, 52870, 52871) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 887
        • 1: 1
        • 2: 52859
        • 3: 52860
        • 4: 52861
        • 5: 52862
        • 6: 52863
        • 7: 52864
        • 8: 52865
        • 9: 52866
        • 10: 52867
        • 11: 52868
        • 12: 52869
        • 13: 52870
        • 14: 52871
        • 15: 1
        Backtrace
        • app/Models/League.php:2016
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1984fpnstaging800μsselect `id` from `fpn_tournaments` where `event_id` = 887 and date(`start_date`) >= '2024-10-01 00:00:00' and date(`end_date`) <= '2024-12-31 00:00:00'
        Bindings
        • 0: 887
        • 1: 2024-10-01 00:00:00
        • 2: 2024-12-31 00:00:00
        Backtrace
        • app/Models/League.php:1984
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2016fpnstaging1.48msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = 887 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (52846, 52847, 52848, 52849, 52850, 52851, 52852, 52853, 52854, 52855, 52856, 52857, 52858) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 887
        • 1: 1
        • 2: 52846
        • 3: 52847
        • 4: 52848
        • 5: 52849
        • 6: 52850
        • 7: 52851
        • 8: 52852
        • 9: 52853
        • 10: 52854
        • 11: 52855
        • 12: 52856
        • 13: 52857
        • 14: 52858
        • 15: 1
        Backtrace
        • app/Models/League.php:2016
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • LeagueController.php#2241fpnstaging1.23msselect * from `fpn_tournaments` where `event_id` = 887 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-08' order by `start_date` desc limit 1
        Bindings
        • 0: 887
        • 1: 1
        • 2: 2025-05-08
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2241
        • app/Http/Controllers/Site/LeagueController.php:88
        • 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
      • LeagueController.php#2295fpnstaging840μsselect count(*) as aggregate from `fpn_tournaments` where `event_id` = 887 and `status` = 1 and date(`fpn_tournaments`.`end_date`) > '2025-05-08'
        Bindings
        • 0: 887
        • 1: 1
        • 2: 2025-05-08
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2295
        • app/Http/Controllers/Site/LeagueController.php:88
        • 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
      • League.php#1061fpnstaging580μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 25 limit 1
        Bindings
        • 0: 25
        Backtrace
        • app/Models/League.php:1061
        • app/Http/Controllers/Site/LeagueController.php:2301
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1070fpnstaging550μsselect `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('19', '20') order by `start_date` asc
        Bindings
        • 0: 19
        • 1: 20
        Backtrace
        • app/Models/League.php:1070
        • app/Http/Controllers/Site/LeagueController.php:2301
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#906fpnstaging550μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 25 limit 1
        Bindings
        • 0: 25
        Backtrace
        • app/Models/League.php:906
        • app/Http/Controllers/Site/LeagueController.php:2302
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#917fpnstaging620μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('19', '20') and date(`start_date`) <= '2025-05-08' and date(`end_date`) >= '2025-05-08' and `status` = 1 order by `start_date` desc limit 1
        Bindings
        • 0: 19
        • 1: 20
        • 2: 2025-05-08
        • 3: 2025-05-08
        • 4: 1
        Backtrace
        • app/Models/League.php:917
        • app/Http/Controllers/Site/LeagueController.php:2302
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2057fpnstaging680μsselect * from `fpn_leagues` where `id` = 887 limit 1
        Bindings
        • 0: 887
        Backtrace
        • app/Models/League.php:2057
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2058fpnstaging14.17msselect * from `fpn_promotions` where `id` = 25 limit 1
        Bindings
        • 0: 25
        Backtrace
        • app/Models/League.php:2058
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2060fpnstaging13.26msselect count(distinct `tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = 887 and `status` = 1
        Bindings
        • 0: 887
        • 1: 1
        Backtrace
        • app/Models/League.php:2060
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2062fpnstaging11.91msselect count(`tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = 887 and `status` = 1
        Bindings
        • 0: 887
        • 1: 1
        Backtrace
        • app/Models/League.php:2062
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2065fpnstaging900μsselect * from `fpn_season` where date(`start_date`) <= '2025-05-08' and date(`end_date`) >= '2025-05-08' and `id` in ('19', '20') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-08
        • 1: 2025-05-08
        • 2: 19
        • 3: 20
        • 4: 1
        Backtrace
        • app/Models/League.php:2065
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2069fpnstaging590μsselect * from `fpn_season` where date(`end_date`) < '2025-05-08' and `id` in ('19', '20') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-08
        • 1: 19
        • 2: 20
        • 3: 1
        Backtrace
        • app/Models/League.php:2069
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2101fpnstaging1.01msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where date(`fpn_tournaments`.`start_date`) >= '2024-10-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-12-31 00:00:00' and `fpn_tournaments`.`event_id` = 887 and `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 2024-10-01 00:00:00
        • 1: 2024-12-31 00:00:00
        • 2: 887
        • 3: 1
        • 4: 1
        Backtrace
        • app/Models/League.php:2101
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2108fpnstaging12.52msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 887 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 887
        • 1: 1
        Backtrace
        • app/Models/League.php:2108
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2113fpnstaging480μsselect SUM(tournament_players.score) as score,tournament_players.user_id from `tournament_players` where 0 = 1 group by `tournament_players`.`user_id` order by `score` desc limit 1
        Backtrace
        • app/Models/League.php:2113
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • LeagueSevice.php#140fpnstaging750μsselect `league_status` from `fpn_leagues` where `id` = 887 limit 1
        Bindings
        • 0: 887
        Backtrace
        • app/Services/LeagueSevice.php:140
        • app/Http/Controllers/Site/LeagueController.php:2335
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#71fpnstaging1.18msselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 24 limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Services/ConfigSevice.php:71
        • app/Http/Controllers/Site/LeagueController.php:2232
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#111fpnstaging780μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 24 limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Services/ConfigSevice.php:111
        • app/Http/Controllers/Site/LeagueController.php:2235
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1967fpnstaging880μsselect `fpn_promotions`.`season_id` from `fpn_promotions` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = 623 limit 1
        Bindings
        • 0: 623
        Backtrace
        • app/Models/League.php:1967
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1972fpnstaging790μsselect * from `fpn_season` where `id` in ('17', '18') and `end_date` < '2025-05-08 18:47:08' and `status` = 1 order by `start_date` desc
        Bindings
        • 0: 17
        • 1: 18
        • 2: 2025-05-08 18:47:08
        • 3: 1
        Backtrace
        • app/Models/League.php:1972
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1984fpnstaging880μsselect `id` from `fpn_tournaments` where `event_id` = 623 and date(`start_date`) >= '2024-07-01 00:00:00' and date(`end_date`) <= '2024-09-30 00:00:00'
        Bindings
        • 0: 623
        • 1: 2024-07-01 00:00:00
        • 2: 2024-09-30 00:00:00
        Backtrace
        • app/Models/League.php:1984
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2016fpnstaging1.76msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = 623 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (45791, 45792, 45793, 45794, 45795, 45796, 45797, 45798, 45799, 45800, 45801, 45802, 45803) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 623
        • 1: 1
        • 2: 45791
        • 3: 45792
        • 4: 45793
        • 5: 45794
        • 6: 45795
        • 7: 45796
        • 8: 45797
        • 9: 45798
        • 10: 45799
        • 11: 45800
        • 12: 45801
        • 13: 45802
        • 14: 45803
        • 15: 1
        Backtrace
        • app/Models/League.php:2016
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1984fpnstaging990μsselect `id` from `fpn_tournaments` where `event_id` = 623 and date(`start_date`) >= '2024-04-01 00:00:00' and date(`end_date`) <= '2024-06-30 00:00:00'
        Bindings
        • 0: 623
        • 1: 2024-04-01 00:00:00
        • 2: 2024-06-30 00:00:00
        Backtrace
        • app/Models/League.php:1984
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2016fpnstaging3.62msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = 623 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (38102, 38103, 38104, 38105, 38106, 45783, 45784, 45785, 45786, 45787, 45788, 45789, 45790) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 623
        • 1: 1
        • 2: 38102
        • 3: 38103
        • 4: 38104
        • 5: 38105
        • 6: 38106
        • 7: 45783
        • 8: 45784
        • 9: 45785
        • 10: 45786
        • 11: 45787
        • 12: 45788
        • 13: 45789
        • 14: 45790
        • 15: 1
        Backtrace
        • app/Models/League.php:2016
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • LeagueController.php#2241fpnstaging1.36msselect * from `fpn_tournaments` where `event_id` = 623 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-08' order by `start_date` desc limit 1
        Bindings
        • 0: 623
        • 1: 1
        • 2: 2025-05-08
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2241
        • app/Http/Controllers/Site/LeagueController.php:88
        • 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
      • LeagueController.php#2295fpnstaging890μsselect count(*) as aggregate from `fpn_tournaments` where `event_id` = 623 and `status` = 1 and date(`fpn_tournaments`.`end_date`) > '2025-05-08'
        Bindings
        • 0: 623
        • 1: 1
        • 2: 2025-05-08
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2295
        • app/Http/Controllers/Site/LeagueController.php:88
        • 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
      • League.php#1061fpnstaging580μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 24 limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Models/League.php:1061
        • app/Http/Controllers/Site/LeagueController.php:2301
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1070fpnstaging670μsselect `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('17', '18') order by `start_date` asc
        Bindings
        • 0: 17
        • 1: 18
        Backtrace
        • app/Models/League.php:1070
        • app/Http/Controllers/Site/LeagueController.php:2301
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#906fpnstaging580μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 24 limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Models/League.php:906
        • app/Http/Controllers/Site/LeagueController.php:2302
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#917fpnstaging690μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('17', '18') and date(`start_date`) <= '2025-05-08' and date(`end_date`) >= '2025-05-08' and `status` = 1 order by `start_date` desc limit 1
        Bindings
        • 0: 17
        • 1: 18
        • 2: 2025-05-08
        • 3: 2025-05-08
        • 4: 1
        Backtrace
        • app/Models/League.php:917
        • app/Http/Controllers/Site/LeagueController.php:2302
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2057fpnstaging860μsselect * from `fpn_leagues` where `id` = 623 limit 1
        Bindings
        • 0: 623
        Backtrace
        • app/Models/League.php:2057
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2058fpnstaging6.78msselect * from `fpn_promotions` where `id` = 24 limit 1
        Bindings
        • 0: 24
        Backtrace
        • app/Models/League.php:2058
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2060fpnstaging12.16msselect count(distinct `tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = 623 and `status` = 1
        Bindings
        • 0: 623
        • 1: 1
        Backtrace
        • app/Models/League.php:2060
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2062fpnstaging12.78msselect count(`tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = 623 and `status` = 1
        Bindings
        • 0: 623
        • 1: 1
        Backtrace
        • app/Models/League.php:2062
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2065fpnstaging720μsselect * from `fpn_season` where date(`start_date`) <= '2025-05-08' and date(`end_date`) >= '2025-05-08' and `id` in ('17', '18') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-08
        • 1: 2025-05-08
        • 2: 17
        • 3: 18
        • 4: 1
        Backtrace
        • app/Models/League.php:2065
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2069fpnstaging830μsselect * from `fpn_season` where date(`end_date`) < '2025-05-08' and `id` in ('17', '18') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-08
        • 1: 17
        • 2: 18
        • 3: 1
        Backtrace
        • app/Models/League.php:2069
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2101fpnstaging1.21msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where date(`fpn_tournaments`.`start_date`) >= '2024-04-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-06-30 00:00:00' and `fpn_tournaments`.`event_id` = 623 and `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 2024-04-01 00:00:00
        • 1: 2024-06-30 00:00:00
        • 2: 623
        • 3: 1
        • 4: 1
        Backtrace
        • app/Models/League.php:2101
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2108fpnstaging10.27msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 623 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 623
        • 1: 1
        Backtrace
        • app/Models/League.php:2108
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2113fpnstaging1.71msselect SUM(tournament_players.score) as score,tournament_players.user_id from `tournament_players` where `tournament_id` in (38102, 38103, 38104, 38105, 38106, 45783, 45784, 45785, 45786, 45787, 45788, 45789, 45790) group by `tournament_players`.`user_id` order by `score` desc limit 1
        Bindings
        • 0: 38102
        • 1: 38103
        • 2: 38104
        • 3: 38105
        • 4: 38106
        • 5: 45783
        • 6: 45784
        • 7: 45785
        • 8: 45786
        • 9: 45787
        • 10: 45788
        • 11: 45789
        • 12: 45790
        Backtrace
        • app/Models/League.php:2113
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2117fpnstaging810μsselect * from `users` where `users`.`id` = 1515 limit 1
        Bindings
        • 0: 1515
        Backtrace
        • app/Models/League.php:2117
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • LeagueSevice.php#140fpnstaging650μsselect `league_status` from `fpn_leagues` where `id` = 623 limit 1
        Bindings
        • 0: 623
        Backtrace
        • app/Services/LeagueSevice.php:140
        • app/Http/Controllers/Site/LeagueController.php:2335
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#71fpnstaging790μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Services/ConfigSevice.php:71
        • app/Http/Controllers/Site/LeagueController.php:2232
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • ConfigSevice.php#111fpnstaging1.04msselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Services/ConfigSevice.php:111
        • app/Http/Controllers/Site/LeagueController.php:2235
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1967fpnstaging740μsselect `fpn_promotions`.`season_id` from `fpn_promotions` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = 382 limit 1
        Bindings
        • 0: 382
        Backtrace
        • app/Models/League.php:1967
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1972fpnstaging750μsselect * from `fpn_season` where `id` in ('15', '16') and `end_date` < '2025-05-08 18:47:08' and `status` = 1 order by `start_date` desc
        Bindings
        • 0: 15
        • 1: 16
        • 2: 2025-05-08 18:47:08
        • 3: 1
        Backtrace
        • app/Models/League.php:1972
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1984fpnstaging800μsselect `id` from `fpn_tournaments` where `event_id` = 382 and date(`start_date`) >= '2024-01-01 00:00:00' and date(`end_date`) <= '2024-03-31 00:00:00'
        Bindings
        • 0: 382
        • 1: 2024-01-01 00:00:00
        • 2: 2024-03-31 00:00:00
        Backtrace
        • app/Models/League.php:1984
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2016fpnstaging4.29msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = 382 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (29096, 29097, 29098, 29099, 29100, 29101, 29102, 29103, 29104, 29105, 34084, 34085, 34086) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 382
        • 1: 1
        • 2: 29096
        • 3: 29097
        • 4: 29098
        • 5: 29099
        • 6: 29100
        • 7: 29101
        • 8: 29102
        • 9: 29103
        • 10: 29104
        • 11: 29105
        • 12: 34084
        • 13: 34085
        • 14: 34086
        • 15: 1
        Backtrace
        • app/Models/League.php:2016
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1984fpnstaging860μsselect `id` from `fpn_tournaments` where `event_id` = 382 and date(`start_date`) >= '2023-10-01 00:00:00' and date(`end_date`) <= '2023-12-31 00:00:00'
        Bindings
        • 0: 382
        • 1: 2023-10-01 00:00:00
        • 2: 2023-12-31 00:00:00
        Backtrace
        • app/Models/League.php:1984
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2016fpnstaging4.04msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = 382 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (24828, 24829, 24830, 24831, 29088, 29089, 29090, 29091, 29092, 29093, 29094, 29095) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 382
        • 1: 1
        • 2: 24828
        • 3: 24829
        • 4: 24830
        • 5: 24831
        • 6: 29088
        • 7: 29089
        • 8: 29090
        • 9: 29091
        • 10: 29092
        • 11: 29093
        • 12: 29094
        • 13: 29095
        • 14: 1
        Backtrace
        • app/Models/League.php:2016
        • app/Http/Controllers/Site/LeagueController.php:2238
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • LeagueController.php#2241fpnstaging1.53msselect * from `fpn_tournaments` where `event_id` = 382 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-08' order by `start_date` desc limit 1
        Bindings
        • 0: 382
        • 1: 1
        • 2: 2025-05-08
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2241
        • app/Http/Controllers/Site/LeagueController.php:88
        • 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
      • LeagueController.php#2295fpnstaging1.09msselect count(*) as aggregate from `fpn_tournaments` where `event_id` = 382 and `status` = 1 and date(`fpn_tournaments`.`end_date`) > '2025-05-08'
        Bindings
        • 0: 382
        • 1: 1
        • 2: 2025-05-08
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2295
        • app/Http/Controllers/Site/LeagueController.php:88
        • 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
      • League.php#1061fpnstaging650μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 23 limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Models/League.php:1061
        • app/Http/Controllers/Site/LeagueController.php:2301
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#1070fpnstaging720μsselect `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('15', '16') order by `start_date` asc
        Bindings
        • 0: 15
        • 1: 16
        Backtrace
        • app/Models/League.php:1070
        • app/Http/Controllers/Site/LeagueController.php:2301
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#906fpnstaging690μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 23 limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Models/League.php:906
        • app/Http/Controllers/Site/LeagueController.php:2302
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#917fpnstaging690μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('15', '16') and date(`start_date`) <= '2025-05-08' and date(`end_date`) >= '2025-05-08' and `status` = 1 order by `start_date` desc limit 1
        Bindings
        • 0: 15
        • 1: 16
        • 2: 2025-05-08
        • 3: 2025-05-08
        • 4: 1
        Backtrace
        • app/Models/League.php:917
        • app/Http/Controllers/Site/LeagueController.php:2302
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2057fpnstaging930μsselect * from `fpn_leagues` where `id` = 382 limit 1
        Bindings
        • 0: 382
        Backtrace
        • app/Models/League.php:2057
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2058fpnstaging6.2msselect * from `fpn_promotions` where `id` = 23 limit 1
        Bindings
        • 0: 23
        Backtrace
        • app/Models/League.php:2058
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2060fpnstaging9.95msselect count(distinct `tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = 382 and `status` = 1
        Bindings
        • 0: 382
        • 1: 1
        Backtrace
        • app/Models/League.php:2060
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2062fpnstaging8.54msselect count(`tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = 382 and `status` = 1
        Bindings
        • 0: 382
        • 1: 1
        Backtrace
        • app/Models/League.php:2062
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2065fpnstaging1.01msselect * from `fpn_season` where date(`start_date`) <= '2025-05-08' and date(`end_date`) >= '2025-05-08' and `id` in ('15', '16') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-08
        • 1: 2025-05-08
        • 2: 15
        • 3: 16
        • 4: 1
        Backtrace
        • app/Models/League.php:2065
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2069fpnstaging750μsselect * from `fpn_season` where date(`end_date`) < '2025-05-08' and `id` in ('15', '16') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-08
        • 1: 15
        • 2: 16
        • 3: 1
        Backtrace
        • app/Models/League.php:2069
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2101fpnstaging1.56msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where date(`fpn_tournaments`.`start_date`) >= '2023-10-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2023-12-31 00:00:00' and `fpn_tournaments`.`event_id` = 382 and `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 2023-10-01 00:00:00
        • 1: 2023-12-31 00:00:00
        • 2: 382
        • 3: 1
        • 4: 1
        Backtrace
        • app/Models/League.php:2101
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2108fpnstaging7.97msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 382 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 382
        • 1: 1
        Backtrace
        • app/Models/League.php:2108
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2113fpnstaging1.37msselect SUM(tournament_players.score) as score,tournament_players.user_id from `tournament_players` where `tournament_id` in (24828, 24829, 24830, 24831, 29088, 29089, 29090, 29091, 29092, 29093, 29094) group by `tournament_players`.`user_id` order by `score` desc limit 1
        Bindings
        • 0: 24828
        • 1: 24829
        • 2: 24830
        • 3: 24831
        • 4: 29088
        • 5: 29089
        • 6: 29090
        • 7: 29091
        • 8: 29092
        • 9: 29093
        • 10: 29094
        Backtrace
        • app/Models/League.php:2113
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • League.php#2117fpnstaging830μsselect * from `users` where `users`.`id` = 4065 limit 1
        Bindings
        • 0: 4065
        Backtrace
        • app/Models/League.php:2117
        • app/Http/Controllers/Site/LeagueController.php:2305
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • fpnstaging680μsselect `league_status` from `fpn_leagues` where `id` = ? limit 1
      • fpnstaging800μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
      • fpnstaging840μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
      • fpnstaging610μsselect `fpn_promotions`.`season_id` from `fpn_promotions` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = ? limit 1
      • fpnstaging1.03msselect * from `fpn_season` where `id` in (?, ?, ?) and `end_date` < ? and `status` = ? order by `start_date` desc
      • fpnstaging860μsselect `id` from `fpn_tournaments` where `event_id` = ? and date(`start_date`) >= ? and date(`end_date`) <= ?
      • fpnstaging3.67msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = ? and `fpn_tournaments`.`status` = ? and `tournament_players`.`tournament_id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and `fpn_tournaments`.`finalized_tournament` = ? group by `tournament_players`.`user_id` order by `score` desc limit 10
      • fpnstaging1.05msselect `id` from `fpn_tournaments` where `event_id` = ? and date(`start_date`) >= ? and date(`end_date`) <= ?
      • fpnstaging4.2msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = ? and `fpn_tournaments`.`status` = ? and `tournament_players`.`tournament_id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and `fpn_tournaments`.`finalized_tournament` = ? group by `tournament_players`.`user_id` order by `score` desc limit 10
      • fpnstaging1.77msselect `id` from `fpn_tournaments` where `event_id` = ? and date(`start_date`) >= ? and date(`end_date`) <= ?
      • fpnstaging4.59msselect `tournament_players`.`id`, `tournament_players`.`id`, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_leagues`.`id` as `league_id`, `fpn_leagues`.`promotion_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`first_name` as `previousSeasonChampFname`, `users`.`last_name` as `previousSeasonChampLname` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_id` where `fpn_leagues`.`id` = ? and `fpn_tournaments`.`status` = ? and `tournament_players`.`tournament_id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and `fpn_tournaments`.`finalized_tournament` = ? group by `tournament_players`.`user_id` order by `score` desc limit 10
      • fpnstaging5.09msselect * from `fpn_tournaments` where `event_id` = ? and `status` = ? and date(`fpn_tournaments`.`start_date`) >= ? order by `start_date` desc limit 1
      • fpnstaging5.35msselect count(*) as aggregate from `fpn_tournaments` where `event_id` = ? and `status` = ? and date(`fpn_tournaments`.`end_date`) > ?
      • fpnstaging620μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = ? limit 1
      • fpnstaging600μsselect `name`, `start_date`, `end_date` from `fpn_season` where `id` in (?, ?, ?) order by `start_date` asc
      • fpnstaging630μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = ? limit 1
      • fpnstaging710μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in (?, ?, ?) and date(`start_date`) <= ? and date(`end_date`) >= ? and `status` = ? order by `start_date` desc limit 1
      • fpnstaging860μsselect * from `fpn_leagues` where `id` = ? limit 1
      • fpnstaging18.12msselect * from `fpn_promotions` where `id` = ? limit 1
      • fpnstaging7.14msselect count(distinct `tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = ? and `status` = ?
      • fpnstaging4.66msselect count(`tournament_players`.`user_id`) as aggregate from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` where `fpn_tournaments`.`event_id` = ? and `status` = ?
      • fpnstaging700μsselect * from `fpn_season` where date(`start_date`) <= ? and date(`end_date`) >= ? and `id` in (?, ?, ?) and `status` = ? limit 1
      • fpnstaging610μsselect * from `fpn_season` where date(`end_date`) < ? and `id` in (?, ?, ?) and `status` = ? limit 1
      • fpnstaging5.33msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where date(`fpn_tournaments`.`start_date`) >= ? and date(`fpn_tournaments`.`end_date`) <= ? and `fpn_tournaments`.`event_id` = ? and `fpn_tournaments`.`status` = ? and `fpn_tournaments`.`finalized_tournament` = ? group by `tournament_players`.`tournament_id`
      • fpnstaging5.67msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = ? and `fpn_tournaments`.`status` = ? group by `tournament_players`.`tournament_id`
      • fpnstaging1.59msselect SUM(tournament_players.score) as score,tournament_players.user_id from `tournament_players` where `tournament_id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) group by `tournament_players`.`user_id` order by `score` desc limit 1
      • fpnstaging1.33msselect * from `users` where `users`.`id` = ? limit 1
      • fpnstaging620μsselect `league_status` from `fpn_leagues` where `id` = ? limit 1
      • fpnstaging6.18msselect * from `fpn_venues` where `status` = ?
      • fpnstaging1.06msselect * from `fpn_regions` where `status` = ? order by `name` asc
      • fpnstaging870μsselect * from `fpn_venues` where `status` = ? and `id` = ? limit 1
      • fpnstaging900μsselect `fpn_venues`.`name`, `fpn_venues`.`map_location_latitude`, `fpn_venues`.`map_location_longitude`, `fpn_leagues`.`id` as `leagueId`, `fpn_leagues`.`alias` as `league_alias`, `fpn_leagues`.`name` as `league_name` from `fpn_venues` left join `fpn_leagues` on `fpn_leagues`.`venue_id` = `fpn_venues`.`id` where `fpn_venues`.`id` = ? order by `fpn_venues`.`name` asc
      • fpnstaging1.81msselect count(*) as aggregate from `articles` where `status` = ? and `category_id` is not null and `venue_id` = ?
      • fpnstaging950μsselect * from `articles` where `status` = ? and `category_id` is not null and `venue_id` = ? order by `published_at` desc limit 6
      • fpnstaging620μsselect `default_article_image` from `configurations`
      • fpnstaging750μsselect * from `fpn_venues` where `id` = ? limit 1
      • fpnstaging970μsselect `featured_hosts` from `fpn_venues` where `id` = ? limit 1
      App\Models\Venue
      253Venue.php#?
      App\Models\Promotion
      39Promotion.php#?
      App\Models\Season
      28Season.php#?
      App\Models\Region
      19Region.php#?
      App\Models\League
      8League.php#?
      App\Models\TournamentPlayer
      7TournamentPlayer.php#?
      App\Models\Tournament
      4Tournament.php#?
      App\Models\User
      3User.php#?
      App\Models\Article
      1Article.php#?
          • missed 7pQZZCTGbs6NCQMGXtlXFevvXDNJ5RG6Vi8q8R5I (0μs)
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • hit c_config (0μs)forget
          • written 7pQZZCTGbs6NCQMGXtlXFevvXDNJ5RG6Vi8q8R5I (0μs)forget
          • 1 x missed 7pQZZCTGbs6NCQMGXtlXFevvXDNJ5RG6Vi8q8R5I (0%)
            0μs
            22 x hit c_config (0%)
            0μs
            1 x written 7pQZZCTGbs6NCQMGXtlXFevvXDNJ5RG6Vi8q8R5I (0%)
            0μs
          _token
          zsQWXrgSlm3NzeHQ7Zqtv2nCtb1S293ttu1cWUWf
          _previous
          array:1 [ "url" => "https://staging.freepokernetwork.com/venues/red-rock-bar-grill" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /venues/red-rock-bar-grill
          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:15 [ "host" => array:1 [ 0 => "staging.freepokernetwork.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 08 May 2025 23:47:08 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6InRZaHFGcXhJTXhmM1VPL1ZVRWJwNGc9PSIsInZhbHVlIjoib1JCRWVCdEZLV0ZOcnhmQzJ3bWs0UW1oY2RpZFlaSjFKTUhGS3pVTUxKVzlwZ240NExMSDZoSzVrT0FyUUFFTndBY2pJdGZ4TitkV1oxRzFUUHY2c25LTW1HY3BtMHR5TlpnVTJrZ1VXcW9UWnhSL3NwQ3BheXRHYlk0em1UbEYiLCJtYWMiOiJkN2E2OTUxOTJmN2Q2NzFjMzg2OWRjMTYwZTcxZTAxNzNlOGY5OWRmMzg4MDNiMjg0YzQxMmE4ZjMxNzBiYjhjIiwidGFnIjoiIn0%3D; expires=Fri, 08 May 2026 23:47:08 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InRZaHFGcXhJTXhmM1VPL1ZVRWJwNGc9PSIsInZhbHVlIjoib1JCRWVCdEZLV0ZOcnhmQzJ3bWs0UW1oY2RpZFlaSjFKTUhGS3pVTUxKVzlwZ240NExMSDZoSzVrT0FyUUFFTndBY2pJd" 1 => "freepokernetwork_upgrade_session=eyJpdiI6IjdXRFEyUkxtalNkTFF6TkZGNk5VbEE9PSIsInZhbHVlIjoiUWV6alpkVlQxWXNkdGE5VlJ2c3RCUzBROEhGV28rb3laOG42R2lTbjAwdVViZEMwYlZTekJGUDNOUyt3Zzlrc1BCZTVKcFlPNGxaRDlIeXNKeEN1bVgxOGZGVzlIcnhPWkM5Y283TEQ0VzBydDBKNThWNlBnaXowQ3Y5N3RIYXkiLCJtYWMiOiJmZTBmMjM0MTAzODUxMGI5MWNmMzBjMGRiZTgyOTZjZWVlNGI4NzJhYzIwNzVlZjNiZTViYTY0NDAyM2I0ZDI0IiwidGFnIjoiIn0%3D; expires=Fri, 08 May 2026 23:47:08 GMT; Max-Age=31536000; path=/; httponly; samesite=laxfreepokernetwork_upgrade_session=eyJpdiI6IjdXRFEyUkxtalNkTFF6TkZGNk5VbEE9PSIsInZhbHVlIjoiUWV6alpkVlQxWXNkdGE5VlJ2c3RCUzBROEhGV28rb3laOG42R2lTbjAwdVViZEMwYlZTekJ" 2 => "RSVP_status=eyJpdiI6InBLTTZaZ1RXSGRHRlNDZmZ3eGRYZkE9PSIsInZhbHVlIjoiY1B2b3pISHJ4dzYxeEZ2ZFZNUXVuSnBsYldYWlRCSTFXenNVK0pkQnV2UytWcDdNQ0xvTExHSVdmYmw5Kzl5USIsIm1hYyI6ImIyZTcwNGZhMjdjOWUyODI3ZWFiZmExMzE4YmFhZWVhNWY0NTM0NDY3NWFkMDAxMjU5MThlYTVlOGIyMDQ4OGIiLCJ0YWciOiIifQ%3D%3D; expires=Sat, 09 May 2020 23:47:07 GMT; Max-Age=0; path=/; secure; httponly; samesite=laxRSVP_status=eyJpdiI6InBLTTZaZ1RXSGRHRlNDZmZ3eGRYZkE9PSIsInZhbHVlIjoiY1B2b3pISHJ4dzYxeEZ2ZFZNUXVuSnBsYldYWlRCSTFXenNVK0pkQnV2UytWcDdNQ0xvTExHSVdmYmw5Kzl5USIsIm1h" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6InRZaHFGcXhJTXhmM1VPL1ZVRWJwNGc9PSIsInZhbHVlIjoib1JCRWVCdEZLV0ZOcnhmQzJ3bWs0UW1oY2RpZFlaSjFKTUhGS3pVTUxKVzlwZ240NExMSDZoSzVrT0FyUUFFTndBY2pJdGZ4TitkV1oxRzFUUHY2c25LTW1HY3BtMHR5TlpnVTJrZ1VXcW9UWnhSL3NwQ3BheXRHYlk0em1UbEYiLCJtYWMiOiJkN2E2OTUxOTJmN2Q2NzFjMzg2OWRjMTYwZTcxZTAxNzNlOGY5OWRmMzg4MDNiMjg0YzQxMmE4ZjMxNzBiYjhjIiwidGFnIjoiIn0%3D; expires=Fri, 08-May-2026 23:47:08 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InRZaHFGcXhJTXhmM1VPL1ZVRWJwNGc9PSIsInZhbHVlIjoib1JCRWVCdEZLV0ZOcnhmQzJ3bWs0UW1oY2RpZFlaSjFKTUhGS3pVTUxKVzlwZ240NExMSDZoSzVrT0FyUUFFTndBY2pJd" 1 => "freepokernetwork_upgrade_session=eyJpdiI6IjdXRFEyUkxtalNkTFF6TkZGNk5VbEE9PSIsInZhbHVlIjoiUWV6alpkVlQxWXNkdGE5VlJ2c3RCUzBROEhGV28rb3laOG42R2lTbjAwdVViZEMwYlZTekJGUDNOUyt3Zzlrc1BCZTVKcFlPNGxaRDlIeXNKeEN1bVgxOGZGVzlIcnhPWkM5Y283TEQ0VzBydDBKNThWNlBnaXowQ3Y5N3RIYXkiLCJtYWMiOiJmZTBmMjM0MTAzODUxMGI5MWNmMzBjMGRiZTgyOTZjZWVlNGI4NzJhYzIwNzVlZjNiZTViYTY0NDAyM2I0ZDI0IiwidGFnIjoiIn0%3D; expires=Fri, 08-May-2026 23:47:08 GMT; path=/; httponlyfreepokernetwork_upgrade_session=eyJpdiI6IjdXRFEyUkxtalNkTFF6TkZGNk5VbEE9PSIsInZhbHVlIjoiUWV6alpkVlQxWXNkdGE5VlJ2c3RCUzBROEhGV28rb3laOG42R2lTbjAwdVViZEMwYlZTekJ" 2 => "RSVP_status=eyJpdiI6InBLTTZaZ1RXSGRHRlNDZmZ3eGRYZkE9PSIsInZhbHVlIjoiY1B2b3pISHJ4dzYxeEZ2ZFZNUXVuSnBsYldYWlRCSTFXenNVK0pkQnV2UytWcDdNQ0xvTExHSVdmYmw5Kzl5USIsIm1hYyI6ImIyZTcwNGZhMjdjOWUyODI3ZWFiZmExMzE4YmFhZWVhNWY0NTM0NDY3NWFkMDAxMjU5MThlYTVlOGIyMDQ4OGIiLCJ0YWciOiIifQ%3D%3D; expires=Sat, 09-May-2020 23:47:07 GMT; path=/; secure; httponlyRSVP_status=eyJpdiI6InBLTTZaZ1RXSGRHRlNDZmZ3eGRYZkE9PSIsInZhbHVlIjoiY1B2b3pISHJ4dzYxeEZ2ZFZNUXVuSnBsYldYWlRCSTFXenNVK0pkQnV2UytWcDdNQ0xvTExHSVdmYmw5Kzl5USIsIm1h" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "zsQWXrgSlm3NzeHQ7Zqtv2nCtb1S293ttu1cWUWf" "_previous" => array:1 [ "url" => "https://staging.freepokernetwork.com/venues/red-rock-bar-grill" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-08 18:47:08GET/venues/red-rock-bar-grill3613736224