Procesando...
Ranking
Puntos
Lado de juego
Derecho
Ciudad
León
Club de juego habitual
-
Tipo | Competición | Fecha | Pareja | Categoría | Resultado |
---|---|---|---|---|---|
Torneo | 1er Challenger Even Padel Tour León | 10/12/2021 | Antonio | 3ª Masculina | Playoff Campeón |
1 x Booting (56.45%) | 107ms |
1 x Application (43.54%) | 82.71ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
select * from `players` where `slug` = 'ignacio-rodriguez-estrada-280623' and `players`.`deleted_at` is null limit 1
3.43mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `sports` where `sports`.`id` = 1 and `sports`.`deleted_at` is null limit 1
800μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 280623
1.79mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 280623 and `sport_id` = 1 limit 1
1.44mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select
(SELECT COUNT(DISTINCT a_m_w_p.competition_id)) AS played_competitions,
COUNT(m.id) as matches,
if(SUM(CASE
WHEN team = 1 and winner = 1 AND team2_presented <> 2 THEN 1
WHEN team = 2 and winner = 2 AND team1_presented <> 2 THEN 1
WHEN team = 1 AND winner = 2 THEN 0
WHEN team = 2 AND winner = 1 THEN 0
END) > 0, SUM(CASE
WHEN team = 1 and winner = 1 AND team2_presented <> 2 THEN 1
WHEN team = 2 and winner = 2 AND team1_presented <> 2 THEN 1
WHEN team = 1 AND winner = 2 THEN 0
WHEN team = 2 AND winner = 1 THEN 0
END), 0) AS wins,
if(SUM(CASE
WHEN team = 1 AND winner = 1 THEN 0
WHEN team = 2 AND winner = 2 THEN 0
WHEN team = 1 AND winner = 2 AND team1_presented <> 2 THEN 1
WHEN team = 2 AND winner = 1 AND team2_presented <> 2 THEN 1
END) > 0, SUM(CASE
WHEN team = 1 AND winner = 1 THEN 0
WHEN team = 2 AND winner = 2 THEN 0
WHEN team = 1 AND winner = 2 AND team1_presented <> 2 THEN 1
WHEN team = 2 AND winner = 1 AND team2_presented <> 2 THEN 1
END), 0) AS loose,
if(SUM(CASE
WHEN team = 1 THEN r1
WHEN team = 2 THEN r2
END) > 0, SUM(CASE
WHEN team = 1 THEN r1
WHEN team = 2 THEN r2
END), 0) AS win_sets,
if(SUM(CASE
WHEN team = 1 THEN r2
WHEN team = 2 THEN r1
END) > 0, SUM(CASE
WHEN team = 1 THEN r2
WHEN team = 2 THEN r1
END), 0) AS loose_sets,
if(SUM(if(real_round_number = 1, 1, 0)) > 0, SUM(if(real_round_number = 1, 1, 0)), 0) AS finals,
if(SUM(if(real_round_number = 2, 1, 0)) > 0, SUM(if(real_round_number = 2, 1, 0)), 0) AS semifinals,
if(SUM(if(real_round_number = 3, 1, 0)) > 0, SUM(if(real_round_number = 3, 1, 0)), 0) AS quarters
FROM all_matches_with_players a_m_w_p
INNER JOIN competition_matches m ON a_m_w_p.competition_matches_id = m.id
INNER JOIN competitions c ON c.id = m.competition_id
WHERE m.status = 2
and m.team1_presented <> 2
and m.team2_presented <> 2
and a_m_w_p.player_id = 280623
and c.sport_id = 1
5.55mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
SELECT ranking.*
FROM (
SELECT player_id as id
, name
, surname
, cache_image
, position_country as position
, rating
, country_code
FROM player_ranking_calculated
WHERE sport_id = 1
AND country_id = 1
) as ranking
WHERE ranking.id = 280623
1.02mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
SELECT ranking.*
FROM (
SELECT player_id as id
, name
, surname
, position_city as position
, rating
, country_code
, cache_image
FROM player_ranking_calculated
WHERE sport_id = 1
AND city_id = 3
) as ranking
WHERE ranking.id = 280623
940μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` = 280623 and exists (select * from `competitions` where `team_players`.`competition_id` = `competitions`.`id` and `competitions`.`visible` = 1 and `competitions`.`deleted_at` is null) and exists (select * from `players` where `team_players`.`player_id` = `players`.`id` and `players`.`visible` = 1 and `players`.`deleted_at` is null) order by `created_at` desc limit 1
1.22mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` <> 280623 and exists (select * from `competitions` where `team_players`.`competition_id` = `competitions`.`id` and `competitions`.`visible` = 1 and `sport_id` = 1 and `competitions`.`deleted_at` is null) and `competition_team_id` = 257906 and exists (select * from `players` where `team_players`.`player_id` = `players`.`id` and `players`.`visible` = 1 and `players`.`deleted_at` is null) order by `created_at` desc limit 1
7.07mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select `id`, `name`, `surname`, `slug` from `players` where `players`.`id` in (280624) and `players`.`deleted_at` is null
940μspadelmanager_dbMetadata |
---|
select * from `cities` where `cities`.`id` = 3 limit 1
930μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competition_teams` inner join `team_players` on `competition_team_id` = `competition_teams`.`id` inner join `competitions` on `competition_teams`.`competition_id` = `competitions`.`id` where `competitions`.`confirmed` = 1 and `competitions`.`sport_id` = 1 and `team_players`.`player_id` = 280623 order by `start_date` desc, `status` desc
2.64mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competitions` where `competitions`.`id` in (4944) and `competitions`.`deleted_at` is null
870μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `clubs` where `clubs`.`id` in (168)
1.87mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_categories` where `competition_categories`.`id` in (28840)
790μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `categories` where `categories`.`id` in (3)
620μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `team_players` where `competition_team_id` = 257906 and `player_id` <> 280623 limit 1
830μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (280624) and `players`.`deleted_at` is null
900μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 257906 or `team2_id` = 257906 order by `competition_matches`.`id` desc
1.38mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.58mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `users` where `users`.`profile_id` = 280623 and `users`.`profile_id` is not null and `users`.`profile_type` = 'App\Models\Player' and `users`.`deleted_at` is null limit 1
2.17mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `clubs` where `clubs`.`id` = 0 limit 1
1.52mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 280623 and `official` = 1 and `won` = 1 and `schedule` > '2024-05-30 07:50:14'
1.06mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 280623 and `official` = 1 and `won` = 0 and `schedule` > '2024-05-30 07:50:14'
1.04mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.04mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.04mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.02mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
860μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.57mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.31mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.14mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
900μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.03mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
200
[]
[]
0 of 0array:17 [▶ "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "host" => array:1 [▶ 0 => "test.vola.plus" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] ]
0 of 0array:40 [▶ "USER" => "forge" "HOME" => "/home/forge" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_HOST" => "test.vola.plus" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SERVER_NAME" => "test.vola.plus" "SERVER_PORT" => "443" "SERVER_ADDR" => "10.0.0.4" "REMOTE_PORT" => "5042" "REMOTE_ADDR" => "3.12.154.26" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/home/forge/test.vola.plus/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/jugador/ignacio-rodriguez-estrada-280623" "SCRIPT_NAME" => "/index.php" "SCRIPT_FILENAME" => "/home/forge/test.vola.plus/public/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1748591414.3354 "REQUEST_TIME" => 1748591414 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 30 May 2025 07:50:14 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ind3eVJjMzZSYUszdVEyVSs3V0xXb0E9PSIsInZhbHVlIjoib3dOTWhOdWVFbU41amp5K0tpNUhhZHJnblFuMjVDODJmdEt5UDgwdHd6b3ZsVmJ1QXB3VFdPM0NjZjltVW9xNiIsIm1hYyI6ImM3YzRkZjdjYzhiYTNjYTAzODQ4M2MyM2M5NTZjZDdhM2JmNDE0ZmMyOTgwMzdmM2ZiZmZjODg1ZDRlMmI2YzkifQ%3D%3D; expires=Fri, 30-May-2025 09:50:14 GMT; Max-Age=7200; path=/; domain=test.vola.plus ◀XSRF-TOKEN=eyJpdiI6Ind3eVJjMzZSYUszdVEyVSs3V0xXb0E9PSIsInZhbHVlIjoib3dOTWhOdWVFbU41amp5K0tpNUhhZHJnblFuMjVDODJmdEt5UDgwdHd6b3ZsVmJ1QXB3VFdPM0NjZjltVW9xNiIsIm1hY ▶" 1 => "laravel_session_test=eyJpdiI6IkFWK3EybEZFYllUWkdBSTlGMnhsaVE9PSIsInZhbHVlIjoiVHNmOCtVM0JZRU1MYlJVVU55ZkRiS25HK1ZsMk56elRFTEZzcnM0eDB0S2xJejE0emJ4ZFJRVGVIOHV5eTFsYiIsIm1hYyI6Ijc4YTY1YTBiMzM4YTc2MWQ1YWNmMWNjOWJkZmIyOTAzYTIzZjkwZmViZDMyZjk1Y2M5YTcxMTU2NjEzZDhiNTkifQ%3D%3D; expires=Fri, 30-May-2025 09:50:14 GMT; Max-Age=7200; path=/; domain=test.vola.plus; httponly ◀laravel_session_test=eyJpdiI6IkFWK3EybEZFYllUWkdBSTlGMnhsaVE9PSIsInZhbHVlIjoiVHNmOCtVM0JZRU1MYlJVVU55ZkRiS25HK1ZsMk56elRFTEZzcnM0eDB0S2xJejE0emJ4ZFJRVGVIOHV5eTF ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ind3eVJjMzZSYUszdVEyVSs3V0xXb0E9PSIsInZhbHVlIjoib3dOTWhOdWVFbU41amp5K0tpNUhhZHJnblFuMjVDODJmdEt5UDgwdHd6b3ZsVmJ1QXB3VFdPM0NjZjltVW9xNiIsIm1hYyI6ImM3YzRkZjdjYzhiYTNjYTAzODQ4M2MyM2M5NTZjZDdhM2JmNDE0ZmMyOTgwMzdmM2ZiZmZjODg1ZDRlMmI2YzkifQ%3D%3D; expires=Fri, 30-May-2025 09:50:14 GMT; domain=test.vola.plus; path=/ ◀XSRF-TOKEN=eyJpdiI6Ind3eVJjMzZSYUszdVEyVSs3V0xXb0E9PSIsInZhbHVlIjoib3dOTWhOdWVFbU41amp5K0tpNUhhZHJnblFuMjVDODJmdEt5UDgwdHd6b3ZsVmJ1QXB3VFdPM0NjZjltVW9xNiIsIm1hY ▶" 1 => "laravel_session_test=eyJpdiI6IkFWK3EybEZFYllUWkdBSTlGMnhsaVE9PSIsInZhbHVlIjoiVHNmOCtVM0JZRU1MYlJVVU55ZkRiS25HK1ZsMk56elRFTEZzcnM0eDB0S2xJejE0emJ4ZFJRVGVIOHV5eTFsYiIsIm1hYyI6Ijc4YTY1YTBiMzM4YTc2MWQ1YWNmMWNjOWJkZmIyOTAzYTIzZjkwZmViZDMyZjk1Y2M5YTcxMTU2NjEzZDhiNTkifQ%3D%3D; expires=Fri, 30-May-2025 09:50:14 GMT; domain=test.vola.plus; path=/; httponly ◀laravel_session_test=eyJpdiI6IkFWK3EybEZFYllUWkdBSTlGMnhsaVE9PSIsInZhbHVlIjoiVHNmOCtVM0JZRU1MYlJVVU55ZkRiS25HK1ZsMk56elRFTEZzcnM0eDB0S2xJejE0emJ4ZFJRVGVIOHV5eTF ▶" ] ]
0 of 0array:4 [▶ "_token" => "pPRvdQYwkJdtLyl5YYRzBG5YlyO0v8unquE6cFOu" "_previous" => array:1 [▶ "url" => "https://test.vola.plus/jugador/ignacio-rodriguez-estrada-280623" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]