Rosati's Pizza and Sports Bar | Spring 2025 ( Apr - Jun )
Rank 1
127 Points
Rank 2
107 Points
Rank 3
40 Points
Rank 4
40 Points
Rank 5
40 Points
Reset
Request history8.3.16PHP Version10.7sRequest Duration31MBMemory UsageGET playersRoute
  • warninglog[07:24:04] LOG.warning: Creation of dynamic property Illuminate\Support\Collection::$league_id is de...
  • Booting (49.19ms)time
  • Application (10.65s)time
  • 1 x Application (99.54%)
    10.65s
    1 x Booting (0.46%)
    49.19ms
    18 templates were rendered
    • site.players.indexindex.blade.php#?blade
    • site.includes.home_league_players_sliderhome_league_players_slider.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.includes.icons_badges_infoicons_badges_info.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 players
    middleware
    web, PersonalInfoMiddleware
    controller
    App\Http\Controllers\Site\PlayerController@index
    as
    site.players.index
    namespace
    prefix
    where
    file
    app/Http/Controllers/Site/PlayerController.php:40-94
    15 statements were executed (2 duplicates)Show only duplicates10.55s
    • 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
    • TournamentPlayer.php#78fpnstaging10.26sselect `tournament_players`.`id`, `tournament_players`.`user_id`, sum(tournament_players.winnings) as winnings, sum(tournament_players.score) as score, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, sum(tournament_players.total_buy_in_amount) as total_buy_in_amount, sum(tournament_players.bounty) as bounty, `users`.`id` as `uid`, `users`.`first_name`, `users`.`last_name`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_tournaments`.`id` as `tid`, `fpn_promotions`.`id` as `sid`, `fpn_promotions`.`name` as `season_name`, `fpn_leagues`.`id` as `eid`, `fpn_leagues`.`season_id` from `users` inner join `tournament_players` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_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_tournaments`.`status` = 1 and `fpn_tournaments`.`finalized_tournament` = 1) group by `tournament_players`.`user_id` order by `tournament_players`.`score` desc
      Bindings
      • 0: 1
      • 1: 1
      Backtrace
      • app/Models/TournamentPlayer.php:78
      • app/Http/Controllers/Site/PlayerController.php:49
      • 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#1187fpnstaging1.07msselect * from `fpn_season` where date(`start_date`) <= '2025-04-14' and date(`end_date`) >= '2025-04-14' and `status` = 1 limit 1
      Bindings
      • 0: 2025-04-14
      • 1: 2025-04-14
      • 2: 1
      Backtrace
      • app/Models/League.php:1187
      • app/Models/League.php:1281
      • app/Http/Controllers/Site/PlayerController.php:52
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • League.php#1271fpnstaging165msselect `tournament_players`.*, `fpn_leagues`.`id` as `leagueId` 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` inner join `fpn_venues` on `fpn_venues`.`id` = `fpn_leagues`.`venue_id` inner join `fpn_regions` on `fpn_regions`.`id` = `fpn_venues`.`region_id` inner join `fpn_promotions` on `fpn_promotions`.`id` = `fpn_leagues`.`promotion_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`.`finalized_tournament` = 1 and `fpn_regions`.`type` = 0 and `fpn_leagues`.`status` = 1 order by RAND() limit 1
      Bindings
      • 0: 2025-04-01 00:00:00
      • 1: 2025-06-30 00:00:00
      • 2: 1
      • 3: 0
      • 4: 1
      Backtrace
      • app/Models/League.php:1271
      • app/Models/League.php:1281
      • app/Http/Controllers/Site/PlayerController.php:52
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • League.php#1292fpnstaging760μsselect * from `fpn_season` where date(`start_date`) <= '2025-04-14' and date(`end_date`) >= '2025-04-14' and `status` = 1 limit 1
      Bindings
      • 0: 2025-04-14
      • 1: 2025-04-14
      • 2: 1
      Backtrace
      • app/Models/League.php:1292
      • app/Models/League.php:1283
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Models/League.php:1282
    • League.php#1337fpnstaging1.72msselect `tournament_players`.`id`, `tournament_players`.`user_id`, sum(tournament_players.winnings) as winnings, sum(tournament_players.score) as score, `tournament_players`.`tournament_id`, `tournament_players`.`rank`, sum(tournament_players.total_buy_in_amount) as total_buy_in_amount, sum(tournament_players.bounty) as bounty, `users`.`id` as `uid`, `users`.`first_name`, `users`.`last_name`, `users`.`alias`, `users`.`avatar`, `fpn_tournaments`.`name` as `tournament_name`, `fpn_tournaments`.`id` as `tid`, `fpn_promotions`.`id` as `sid`, `fpn_promotions`.`name` as `season_name`, `fpn_leagues`.`id` as `leaguId`, `fpn_venues`.`name` as `venue_name`, `fpn_venues`.`alias` as `venue_alias`, `fpn_leagues`.`alias` as `league_alias`, `fpn_leagues`.`name` as `league_name`, `fpn_leagues`.`season_id` from `users` inner join `tournament_players` on `users`.`id` = `tournament_players`.`user_id` inner join `fpn_tournaments` on `fpn_tournaments`.`id` = `tournament_players`.`tournament_id` inner join `fpn_leagues` on `fpn_leagues`.`id` = `fpn_tournaments`.`event_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` 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`.`finalized_tournament` = 1 and `fpn_leagues`.`id` = 1268 and `fpn_tournaments`.`status` = 1 group by `tournament_players`.`user_id` order by `tournament_players`.`score` desc
      Bindings
      • 0: 2025-04-01 00:00:00
      • 1: 2025-06-30 00:00:00
      • 2: 1
      • 3: 1268
      • 4: 1
      Backtrace
      • app/Models/League.php:1337
      • app/Models/League.php:1283
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Models/League.php:1282
    • PlayerController.php#66fpnstaging910μsselect `fpn_leagues`.*, `fpn_venues`.`name` as `venue_name`, `fpn_venues`.`alias` as `venue_alias` from `fpn_leagues` inner join `fpn_venues` on `fpn_venues`.`id` = `fpn_leagues`.`venue_id` where `fpn_leagues`.`id` = 1268 limit 1
      Bindings
      • 0: 1268
      Backtrace
      • app/Http/Controllers/Site/PlayerController.php:66
      • 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
    • League.php#767fpnstaging470μsselect `fpn_promotions`.`season_id` as `season_ids` from `fpn_promotions` where `status` = 1 and `id` = 26 limit 1
      Bindings
      • 0: 1
      • 1: 26
      Backtrace
      • app/Models/League.php:767
      • app/Http/Controllers/Site/PlayerController.php:71
      • 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#779fpnstaging560μsselect `id`, `name`, `start_date`, `end_date` from `fpn_season` where `id` in ('21', '22') and date(`start_date`) <= '2025-04-14' and date(`end_date`) >= '2025-04-14' and `status` = 1 order by `start_date` desc
      Bindings
      • 0: 21
      • 1: 22
      • 2: 2025-04-14
      • 3: 2025-04-14
      • 4: 1
      Backtrace
      • app/Models/League.php:779
      • app/Http/Controllers/Site/PlayerController.php:71
      • 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
    • PlayerController.php#79fpnstaging6.56msselect * from `fpn_promotions` where `status` = 1 order by `id` desc limit 1
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Site/PlayerController.php:79
      • 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
    • PlayerController.php#81fpnstaging6.21msselect * from `fpn_promotions` order by `id` desc limit 1
      Backtrace
      • app/Http/Controllers/Site/PlayerController.php:81
      • 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
    • PlayerController.php#84fpnstaging48.43msselect * from `fpn_promotions` order by `id` desc
      Backtrace
      • app/Http/Controllers/Site/PlayerController.php:84
      • 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
    • PlayerController.php#85fpnstaging1.07msselect * from `fpn_regions` where `status` = 1 order by `name` asc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Site/PlayerController.php:85
      • 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
    • PlayerController.php#86fpnstaging8.22msselect * from `fpn_venues` where `status` = 1 order by `name` asc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Site/PlayerController.php:86
      • 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
    • PlayerController.php#87fpnstaging680μsselect `id` from `fpn_promotions` where `default` = 1 and `status` = 1 limit 1
      Bindings
      • 0: 1
      • 1: 1
      Backtrace
      • app/Http/Controllers/Site/PlayerController.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
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • PlayerController.php#88fpnstaging46.71msselect * from `fpn_promotions` where `status` = 1 order by `default` desc, `id` desc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Site/PlayerController.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
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    App\Models\Venue
    239Venue.php#?
    App\Models\Region
    19Region.php#?
    App\Models\Promotion
    17Promotion.php#?
    App\Models\Season
    3Season.php#?
    App\Models\TournamentPlayer
    1TournamentPlayer.php#?
    App\Models\League
    1League.php#?
        • missed wnQQhWT1dYggkVV7dflmEtDhDtUUFlIfQfUxcRZH (0μs)
        • missed league-players-1268 (0μs)
        • written league-players-1268 (0μs)forget
        • written wnQQhWT1dYggkVV7dflmEtDhDtUUFlIfQfUxcRZH (0μs)forget
        • 1 x missed wnQQhWT1dYggkVV7dflmEtDhDtUUFlIfQfUxcRZH (0%)
          0μs
          1 x missed league-players-1268 (0%)
          0μs
          1 x written league-players-1268 (0%)
          0μs
          1 x written wnQQhWT1dYggkVV7dflmEtDhDtUUFlIfQfUxcRZH (0%)
          0μs
        _token
        m8IE2y6R6UeYySMg58Dg2kcVMqGJhPkzbxRDWa7R
        _previous
        array:1 [ "url" => "https://staging.freepokernetwork.com/players?region=25" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /players
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "region" => "25" ]
        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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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 => "Mon, 14 Apr 2025 12:24:04 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Img0Sk9nOWRhWXZhRktIYklzU2dzbEE9PSIsInZhbHVlIjoiK3h3UGIzWHdhUG8xc09IYWc4TXdTcmZ0SFYvYkY2NDB0TnJrQWRuaGxUWlBXd2NkR3hxTm5ydCtibEw0UVF3dm1GTnpPUXk1Rzg4Y3dXL2hkR3NQZVc4Zm5OSFMxaDgwSG9CcTdURGNEbmdtTnpEMUhHeDFvS2RUbDZ1L3ViRlYiLCJtYWMiOiI1ZDQwOGJkMWNlZThhZjJhZWVhZTNhNWQxNmViYzc0OGE1ZWRiMDkzYzQ5NmRhZTc2NTc2OTdhNGIzMzRiMjFmIiwidGFnIjoiIn0%3D; expires=Tue, 14 Apr 2026 12:24:04 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Img0Sk9nOWRhWXZhRktIYklzU2dzbEE9PSIsInZhbHVlIjoiK3h3UGIzWHdhUG8xc09IYWc4TXdTcmZ0SFYvYkY2NDB0TnJrQWRuaGxUWlBXd2NkR3hxTm5ydCtibEw0UVF3dm1GTnpPU" 1 => "freepokernetwork_upgrade_session=eyJpdiI6Ind4cG4ycFBaYjhiZ21qZnNBTTUvU3c9PSIsInZhbHVlIjoiSHNxY0xDdzBIVmEveERXWFJheTVQUGY3aHRwZ3g4aG9pTy9pdlVHMlZyUmRYeDNuNG1KazdDbHdlRHR0Z2I2WWRES3ZTOS9xRjBnc2piWnhtYS9MOWtQeE90SnZ6YUdxU0o0a0hYcXhienFSV0hFUVRWbEIva0Zxc3hjL2xHSk4iLCJtYWMiOiIyNGVjYzVjNGVkMmZhOGJkNGQxNTRmM2NkN2M2ZWJhNTFhZjQ4MWE4NjRjYmM1Y2IwYmFiODRhMzlkYjFiZTc0IiwidGFnIjoiIn0%3D; expires=Tue, 14 Apr 2026 12:24:04 GMT; Max-Age=31536000; path=/; httponly; samesite=laxfreepokernetwork_upgrade_session=eyJpdiI6Ind4cG4ycFBaYjhiZ21qZnNBTTUvU3c9PSIsInZhbHVlIjoiSHNxY0xDdzBIVmEveERXWFJheTVQUGY3aHRwZ3g4aG9pTy9pdlVHMlZyUmRYeDNuNG1Kazd" 2 => "RSVP_status=eyJpdiI6Iit0VGM5OUJqVjl3dXBlYThwY0R3SlE9PSIsInZhbHVlIjoiZUlURFM1cWhlSVBBa1M1NnozUTkyZkNLWTRabXQ5bFhPVS9UTnhWTm9iZnU4dTAycjY4Q1dCV3N4bUV4MkxldyIsIm1hYyI6ImU0YThiMjg5ODgzYjE2OWFkNjMxNWJhNWNmN2JiNjkwNzc4OTVmNjY5Mzg2YWQ0YjNjODBlZTljODAzMTJjNWYiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 15 Apr 2020 12:23:54 GMT; Max-Age=0; path=/; secure; httponly; samesite=laxRSVP_status=eyJpdiI6Iit0VGM5OUJqVjl3dXBlYThwY0R3SlE9PSIsInZhbHVlIjoiZUlURFM1cWhlSVBBa1M1NnozUTkyZkNLWTRabXQ5bFhPVS9UTnhWTm9iZnU4dTAycjY4Q1dCV3N4bUV4MkxldyIsIm1h" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Img0Sk9nOWRhWXZhRktIYklzU2dzbEE9PSIsInZhbHVlIjoiK3h3UGIzWHdhUG8xc09IYWc4TXdTcmZ0SFYvYkY2NDB0TnJrQWRuaGxUWlBXd2NkR3hxTm5ydCtibEw0UVF3dm1GTnpPUXk1Rzg4Y3dXL2hkR3NQZVc4Zm5OSFMxaDgwSG9CcTdURGNEbmdtTnpEMUhHeDFvS2RUbDZ1L3ViRlYiLCJtYWMiOiI1ZDQwOGJkMWNlZThhZjJhZWVhZTNhNWQxNmViYzc0OGE1ZWRiMDkzYzQ5NmRhZTc2NTc2OTdhNGIzMzRiMjFmIiwidGFnIjoiIn0%3D; expires=Tue, 14-Apr-2026 12:24:04 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Img0Sk9nOWRhWXZhRktIYklzU2dzbEE9PSIsInZhbHVlIjoiK3h3UGIzWHdhUG8xc09IYWc4TXdTcmZ0SFYvYkY2NDB0TnJrQWRuaGxUWlBXd2NkR3hxTm5ydCtibEw0UVF3dm1GTnpPU" 1 => "freepokernetwork_upgrade_session=eyJpdiI6Ind4cG4ycFBaYjhiZ21qZnNBTTUvU3c9PSIsInZhbHVlIjoiSHNxY0xDdzBIVmEveERXWFJheTVQUGY3aHRwZ3g4aG9pTy9pdlVHMlZyUmRYeDNuNG1KazdDbHdlRHR0Z2I2WWRES3ZTOS9xRjBnc2piWnhtYS9MOWtQeE90SnZ6YUdxU0o0a0hYcXhienFSV0hFUVRWbEIva0Zxc3hjL2xHSk4iLCJtYWMiOiIyNGVjYzVjNGVkMmZhOGJkNGQxNTRmM2NkN2M2ZWJhNTFhZjQ4MWE4NjRjYmM1Y2IwYmFiODRhMzlkYjFiZTc0IiwidGFnIjoiIn0%3D; expires=Tue, 14-Apr-2026 12:24:04 GMT; path=/; httponlyfreepokernetwork_upgrade_session=eyJpdiI6Ind4cG4ycFBaYjhiZ21qZnNBTTUvU3c9PSIsInZhbHVlIjoiSHNxY0xDdzBIVmEveERXWFJheTVQUGY3aHRwZ3g4aG9pTy9pdlVHMlZyUmRYeDNuNG1Kazd" 2 => "RSVP_status=eyJpdiI6Iit0VGM5OUJqVjl3dXBlYThwY0R3SlE9PSIsInZhbHVlIjoiZUlURFM1cWhlSVBBa1M1NnozUTkyZkNLWTRabXQ5bFhPVS9UTnhWTm9iZnU4dTAycjY4Q1dCV3N4bUV4MkxldyIsIm1hYyI6ImU0YThiMjg5ODgzYjE2OWFkNjMxNWJhNWNmN2JiNjkwNzc4OTVmNjY5Mzg2YWQ0YjNjODBlZTljODAzMTJjNWYiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 15-Apr-2020 12:23:54 GMT; path=/; secure; httponlyRSVP_status=eyJpdiI6Iit0VGM5OUJqVjl3dXBlYThwY0R3SlE9PSIsInZhbHVlIjoiZUlURFM1cWhlSVBBa1M1NnozUTkyZkNLWTRabXQ5bFhPVS9UTnhWTm9iZnU4dTAycjY4Q1dCV3N4bUV4MkxldyIsIm1h" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "m8IE2y6R6UeYySMg58Dg2kcVMqGJhPkzbxRDWa7R" "_previous" => array:1 [ "url" => "https://staging.freepokernetwork.com/players?region=25" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-14 07:24:04GET/players?region=25118152804