
Leaderboard
Avg Attd: 27
Venue
6405 W 127th St, Palos Heights, IL, 60463
Phone: (708) 824-9600
News
Leagues


6405 W 127th St, Palos Heights, IL
Player | Tournament | Points |
---|---|---|
Mon Mar 25 2024 | 270 | |
Mon Mar 18 2024 | 277 | |
Mon Mar 11 2024 | 257 | |
Mon Mar 04 2024 | 264 | |
Mon Feb 26 2024 | 270 | |
Mon Feb 19 2024 | 298 | |
Mon Feb 12 2024 | 298 | |
Mon Feb 05 2024 | 257 | |
Mon Jan 29 2024 | 243 | |
Mon Jan 22 2024 | 283 |
1 x Application (97.37%) | 1.81s |
1 x Booting (2.62%) | 48.68ms |
# Query soft limit for Debugbar is reached after 100 queries, additional 35 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
Backtrace |
|
select `fpn_leagues`.*, `fpn_venues`.`name` as `venue_name`, `fpn_venues`.`address`, `fpn_venues`.`logo` as `venue_logo`, `fpn_venues`.`city`, `fpn_venues`.`state`, `fpn_venues`.`zip`, `fpn_venues`.`phone`, `fpn_venues`.`map_location_latitude`, `fpn_venues`.`map_location_longitude`, `fpn_venues`.`map_location_address`, `fpn_venues`.`fb_url`, `fpn_venues`.`instagram_url`, `fpn_venues`.`youtube_url`, `fpn_venues`.`twitter_url`, `fpn_venues`.`website`, `fpn_venues`.`fb_group_url`, `fpn_venues`.`fb_group_title`, `fpn_tournaments`.`start_date` as `tournament_start_date`, `fpn_tournaments`.`alias` as `tournament_alias`, `fpn_promotions`.`id` as `promotion_id`, `fpn_promotions`.`name` as `promotion_name`, `fpn_promotions`.`alias` as `promotion_alias`, `fpn_promotions`.`national_qualify_method`, `fpn_promotions`.`national_qualify_percentage`, `fpn_promotions`.`national_qualify_fixed`, `fpn_venues`.`alias` as `venue_alias`, `fpn_venues`.`region_id`, `fpn_regions`.`name` as `region_name`, `fpn_regions`.`logo` as `region_logo` from `fpn_leagues` inner join `fpn_venues` on `fpn_venues`.`id` = `fpn_leagues`.`venue_id` inner join `fpn_tournaments` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`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_leagues`.`alias` = 'step-in-the-ring-x-s-o-s-sports-bar-palos-heights-monday-league' order by `fpn_tournaments`.`start_date` asc limit 1
Bindings |
|
Backtrace |
|
select `id` from `fpn_leagues` where `alias` = 'step-in-the-ring-x-s-o-s-sports-bar-palos-heights-monday-league'
Bindings |
|
Backtrace |
|
select * from `fpn_tournaments` where `event_id` = 433
Bindings |
|
Backtrace |
|
select * from `fpn_season` where date(`fpn_season`.`end_date`) >= '2025-05-22' order by `start_date` asc
Bindings |
|
Backtrace |
|
select * from `fpn_promotions` where FIND_IN_SET(21, season_id) limit 1
Bindings |
|
Backtrace |
|
select * from `fpn_promotions` where FIND_IN_SET(22, season_id) limit 1
Bindings |
|
Backtrace |
|
select `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-22 17:53: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` = 90 group by `fpn_leagues`.`id` order by `fpn_tournaments`.`start_date` asc limit 5
Bindings |
|
Backtrace |
|
select `fpn_tournaments`.`id` as `tournament_id`, `fpn_tournaments`.`event_id` as `league_id`, `fpn_tournaments`.`alias`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date`, `tournament_players`.*, `users`.`id` as `user_id`, `users`.`first_name`, `users`.`last_name`, `users`.`avatar`, `users`.`alias` as `user_alias` from `fpn_tournaments` inner join `tournament_players` on `tournament_players`.`tournament_id` = `fpn_tournaments`.`id` inner join `users` on `users`.`id` = `tournament_players`.`user_id` where `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 and `fpn_tournaments`.`event_id` = 433 and date(`fpn_tournaments`.`start_date`) < '2025-05-22 17:53:00' and `users`.`id` != '' order by `fpn_tournaments`.`start_date` desc, `tournament_players`.`score` desc limit 3
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `tournament_players` where `tournament_id` = 31031
Bindings |
|
Backtrace |
|
select `fpn_tournaments`.*, `fpn_tournaments`.`event_id` as `league_id`, `blind_structures`.`blind_intervals` as `blinds` from `fpn_tournaments` inner join `blind_structures` on `blind_structures`.`id` = `fpn_tournaments`.`blind_id` where `fpn_tournaments`.`status` = 1 and `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`start_date` >= '2025-05-22 17:53:00' order by `fpn_tournaments`.`start_date` asc limit 1
Bindings |
|
Backtrace |
|
select `id`, `name`, `venue_id`, `start_date`, `alias`, `qualifier_types`, `qualifier_promotion_ids` from `fpn_tournaments` where `status` = 1 and `qualifiers_playoff` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-22' and FIND_IN_SET(433, qualifier_league_ids) order by `start_date` asc limit 1
Bindings |
|
Backtrace |
|
select `id`, `name`, `venue_id`, `start_date`, `alias`, `qualifier_types`, `qualifier_promotion_ids` from `fpn_tournaments` where `status` = 1 and `qualifiers_playoff` = 1 and date(`fpn_tournaments`.`start_date`) < '2025-05-22' and FIND_IN_SET(433, qualifier_league_ids) order by `start_date` desc limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '23' limit 1
Bindings |
|
Backtrace |
|
select count(distinct `user_id`) as aggregate from `fpn_tournament_qualifiers` where `tournament_id` = 42080
Bindings |
|
Backtrace |
|
select `name` from `fpn_venues` where `id` = 90 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.* from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `fpn_promotions`.`season_id` as `season_ids` from `fpn_season` inner join `fpn_promotions` on `fpn_promotions`.`season_id` = `fpn_season`.`id` inner join `fpn_leagues` on `fpn_leagues`.`promotion_id` = `fpn_promotions`.`id` where `fpn_leagues`.`id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `start_date`, `end_date` from `fpn_season` where `id` in ('15', '16')
Bindings |
|
Backtrace |
|
select `monthly_qualifier`, `monthly_qualifier_percentage`, `monthly_qualifier_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '10' and year(`fpn_tournaments`.`start_date`) = '2023'
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '10' and year(`fpn_tournaments`.`start_date`) = '2023' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '10' and year(`fpn_tournaments`.`start_date`) = '2023' group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `monthly_qualifier`, `monthly_qualifier_percentage`, `monthly_qualifier_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '11' and year(`fpn_tournaments`.`start_date`) = '2023'
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '11' and year(`fpn_tournaments`.`start_date`) = '2023' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '11' and year(`fpn_tournaments`.`start_date`) = '2023' group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `monthly_qualifier`, `monthly_qualifier_percentage`, `monthly_qualifier_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '12' and year(`fpn_tournaments`.`start_date`) = '2023'
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '12' and year(`fpn_tournaments`.`start_date`) = '2023' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '12' and year(`fpn_tournaments`.`start_date`) = '2023' group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `monthly_qualifier`, `monthly_qualifier_percentage`, `monthly_qualifier_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '01' and year(`fpn_tournaments`.`start_date`) = '2024'
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '01' and year(`fpn_tournaments`.`start_date`) = '2024' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '01' and year(`fpn_tournaments`.`start_date`) = '2024' group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `monthly_qualifier`, `monthly_qualifier_percentage`, `monthly_qualifier_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '02' and year(`fpn_tournaments`.`start_date`) = '2024'
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '02' and year(`fpn_tournaments`.`start_date`) = '2024' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '02' and year(`fpn_tournaments`.`start_date`) = '2024' group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `monthly_qualifier`, `monthly_qualifier_percentage`, `monthly_qualifier_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '03' and year(`fpn_tournaments`.`start_date`) = '2024'
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '03' and year(`fpn_tournaments`.`start_date`) = '2024' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and month(`fpn_tournaments`.`start_date`) = '03' and year(`fpn_tournaments`.`start_date`) = '2024' group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `tournament_players`.`tournament_id`, sum(tournament_players.score) as score, SUM(CASE WHEN tournament_players.rank = '1' THEN 1 ELSE 0 END) AS wins, `users`.`id` as `uid`, `users`.`first_name`, `users`.`last_name`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_tournaments`.`alias` as `tournament_alias`, `fpn_tournaments`.`start_date` as `tournament_start_date`, `fpn_leagues`.`id` as `league_id` 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` where `fpn_leagues`.`id` = 433 and `fpn_tournaments`.`status` = 1 and `tournament_players`.`rank` = 1 and `fpn_tournaments`.`finalized_tournament` = 1 group by `tournament_players`.`id` order by `tournament_start_date` desc
Bindings |
|
Backtrace |
|
select `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('15', '16') order by `start_date` asc
Bindings |
|
Backtrace |
|
select `fpn_leagues`.`id`, `fpn_tournaments`.`status`, `fpn_tournaments`.`start_date` from `fpn_tournaments` inner join `fpn_leagues` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`id` where `fpn_leagues`.`id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2023-10-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2023-12-31 00:00:00'
Bindings |
|
Backtrace |
|
select `fpn_leagues`.`id`, `fpn_tournaments`.`status` as `tournament_status`, `fpn_tournaments`.`start_date` from `fpn_tournaments` inner join `fpn_leagues` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`id` where `fpn_leagues`.`id` = 433 and 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`.`status` = 0
Bindings |
|
Backtrace |
|
select `fpn_leagues`.`id`, `fpn_tournaments`.`status`, `fpn_tournaments`.`start_date` from `fpn_tournaments` inner join `fpn_leagues` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`id` where `fpn_leagues`.`id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00'
Bindings |
|
Backtrace |
|
select `fpn_leagues`.`id`, `fpn_tournaments`.`status` as `tournament_status`, `fpn_tournaments`.`start_date` from `fpn_tournaments` inner join `fpn_leagues` on `fpn_tournaments`.`event_id` = `fpn_leagues`.`id` where `fpn_leagues`.`id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' and `fpn_tournaments`.`status` = 0
Bindings |
|
Backtrace |
|
select `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('15', '16') and 1 = 1 and date(`start_date`) <= '2025-05-22' order by `start_date` desc
Bindings |
|
Backtrace |
|
select `qualify_playoff`, `qualify_percentage`, `qualify_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' and `fpn_tournaments`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `promotion_id` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `national_qualify_method`, `national_qualify_percentage`, `national_qualify_fixed` from `fpn_promotions` where `id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' and `fpn_tournaments`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' and `fpn_tournaments`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and date(`fpn_tournaments`.`start_date`) >= '2024-01-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2024-03-31 00:00:00' and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `qualify_playoff`, `qualify_percentage`, `qualify_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and 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`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2023-10-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2023-12-31 00:00:00' group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `promotion_id` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `national_qualify_method`, `national_qualify_percentage`, `national_qualify_fixed` from `fpn_promotions` where `id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and 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`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2023-10-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2023-12-31 00:00:00' group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and 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`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2023-10-01 00:00:00' and date(`fpn_tournaments`.`end_date`) <= '2023-12-31 00:00:00' group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `tournament_players`.`id`, `fpn_tournaments`.`start_date`, `fpn_tournaments`.`end_date` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and 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`.`status` = 1 group by `tournament_players`.`user_id`
Bindings |
|
Backtrace |
|
select `qualify_playoff`, `qualify_percentage`, `qualify_fixed` from `fpn_leagues` where `id` = 433 limit 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1
Bindings |
|
Backtrace |
|
select `tournament_players`.`tournament_id` from `tournament_players` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` where `fpn_tournaments`.`event_id` = 433 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`tournament_id`
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = 23 limit 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `articles` where `status` = '1' and `category_id` is not null and `league_id` = 433
Bindings |
|
Backtrace |
|
select * from `articles` where `status` = '1' and `category_id` is not null and `league_id` = 433 order by `published_at` desc limit 6
Bindings |
|
Backtrace |
|
select * from `fpn_tournaments` where `event_id` = 433 and `status` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-22' order by `start_date` desc limit 1
Bindings |
|
Backtrace |
|
select `default_article_image` from `configurations`
Backtrace |
|
select `fpn_tournaments`.`id`, `fpn_leagues`.`id`, `fpn_leagues`.`name`, `fpn_leagues`.`alias` from `fpn_tournament_qualifiers` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `fpn_tournament_qualifiers`.`qualified_tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`status` = 1 group by `fpn_leagues`.`id`
Bindings |
|
Backtrace |
|
select `id`, `name`, `venue_id`, `start_date`, `alias`, `qualifier_types`, `qualifier_promotion_ids` from `fpn_tournaments` where `status` = 1 and `qualifiers_playoff` = 1 and date(`fpn_tournaments`.`start_date`) >= '2025-05-22' and (FIND_IN_SET(13, qualifier_region_ids) or FIND_IN_SET(13, filter_qualifier_region_ids)) order by `start_date` asc limit 1
Bindings |
|
Backtrace |
|
select `id`, `name`, `venue_id`, `start_date`, `alias`, `qualifier_types`, `qualifier_promotion_ids` from `fpn_tournaments` where `status` = 1 and `qualifiers_playoff` = 1 and date(`fpn_tournaments`.`start_date`) < '2025-05-22' and FIND_IN_SET(13, qualifier_region_ids) order by `start_date` desc limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '16' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = '16' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = '16' limit 1
Bindings |
|
Backtrace |
|
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select count(distinct `user_id`) as aggregate from `fpn_tournament_qualifiers` where `tournament_id` = ?
select `name` from `fpn_venues` where `id` = ? limit 1
select `fpn_tournaments`.`id`, `fpn_leagues`.`id`, `fpn_leagues`.`name`, `fpn_leagues`.`alias` from `fpn_tournament_qualifiers` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `fpn_tournament_qualifiers`.`qualified_tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_id` where `fpn_tournaments`.`status` = ? group by `fpn_leagues`.`id`
select `id`, `name`, `venue_id`, `start_date`, `alias`, `qualifier_types`, `qualifier_promotion_ids` from `fpn_tournaments` where `status` = ? and `qualifiers_playoff` = ? and date(`fpn_tournaments`.`start_date`) >= ? and (FIND_IN_SET(13, qualifier_region_ids) or FIND_IN_SET(13, filter_qualifier_region_ids)) order by `start_date` asc limit 1
select `id`, `name`, `venue_id`, `start_date`, `alias`, `qualifier_types`, `qualifier_promotion_ids` from `fpn_tournaments` where `status` = ? and `qualifiers_playoff` = ? and date(`fpn_tournaments`.`start_date`) < ? and FIND_IN_SET(13, qualifier_region_ids) order by `start_date` desc limit 1
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select count(distinct `user_id`) as aggregate from `fpn_tournament_qualifiers` where `tournament_id` = ?
select `name` from `fpn_venues` where `id` = ? limit 1
select `league_status` from `fpn_leagues` where `id` = ? limit 1
select `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` = ? and `fpn_tournaments`.`status` = ? and FIND_IN_SET('433', filter_qualifier_league_ids) order by `start_date` desc
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `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` = ? and `rank` = ? and `fpn_tournaments`.`finalized_tournament` = ? limit 1
select `icons_badges` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `icons_badges_tooltip` from `fpn_promotions` where `fpn_promotions`.`id` = ? limit 1
select `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` = ? and `rank` = ? and `fpn_tournaments`.`finalized_tournament` = ? limit 1
select * from `fpn_leagues` where `id` = ? limit 1
select * from `fpn_promotions` where `id` = ? limit 1
select 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` = ?
select 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` = ?
select * from `fpn_season` where date(`start_date`) <= ? and date(`end_date`) >= ? and `id` in (?, ?) and `status` = ? limit 1
select * from `fpn_season` where date(`end_date`) < ? and `id` in (?, ?) and `status` = ? limit 1
select `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`
select `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`
select 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
select * from `users` where `users`.`id` = ? limit 1
select `featured_hosts` from `fpn_leagues` where `id` = ? limit 1
Params | |
---|---|
key |
|
tags |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
delete |
|
Params | |
---|---|
key |
|
tags |
|
value |
|
seconds |
|
delete |
|
1 x missed bmhDJGiIW31CjhHubg07zoiYcxsTNEJQ1u6yoPcG (0%) | 0μs |
36 x hit c_config (0%) | 0μs |
1 x written bmhDJGiIW31CjhHubg07zoiYcxsTNEJQ1u6yoPcG (0%) | 0μs |
200
0 of 0array:2 [▼ "flag" => "toc" "layout" => "list" ]
[]
0 of 0array: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" ] ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Thu, 22 May 2025 22:53:58 GMT" ] "set-cookie" => array:3 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InVVQldtVWJMOWNSK2FnY2VCekRKeFE9PSIsInZhbHVlIjoiNzc5YjJneWwwL1Q0c0lneExHL1AyOGRhZE9uQkM0dm1kQkJXYzFNWGRoV1pMTE8yaysyVllTUGRMQWwzcmJWdWdDSUxiVWI1TXRkeXZBMUhWRGJiOG1UWkpTMnU4bHpGNVhqMTJjdjliMkpZSEN5RE5RekZQYThFSlBKMnBZOHciLCJtYWMiOiI2ZDAxZTAxYWQ4NmNkNjBhYWE2N2JjMjVmNGQ2YmNlYzJiZTJmNDM3Yzg5YTk4ZDYxMzVlNTE4MWM1YjAzY2M0IiwidGFnIjoiIn0%3D; expires=Fri, 22 May 2026 22:53:58 GMT; Max-Age=31536000; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6InVVQldtVWJMOWNSK2FnY2VCekRKeFE9PSIsInZhbHVlIjoiNzc5YjJneWwwL1Q0c0lneExHL1AyOGRhZE9uQkM0dm1kQkJXYzFNWGRoV1pMTE8yaysyVllTUGRMQWwzcmJWdWdDSUxiV ▶" 1 => "freepokernetwork_upgrade_session=eyJpdiI6IkFrREFnM3V5bks1YTlaR01hSmloVlE9PSIsInZhbHVlIjoiaElrNm5RUjhGY1dubDBISVh3ZlNsbnZPRDd2TzRXenpLVTNRaFg2S1pCTWxydEpGdGdsLzkyeWorWUE2N3ZRQTZKRzdxNmFRNnRtTFRLTVl2VW5iRm1PWnRnd0V3dm8xSXNQc2tPU2VQMVg2Qklnb3EwS2xRbGR1YU1DdXhYMC8iLCJtYWMiOiJhMmFiMGE4MDk2NzBjN2UyMThhZjA5ZjNjMWRmOWU4MjNhMWY3ZmQ5ZmNlYzI3ZjJlZjM5ZmY1MTQ1N2I5N2M2IiwidGFnIjoiIn0%3D; expires=Fri, 22 May 2026 22:53:58 GMT; Max-Age=31536000; path=/; httponly; samesite=lax ◀freepokernetwork_upgrade_session=eyJpdiI6IkFrREFnM3V5bks1YTlaR01hSmloVlE9PSIsInZhbHVlIjoiaElrNm5RUjhGY1dubDBISVh3ZlNsbnZPRDd2TzRXenpLVTNRaFg2S1pCTWxydEpGdGdsLzk ▶" 2 => "RSVP_status=eyJpdiI6ImdTd3E3ZjR5QkJTTFJuanVLeVREUHc9PSIsInZhbHVlIjoibW1yWGxseldNa0Uxd2I0MmNxSVVIODdmaFJNWnhJUjVkemUwclBiVTczcFVlK2ppS25maUo0ek5MSnJrdW9ERSIsIm1hYyI6IjFlNWEzOTFkMDlmY2IzYTFmNzYxMTc4NzkwNTIxM2Y2NWFmNjQ4MWFlZTk4ODBhZDU1MGE5ZWY0Y2IwZDY0NGQiLCJ0YWciOiIifQ%3D%3D; expires=Sat, 23 May 2020 22:53:56 GMT; Max-Age=0; path=/; secure; httponly; samesite=lax ◀RSVP_status=eyJpdiI6ImdTd3E3ZjR5QkJTTFJuanVLeVREUHc9PSIsInZhbHVlIjoibW1yWGxseldNa0Uxd2I0MmNxSVVIODdmaFJNWnhJUjVkemUwclBiVTczcFVlK2ppS25maUo0ek5MSnJrdW9ERSIsIm1h ▶" ] "Set-Cookie" => array:3 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InVVQldtVWJMOWNSK2FnY2VCekRKeFE9PSIsInZhbHVlIjoiNzc5YjJneWwwL1Q0c0lneExHL1AyOGRhZE9uQkM0dm1kQkJXYzFNWGRoV1pMTE8yaysyVllTUGRMQWwzcmJWdWdDSUxiVWI1TXRkeXZBMUhWRGJiOG1UWkpTMnU4bHpGNVhqMTJjdjliMkpZSEN5RE5RekZQYThFSlBKMnBZOHciLCJtYWMiOiI2ZDAxZTAxYWQ4NmNkNjBhYWE2N2JjMjVmNGQ2YmNlYzJiZTJmNDM3Yzg5YTk4ZDYxMzVlNTE4MWM1YjAzY2M0IiwidGFnIjoiIn0%3D; expires=Fri, 22-May-2026 22:53:58 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6InVVQldtVWJMOWNSK2FnY2VCekRKeFE9PSIsInZhbHVlIjoiNzc5YjJneWwwL1Q0c0lneExHL1AyOGRhZE9uQkM0dm1kQkJXYzFNWGRoV1pMTE8yaysyVllTUGRMQWwzcmJWdWdDSUxiV ▶" 1 => "freepokernetwork_upgrade_session=eyJpdiI6IkFrREFnM3V5bks1YTlaR01hSmloVlE9PSIsInZhbHVlIjoiaElrNm5RUjhGY1dubDBISVh3ZlNsbnZPRDd2TzRXenpLVTNRaFg2S1pCTWxydEpGdGdsLzkyeWorWUE2N3ZRQTZKRzdxNmFRNnRtTFRLTVl2VW5iRm1PWnRnd0V3dm8xSXNQc2tPU2VQMVg2Qklnb3EwS2xRbGR1YU1DdXhYMC8iLCJtYWMiOiJhMmFiMGE4MDk2NzBjN2UyMThhZjA5ZjNjMWRmOWU4MjNhMWY3ZmQ5ZmNlYzI3ZjJlZjM5ZmY1MTQ1N2I5N2M2IiwidGFnIjoiIn0%3D; expires=Fri, 22-May-2026 22:53:58 GMT; path=/; httponly ◀freepokernetwork_upgrade_session=eyJpdiI6IkFrREFnM3V5bks1YTlaR01hSmloVlE9PSIsInZhbHVlIjoiaElrNm5RUjhGY1dubDBISVh3ZlNsbnZPRDd2TzRXenpLVTNRaFg2S1pCTWxydEpGdGdsLzk ▶" 2 => "RSVP_status=eyJpdiI6ImdTd3E3ZjR5QkJTTFJuanVLeVREUHc9PSIsInZhbHVlIjoibW1yWGxseldNa0Uxd2I0MmNxSVVIODdmaFJNWnhJUjVkemUwclBiVTczcFVlK2ppS25maUo0ek5MSnJrdW9ERSIsIm1hYyI6IjFlNWEzOTFkMDlmY2IzYTFmNzYxMTc4NzkwNTIxM2Y2NWFmNjQ4MWFlZTk4ODBhZDU1MGE5ZWY0Y2IwZDY0NGQiLCJ0YWciOiIifQ%3D%3D; expires=Sat, 23-May-2020 22:53:56 GMT; path=/; secure; httponly ◀RSVP_status=eyJpdiI6ImdTd3E3ZjR5QkJTTFJuanVLeVREUHc9PSIsInZhbHVlIjoibW1yWGxseldNa0Uxd2I0MmNxSVVIODdmaFJNWnhJUjVkemUwclBiVTczcFVlK2ppS25maUo0ek5MSnJrdW9ERSIsIm1h ▶" ] ]
0 of 0array:3 [▼ "_token" => "YPWEQlcUXcro2ZHY3p0kf0z51SHifFySVcPmYPQS" "_previous" => array:1 [▶ "url" => "https://staging.freepokernetwork.com/league/step-in-the-ring-x-s-o-s-sports-bar-palos-heights-monday-league?flag=toc&layout=list" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]