Current Season: Spring 2025
Next Tournament: 03 May 25
2
Avg. Attendees
230 Points
Leading

Past Season: Winter 2025
685 Points
League Champ

Venue

20711 Wilderness Oak #113, San Antonio, Texas, 78258
Phone: 2102367318
Request history8.3.16PHP Version791msRequest Duration8MBMemory UsageGET venues/{alias}Route
    • Booting (47.96ms)time
    • Application (743ms)time
    • 1 x Application (93.93%)
      743ms
      1 x Booting (6.06%)
      47.96ms
      33 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.single_qualifiersingle_qualifier.blade.php#?blade
      • site.includes.social_sharesocial_share.blade.php#?blade
      • site.league.index_gridindex_grid.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
      • components.lazyload-imagelazyload-image.blade.php#?blade
      • components.lazyload-imagelazyload-image.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.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
      90 statements were executed (51 duplicates)Show only duplicates567ms
      • 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#786fpnstaging2.64msselect * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-03' order by `start_date` asc
        Bindings
        • 0: 2025-05-03
        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#793fpnstaging8.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#793fpnstaging10.71msselect * 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#62fpnstaging2.77msselect * from `fpn_venues` where `status` = '1' and `alias` = 'the-porch-at-wilderness-oak' limit 1
        Bindings
        • 0: 1
        • 1: the-porch-at-wilderness-oak
        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#70fpnstaging610μsselect count(*) as aggregate from `fpn_leagues` where `venue_id` = 334
        Bindings
        • 0: 334
        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#200fpnstaging119msselect `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('334', 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#55fpnstaging560μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '25' limit 1
        Bindings
        • 0: 25
        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#95fpnstaging590μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '25' limit 1
        Bindings
        • 0: 25
        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#252fpnstaging650μ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` = 70989 and `rank` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 limit 1
        Bindings
        • 0: 70989
        • 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#786fpnstaging530μsselect * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-03' order by `start_date` asc
        Bindings
        • 0: 2025-05-03
        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#793fpnstaging7.48msselect * 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.61msselect * 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#896fpnstaging1.91msselect `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-03 01:09: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` = 334 group by `fpn_leagues`.`id` order by `fpn_tournaments`.`start_date` asc
        Bindings
        • 0: 2025-05-03 01:09:00
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 5
        • 5: 334
        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
      • ConfigSevice.php#71fpnstaging620μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 26 limit 1
        Bindings
        • 0: 26
        Backtrace
        • app/Services/ConfigSevice.php:71
        • app/Http/Controllers/Site/LeagueController.php:2232
        • 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
      • ConfigSevice.php#111fpnstaging570μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 26 limit 1
        Bindings
        • 0: 26
        Backtrace
        • app/Services/ConfigSevice.php:111
        • app/Http/Controllers/Site/LeagueController.php:2235
        • 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#1967fpnstaging570μsselect `fpn_promotions`.`season_id` from `fpn_promotions` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = 1280 limit 1
        Bindings
        • 0: 1280
        Backtrace
        • app/Models/League.php:1967
        • app/Http/Controllers/Site/LeagueController.php:2238
        • 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#1972fpnstaging610μsselect * from `fpn_season` where `id` in ('21', '22') and `end_date` < '2025-05-03 01:09:05' and `status` = 1 order by `start_date` desc
        Bindings
        • 0: 21
        • 1: 22
        • 2: 2025-05-03 01:09:05
        • 3: 1
        Backtrace
        • app/Models/League.php:1972
        • app/Http/Controllers/Site/LeagueController.php:2238
        • 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
      • LeagueController.php#2241fpnstaging3.18msselect * from `fpn_tournaments` where `event_id` = 1280 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-03' order by `start_date` desc limit 1
        Bindings
        • 0: 1280
        • 1: 1
        • 2: 2025-05-03
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2241
        • 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
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • LeagueController.php#2295fpnstaging740μsselect count(*) as aggregate from `fpn_tournaments` where `event_id` = 1280 and `status` = 1 and date(`fpn_tournaments`.`end_date`) > '2025-05-03'
        Bindings
        • 0: 1280
        • 1: 1
        • 2: 2025-05-03
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:2295
        • 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
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • League.php#1061fpnstaging720μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 26 limit 1
        Bindings
        • 0: 26
        Backtrace
        • app/Models/League.php:1061
        • app/Http/Controllers/Site/LeagueController.php:2301
        • 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#1070fpnstaging500μsselect `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('21', '22') order by `start_date` asc
        Bindings
        • 0: 21
        • 1: 22
        Backtrace
        • app/Models/League.php:1070
        • app/Http/Controllers/Site/LeagueController.php:2301
        • 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#906fpnstaging450μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 26 limit 1
        Bindings
        • 0: 26
        Backtrace
        • app/Models/League.php:906
        • app/Http/Controllers/Site/LeagueController.php:2302
        • 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#917fpnstaging630μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('21', '22') and date(`start_date`) <= '2025-05-03' and date(`end_date`) >= '2025-05-03' and `status` = 1 order by `start_date` desc limit 1
        Bindings
        • 0: 21
        • 1: 22
        • 2: 2025-05-03
        • 3: 2025-05-03
        • 4: 1
        Backtrace
        • app/Models/League.php:917
        • app/Http/Controllers/Site/LeagueController.php:2302
        • 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#2057fpnstaging660μsselect * from `fpn_leagues` where `id` = 1280 limit 1
        Bindings
        • 0: 1280
        Backtrace
        • app/Models/League.php:2057
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2058fpnstaging6.4msselect * from `fpn_promotions` where `id` = 26 limit 1
        Bindings
        • 0: 26
        Backtrace
        • app/Models/League.php:2058
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2060fpnstaging16.98msselect 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` = 1280 and `status` = 1
        Bindings
        • 0: 1280
        • 1: 1
        Backtrace
        • app/Models/League.php:2060
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2062fpnstaging17.42msselect 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` = 1280 and `status` = 1
        Bindings
        • 0: 1280
        • 1: 1
        Backtrace
        • app/Models/League.php:2062
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2065fpnstaging690μsselect * from `fpn_season` where date(`start_date`) <= '2025-05-03' and date(`end_date`) >= '2025-05-03' and `id` in ('21', '22') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-03
        • 1: 2025-05-03
        • 2: 21
        • 3: 22
        • 4: 1
        Backtrace
        • app/Models/League.php:2065
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2101fpnstaging1.07msselect `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`) >= '2025-04-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2025-06-30 00:00:00' and `fpn_tournaments`.`event_id` = 1280 and `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 2025-04-01 00:00:00
        • 1: 2025-06-30 00:00:00
        • 2: 1280
        • 3: 1
        • 4: 1
        Backtrace
        • app/Models/League.php:2101
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2108fpnstaging16.87msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 1280 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 1280
        • 1: 1
        Backtrace
        • app/Models/League.php:2108
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2113fpnstaging920μsselect SUM(tournament_players.score) as score,tournament_players.user_id from `tournament_players` where `tournament_id` in (70092, 70093, 70094) group by `tournament_players`.`user_id` order by `score` desc limit 1
        Bindings
        • 0: 70092
        • 1: 70093
        • 2: 70094
        Backtrace
        • app/Models/League.php:2113
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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#2117fpnstaging930μsselect * from `users` where `users`.`id` = 16010 limit 1
        Bindings
        • 0: 16010
        Backtrace
        • app/Models/League.php:2117
        • app/Http/Controllers/Site/LeagueController.php:2305
        • 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
      • LeagueSevice.php#140fpnstaging450μsselect `league_status` from `fpn_leagues` where `id` = 1280 limit 1
        Bindings
        • 0: 1280
        Backtrace
        • app/Services/LeagueSevice.php:140
        • app/Http/Controllers/Site/LeagueController.php:2335
        • 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#786fpnstaging560μsselect * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-03' order by `start_date` asc
        Bindings
        • 0: 2025-05-03
        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#793fpnstaging6.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:924
        • app/Services/LeagueSevice.php:34
        • app/Http/Controllers/Site/LeagueController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • League.php#793fpnstaging11.13msselect * 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#997fpnstaging140msselect `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-03 01:09: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` = 334 group by `fpn_leagues`.`id` order by `fpn_tournaments`.`end_date` desc
        Bindings
        • 0: 2025-05-03 01:09:00
        • 1: 1
        • 2: 1
        • 3: 5
        • 4: 334
        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#71fpnstaging700μsselect `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 26 limit 1
        Bindings
        • 0: 26
        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#111fpnstaging560μsselect `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 26 limit 1
        Bindings
        • 0: 26
        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#1967fpnstaging730μsselect `fpn_promotions`.`season_id` from `fpn_promotions` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = 1280 limit 1
        Bindings
        • 0: 1280
        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#1972fpnstaging510μsselect * from `fpn_season` where `id` in ('21', '22') and `end_date` < '2025-05-03 01:09:05' and `status` = 1 order by `start_date` desc
        Bindings
        • 0: 21
        • 1: 22
        • 2: 2025-05-03 01:09:05
        • 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
      • LeagueController.php#2241fpnstaging1.15msselect * from `fpn_tournaments` where `event_id` = 1280 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-03' order by `start_date` desc limit 1
        Bindings
        • 0: 1280
        • 1: 1
        • 2: 2025-05-03
        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#2295fpnstaging720μsselect count(*) as aggregate from `fpn_tournaments` where `event_id` = 1280 and `status` = 1 and date(`fpn_tournaments`.`end_date`) > '2025-05-03'
        Bindings
        • 0: 1280
        • 1: 1
        • 2: 2025-05-03
        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#1061fpnstaging430μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 26 limit 1
        Bindings
        • 0: 26
        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#1070fpnstaging430μsselect `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('21', '22') order by `start_date` asc
        Bindings
        • 0: 21
        • 1: 22
        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#906fpnstaging500μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 26 limit 1
        Bindings
        • 0: 26
        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#917fpnstaging470μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('21', '22') and date(`start_date`) <= '2025-05-03' and date(`end_date`) >= '2025-05-03' and `status` = 1 order by `start_date` desc limit 1
        Bindings
        • 0: 21
        • 1: 22
        • 2: 2025-05-03
        • 3: 2025-05-03
        • 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#2057fpnstaging600μsselect * from `fpn_leagues` where `id` = 1280 limit 1
        Bindings
        • 0: 1280
        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.1msselect * from `fpn_promotions` where `id` = 26 limit 1
        Bindings
        • 0: 26
        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#2060fpnstaging16.71msselect 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` = 1280 and `status` = 1
        Bindings
        • 0: 1280
        • 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#2062fpnstaging17.4msselect 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` = 1280 and `status` = 1
        Bindings
        • 0: 1280
        • 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.24msselect * from `fpn_season` where date(`start_date`) <= '2025-05-03' and date(`end_date`) >= '2025-05-03' and `id` in ('21', '22') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-03
        • 1: 2025-05-03
        • 2: 21
        • 3: 22
        • 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#2101fpnstaging1.49msselect `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`) >= '2025-04-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2025-06-30 00:00:00' and `fpn_tournaments`.`event_id` = 1280 and `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 2025-04-01 00:00:00
        • 1: 2025-06-30 00:00:00
        • 2: 1280
        • 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#2108fpnstaging22.22msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 1280 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 1280
        • 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.16msselect SUM(tournament_players.score) as score,tournament_players.user_id from `tournament_players` where `tournament_id` in (70092, 70093, 70094) group by `tournament_players`.`user_id` order by `score` desc limit 1
        Bindings
        • 0: 70092
        • 1: 70093
        • 2: 70094
        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#2117fpnstaging780μsselect * from `users` where `users`.`id` = 16010 limit 1
        Bindings
        • 0: 16010
        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#140fpnstaging730μsselect `league_status` from `fpn_leagues` where `id` = 1280 limit 1
        Bindings
        • 0: 1280
        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#71fpnstaging760μsselect `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#111fpnstaging820μsselect `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#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` = 1071 limit 1
        Bindings
        • 0: 1071
        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#1972fpnstaging770μsselect * from `fpn_season` where `id` in ('19', '20') and `end_date` < '2025-05-03 01:09:05' and `status` = 1 order by `start_date` desc
        Bindings
        • 0: 19
        • 1: 20
        • 2: 2025-05-03 01:09:05
        • 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#1984fpnstaging1.11msselect `id` from `fpn_tournaments` where `event_id` = 1071 and date(`start_date`) >= '2025-01-01 00:00:00' and date(`end_date`) <= '2025-03-31 00:00:00'
        Bindings
        • 0: 1071
        • 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#2016fpnstaging5.54msselect `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` = 1071 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (62957, 62958, 62959, 62960, 62961, 62962, 62963, 62964, 62965, 62966, 62967, 62968, 62969) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 1071
        • 1: 1
        • 2: 62957
        • 3: 62958
        • 4: 62959
        • 5: 62960
        • 6: 62961
        • 7: 62962
        • 8: 62963
        • 9: 62964
        • 10: 62965
        • 11: 62966
        • 12: 62967
        • 13: 62968
        • 14: 62969
        • 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#1984fpnstaging810μsselect `id` from `fpn_tournaments` where `event_id` = 1071 and date(`start_date`) >= '2024-10-01 00:00:00' and date(`end_date`) <= '2024-12-31 00:00:00'
        Bindings
        • 0: 1071
        • 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.97msselect `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` = 1071 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`tournament_id` in (62944, 62945, 62946, 62947, 62948, 62949, 62950, 62951, 62952, 62953, 62954, 62955, 62956) and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`user_id` order by `score` desc limit 10
        Bindings
        • 0: 1071
        • 1: 1
        • 2: 62944
        • 3: 62945
        • 4: 62946
        • 5: 62947
        • 6: 62948
        • 7: 62949
        • 8: 62950
        • 9: 62951
        • 10: 62952
        • 11: 62953
        • 12: 62954
        • 13: 62955
        • 14: 62956
        • 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` = 1071 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-03' order by `start_date` desc limit 1
        Bindings
        • 0: 1071
        • 1: 1
        • 2: 2025-05-03
        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#2295fpnstaging720μsselect count(*) as aggregate from `fpn_tournaments` where `event_id` = 1071 and `status` = 1 and date(`fpn_tournaments`.`end_date`) > '2025-05-03'
        Bindings
        • 0: 1071
        • 1: 1
        • 2: 2025-05-03
        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#1061fpnstaging570μ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#1070fpnstaging490μ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#906fpnstaging480μ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#917fpnstaging570μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('19', '20') and date(`start_date`) <= '2025-05-03' and date(`end_date`) >= '2025-05-03' and `status` = 1 order by `start_date` desc limit 1
        Bindings
        • 0: 19
        • 1: 20
        • 2: 2025-05-03
        • 3: 2025-05-03
        • 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#2057fpnstaging660μsselect * from `fpn_leagues` where `id` = 1071 limit 1
        Bindings
        • 0: 1071
        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.73msselect * 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#2060fpnstaging18.21msselect 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` = 1071 and `status` = 1
        Bindings
        • 0: 1071
        • 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#2062fpnstaging13.87msselect 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` = 1071 and `status` = 1
        Bindings
        • 0: 1071
        • 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#2065fpnstaging650μsselect * from `fpn_season` where date(`start_date`) <= '2025-05-03' and date(`end_date`) >= '2025-05-03' and `id` in ('19', '20') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-03
        • 1: 2025-05-03
        • 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#2069fpnstaging670μsselect * from `fpn_season` where date(`end_date`) < '2025-05-03' and `id` in ('19', '20') and `status` = 1 limit 1
        Bindings
        • 0: 2025-05-03
        • 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.1msselect `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` = 1071 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: 1071
        • 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#2108fpnstaging13.7msselect `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 1071 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
        Bindings
        • 0: 1071
        • 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#2113fpnstaging500μ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#140fpnstaging580μsselect `league_status` from `fpn_leagues` where `id` = 1071 limit 1
        Bindings
        • 0: 1071
        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
      • LeagueController.php#116fpnstaging6.46msselect * from `fpn_venues` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:116
        • 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#119fpnstaging1.07msselect * from `fpn_regions` where `status` = 1 order by `name` asc
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:119
        • 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#162fpnstaging720μsselect * from `fpn_venues` where `status` = 1 and `id` = 334 limit 1
        Bindings
        • 0: 1
        • 1: 334
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:162
        • 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#189fpnstaging750μ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` = 334 order by `fpn_venues`.`name` asc
        Bindings
        • 0: 334
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:189
        • 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
      • Article.php#163fpnstaging650μsselect count(*) as aggregate from `articles` where `status` = '1' and `category_id` is not null and `venue_id` = 334
        Bindings
        • 0: 1
        • 1: 334
        Backtrace
        • app/Models/Article.php:163
        • app/Http/Controllers/Site/LeagueController.php:204
        • 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
      • Article.php#174fpnstaging5.07msselect * from `articles` where `status` = '1' and `category_id` is not null and `venue_id` = 334 order by `published_at` desc limit 6
        Bindings
        • 0: 1
        • 1: 334
        Backtrace
        • app/Models/Article.php:174
        • app/Http/Controllers/Site/LeagueController.php:204
        • 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#214fpnstaging640μsselect `default_article_image` from `configurations`
        Backtrace
        • app/Services/ConfigSevice.php:214
        • app/Http/Controllers/Site/LeagueController.php:209
        • 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#214fpnstaging880μsselect * from `fpn_venues` where `id` = 334 limit 1
        Bindings
        • 0: 334
        Backtrace
        • app/Http/Controllers/Site/LeagueController.php:214
        • 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
      • ModuleService.php#21fpnstaging1.63msselect `featured_hosts` from `fpn_venues` where `id` = 334 limit 1
        Bindings
        • 0: 334
        Backtrace
        • app/Services/ModuleService.php:21
        • app/Http/Controllers/Site/LeagueController.php:239
        • 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
      App\Models\Venue
      251Venue.php#?
      App\Models\Promotion
      26Promotion.php#?
      App\Models\Season
      19Season.php#?
      App\Models\Region
      19Region.php#?
      App\Models\League
      6League.php#?
      App\Models\Article
      6Article.php#?
      App\Models\Tournament
      3Tournament.php#?
      App\Models\TournamentPlayer
      2TournamentPlayer.php#?
      App\Models\User
      2User.php#?
          • missed 1PzHW5ZuaZvtBYeU5Xp1KXLuLP3Qx9lyRA1vFw7z (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
          • written 1PzHW5ZuaZvtBYeU5Xp1KXLuLP3Qx9lyRA1vFw7z (0μs)forget
          • 1 x missed 1PzHW5ZuaZvtBYeU5Xp1KXLuLP3Qx9lyRA1vFw7z (0%)
            0μs
            14 x hit c_config (0%)
            0μs
            1 x written 1PzHW5ZuaZvtBYeU5Xp1KXLuLP3Qx9lyRA1vFw7z (0%)
            0μs
          _token
          ieATKhiO142Qno7JMbcq9mwlbQDxtr9mo0mHuL4C
          _previous
          array:1 [ "url" => "https://staging.freepokernetwork.com/venues/the-porch-at-wilderness-oak" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /venues/the-porch-at-wilderness-oak
          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 => "Sat, 03 May 2025 06:09:05 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IitnQU9uSFBuNzlVNzFCVzNCZ0c2U1E9PSIsInZhbHVlIjoiQnB0amFTTGErSnF4REd0MkpOeWtmU2JydG1paFB0eGlNZUtONElqQWRZYUdKZnJYZFAvT0tIdUdOVUFsaDNFWm5YVEpWa1dnZUorYTViVjRndCtSNzdSdFloU0ZFK1M5emRSNklmOVhZZWo2U2tqZzhTdzdqbWUwL1ZOa2sxbSsiLCJtYWMiOiIzOGMzNGVlNWZmOWQ2OTA4NzQxNjg3NmM0NzA1MzRmZjBmYzFlNWJkMTg1NDFmY2RkZWVkZWQ1ZmEzOTc3NzllIiwidGFnIjoiIn0%3D; expires=Sun, 03 May 2026 06:09:05 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IitnQU9uSFBuNzlVNzFCVzNCZ0c2U1E9PSIsInZhbHVlIjoiQnB0amFTTGErSnF4REd0MkpOeWtmU2JydG1paFB0eGlNZUtONElqQWRZYUdKZnJYZFAvT0tIdUdOVUFsaDNFWm5YVEpWa" 1 => "freepokernetwork_upgrade_session=eyJpdiI6InVmN21pOXhXanNzSCt3c1FGd1VYaEE9PSIsInZhbHVlIjoicmNEOTNTaVVSRXovK1pjOG5xM2JPdk92STNsakdzOUs2RmM2S2xUSFc2NmQxZ25rbjBQSkc1YkNsekVsUlNvbDc3c3ZVUC9FMUk5WVc5bHVyUzR1Z0o4aVNxelhlMm5MQitpQjBLaVR4c3lHTmRBb0hEbHZlWUVUQUJoZmE1R3EiLCJtYWMiOiI1ZmU1ZTIzNWRiYWFiNDBlYWU0MTIwZGY3YWEzZGZjZWMzZGY0MjcxNzY3ZGMwOGIyMjRmYWE5MzhmY2JmNTJlIiwidGFnIjoiIn0%3D; expires=Sun, 03 May 2026 06:09:05 GMT; Max-Age=31536000; path=/; httponly; samesite=laxfreepokernetwork_upgrade_session=eyJpdiI6InVmN21pOXhXanNzSCt3c1FGd1VYaEE9PSIsInZhbHVlIjoicmNEOTNTaVVSRXovK1pjOG5xM2JPdk92STNsakdzOUs2RmM2S2xUSFc2NmQxZ25rbjBQSkc" 2 => "RSVP_status=eyJpdiI6ImF1ZDd2QlBJdjZOL1RTV3dISXJoS2c9PSIsInZhbHVlIjoibEk2S0MyTVU1ekhNTDZLU1RDdmFjVE9jbmZ5SE5kZFlrTjZ2SG8vbEtza05kb09xTUU3Slcrajdld3dtSFpsTSIsIm1hYyI6ImY0ZDM1NjU3YzI2NDU1ZGE2YmFiMjY4NTU2NGZjMGY1MjBiM2JmNDY2N2FkNDMwYjg3NWQ0MGE2Y2YwMmVhMTAiLCJ0YWciOiIifQ%3D%3D; expires=Mon, 04 May 2020 06:09:05 GMT; Max-Age=0; path=/; secure; httponly; samesite=laxRSVP_status=eyJpdiI6ImF1ZDd2QlBJdjZOL1RTV3dISXJoS2c9PSIsInZhbHVlIjoibEk2S0MyTVU1ekhNTDZLU1RDdmFjVE9jbmZ5SE5kZFlrTjZ2SG8vbEtza05kb09xTUU3Slcrajdld3dtSFpsTSIsIm1h" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IitnQU9uSFBuNzlVNzFCVzNCZ0c2U1E9PSIsInZhbHVlIjoiQnB0amFTTGErSnF4REd0MkpOeWtmU2JydG1paFB0eGlNZUtONElqQWRZYUdKZnJYZFAvT0tIdUdOVUFsaDNFWm5YVEpWa1dnZUorYTViVjRndCtSNzdSdFloU0ZFK1M5emRSNklmOVhZZWo2U2tqZzhTdzdqbWUwL1ZOa2sxbSsiLCJtYWMiOiIzOGMzNGVlNWZmOWQ2OTA4NzQxNjg3NmM0NzA1MzRmZjBmYzFlNWJkMTg1NDFmY2RkZWVkZWQ1ZmEzOTc3NzllIiwidGFnIjoiIn0%3D; expires=Sun, 03-May-2026 06:09:05 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IitnQU9uSFBuNzlVNzFCVzNCZ0c2U1E9PSIsInZhbHVlIjoiQnB0amFTTGErSnF4REd0MkpOeWtmU2JydG1paFB0eGlNZUtONElqQWRZYUdKZnJYZFAvT0tIdUdOVUFsaDNFWm5YVEpWa" 1 => "freepokernetwork_upgrade_session=eyJpdiI6InVmN21pOXhXanNzSCt3c1FGd1VYaEE9PSIsInZhbHVlIjoicmNEOTNTaVVSRXovK1pjOG5xM2JPdk92STNsakdzOUs2RmM2S2xUSFc2NmQxZ25rbjBQSkc1YkNsekVsUlNvbDc3c3ZVUC9FMUk5WVc5bHVyUzR1Z0o4aVNxelhlMm5MQitpQjBLaVR4c3lHTmRBb0hEbHZlWUVUQUJoZmE1R3EiLCJtYWMiOiI1ZmU1ZTIzNWRiYWFiNDBlYWU0MTIwZGY3YWEzZGZjZWMzZGY0MjcxNzY3ZGMwOGIyMjRmYWE5MzhmY2JmNTJlIiwidGFnIjoiIn0%3D; expires=Sun, 03-May-2026 06:09:05 GMT; path=/; httponlyfreepokernetwork_upgrade_session=eyJpdiI6InVmN21pOXhXanNzSCt3c1FGd1VYaEE9PSIsInZhbHVlIjoicmNEOTNTaVVSRXovK1pjOG5xM2JPdk92STNsakdzOUs2RmM2S2xUSFc2NmQxZ25rbjBQSkc" 2 => "RSVP_status=eyJpdiI6ImF1ZDd2QlBJdjZOL1RTV3dISXJoS2c9PSIsInZhbHVlIjoibEk2S0MyTVU1ekhNTDZLU1RDdmFjVE9jbmZ5SE5kZFlrTjZ2SG8vbEtza05kb09xTUU3Slcrajdld3dtSFpsTSIsIm1hYyI6ImY0ZDM1NjU3YzI2NDU1ZGE2YmFiMjY4NTU2NGZjMGY1MjBiM2JmNDY2N2FkNDMwYjg3NWQ0MGE2Y2YwMmVhMTAiLCJ0YWciOiIifQ%3D%3D; expires=Mon, 04-May-2020 06:09:05 GMT; path=/; secure; httponlyRSVP_status=eyJpdiI6ImF1ZDd2QlBJdjZOL1RTV3dISXJoS2c9PSIsInZhbHVlIjoibEk2S0MyTVU1ekhNTDZLU1RDdmFjVE9jbmZ5SE5kZFlrTjZ2SG8vbEtza05kb09xTUU3Slcrajdld3dtSFpsTSIsIm1h" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "ieATKhiO142Qno7JMbcq9mwlbQDxtr9mo0mHuL4C" "_previous" => array:1 [ "url" => "https://staging.freepokernetwork.com/venues/the-porch-at-wilderness-oak" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-03 01:09:05GET/venues/the-porch-at-wilderness-oak339033416