Procesando...
Ranking
Puntos
Lado de juego
Ambos
Ciudad
Álava
Club de juego habitual
PADEL PISTA NORTE
Tipo | Competición | Fecha | Pareja | Categoría | Resultado |
---|---|---|---|---|---|
Liga | Liga Alavesa Cupra por Parejas | 06/04/2022 | Garikoitz | 1º Cupra Formentor | Liga - |
Torneo | II TORNEO VIRAL | 21/07/2017 | Estibaliz |
MIXTA A
(no puntua) |
Playoff Campeón |
Torneo | II TORNEO VIRAL | 19/05/2017 | Antonio | 1ª Masculina | Playoff Campeón |
1 x Application (68.3%) | 94.18ms |
1 x Booting (31.69%) | 43.70ms |
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` = 'ernesto-cabo-25029' and `players`.`deleted_at` is null limit 1
2.1mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `sports` where `sports`.`id` = 1 and `sports`.`deleted_at` is null limit 1
920μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 25029
710μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 25029 and `sport_id` = 1 limit 1
1.28mspadelmanager_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 = 25029
and c.sport_id = 1
5.94mspadelmanager_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 = 25029
1.33mspadelmanager_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 = 1
) as ranking
WHERE ranking.id = 25029
760μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` = 25029 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
2.59mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` <> 25029 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` = 278483 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
4.51mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select `id`, `name`, `surname`, `slug` from `players` where `players`.`id` in (59650) and `players`.`deleted_at` is null
810μspadelmanager_dbMetadata |
---|
select * from `cities` where `cities`.`id` = 1 limit 1
740μ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` = 25029 order by `start_date` desc, `status` desc
2.58mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competitions` where `competitions`.`id` in (526, 674, 5579) and `competitions`.`deleted_at` is null
1.6mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `clubs` where `clubs`.`id` in (1399, 1424)
1.03mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_categories` where `competition_categories`.`id` in (3504, 4586, 33070)
790μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `categories` where `categories`.`id` in (1, 13, 2672)
970μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `team_players` where `competition_team_id` = 278483 and `player_id` <> 25029 limit 1
1.18mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (59650) and `players`.`deleted_at` is null
640μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 278483 or `team2_id` = 278483 order by `competition_matches`.`id` desc
1.72mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competitions` where `competitions`.`id` = 5579 and `competitions`.`deleted_at` is null limit 1
1.17mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competition_groups` where `competition_category_id` = 33070 order by `index` asc
1.67mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competition_standings` where `stage_idx` is null and `competition_standings`.`group_id` in (76963) order by `position` asc
680μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `team_players` where `competition_team_id` = 34015 and `player_id` <> 25029 limit 1
780μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (27822) and `players`.`deleted_at` is null
2.65mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 34015 or `team2_id` = 34015 order by `competition_matches`.`id` desc
1.39mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `competition_team_id` = 28858 and `player_id` <> 25029 limit 1
1.12mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (20585) and `players`.`deleted_at` is null
1.37mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 28858 or `team2_id` = 28858 order by `competition_matches`.`id` desc
1.42mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
930μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `users` where `users`.`profile_id` = 25029 and `users`.`profile_id` is not null and `users`.`profile_type` = 'App\Models\Player' and `users`.`deleted_at` is null limit 1
1.72mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `clubs` where `clubs`.`id` = 1399 limit 1
890μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 25029 and `official` = 1 and `won` = 1 and `schedule` > '2024-05-30 10:15:02'
1.12mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 25029 and `official` = 1 and `won` = 0 and `schedule` > '2024-05-30 10:15:02'
1.94mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.02mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.2mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.21mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.12mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.88mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.03mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.1mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.21mspadelmanager_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" => "56349" "REMOTE_ADDR" => "3.137.184.154" "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/ernesto-cabo-25029" "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" => 1748600102.4995 "REQUEST_TIME" => 1748600102 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 30 May 2025 10:15:02 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ild5czNlZVo1N1hJaEJiZDRiSU1KZXc9PSIsInZhbHVlIjoibUR3RkhRK0VSQmphSmIxb0FaQ0xYdFVSZFFvR0VUQ25WREdzK0Nja25tTXRwN09FaENTNkNLRmhFTlNMRXlNRiIsIm1hYyI6ImIzMmI1NjRjZjJjNzM2YjNkZjdhMDEzNjMxYjcyZWFjOTNmYzFmMmRkMmEyZTQ4MGY2YTIwMWMzMzlhNTg0YmQifQ%3D%3D; expires=Fri, 30-May-2025 12:15:02 GMT; Max-Age=7200; path=/; domain=test.vola.plus ◀XSRF-TOKEN=eyJpdiI6Ild5czNlZVo1N1hJaEJiZDRiSU1KZXc9PSIsInZhbHVlIjoibUR3RkhRK0VSQmphSmIxb0FaQ0xYdFVSZFFvR0VUQ25WREdzK0Nja25tTXRwN09FaENTNkNLRmhFTlNMRXlNRiIsIm1hY ▶" 1 => "laravel_session_test=eyJpdiI6Ik9CcEROOTdEdXNWWWVTRGNWXC9kK1dBPT0iLCJ2YWx1ZSI6IldrcVBqZmdZaVVXNVVPS2JzTCtHdXlZNEhZUlR5TEwwNW1iQThFUElKYThtZW8wa1VZNDNSMG5PWDdDNUpNVGwiLCJtYWMiOiJkZThmMTM0YjQxOWEyNmUwODA1NWE5NmY2MTAxZTQ4OTQ0YTdmYWY5NmU4MjMyZTAzNmExNGVhNGFiMGIwMDQ4In0%3D; expires=Fri, 30-May-2025 12:15:02 GMT; Max-Age=7200; path=/; domain=test.vola.plus; httponly ◀laravel_session_test=eyJpdiI6Ik9CcEROOTdEdXNWWWVTRGNWXC9kK1dBPT0iLCJ2YWx1ZSI6IldrcVBqZmdZaVVXNVVPS2JzTCtHdXlZNEhZUlR5TEwwNW1iQThFUElKYThtZW8wa1VZNDNSMG5PWDdDNUp ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ild5czNlZVo1N1hJaEJiZDRiSU1KZXc9PSIsInZhbHVlIjoibUR3RkhRK0VSQmphSmIxb0FaQ0xYdFVSZFFvR0VUQ25WREdzK0Nja25tTXRwN09FaENTNkNLRmhFTlNMRXlNRiIsIm1hYyI6ImIzMmI1NjRjZjJjNzM2YjNkZjdhMDEzNjMxYjcyZWFjOTNmYzFmMmRkMmEyZTQ4MGY2YTIwMWMzMzlhNTg0YmQifQ%3D%3D; expires=Fri, 30-May-2025 12:15:02 GMT; domain=test.vola.plus; path=/ ◀XSRF-TOKEN=eyJpdiI6Ild5czNlZVo1N1hJaEJiZDRiSU1KZXc9PSIsInZhbHVlIjoibUR3RkhRK0VSQmphSmIxb0FaQ0xYdFVSZFFvR0VUQ25WREdzK0Nja25tTXRwN09FaENTNkNLRmhFTlNMRXlNRiIsIm1hY ▶" 1 => "laravel_session_test=eyJpdiI6Ik9CcEROOTdEdXNWWWVTRGNWXC9kK1dBPT0iLCJ2YWx1ZSI6IldrcVBqZmdZaVVXNVVPS2JzTCtHdXlZNEhZUlR5TEwwNW1iQThFUElKYThtZW8wa1VZNDNSMG5PWDdDNUpNVGwiLCJtYWMiOiJkZThmMTM0YjQxOWEyNmUwODA1NWE5NmY2MTAxZTQ4OTQ0YTdmYWY5NmU4MjMyZTAzNmExNGVhNGFiMGIwMDQ4In0%3D; expires=Fri, 30-May-2025 12:15:02 GMT; domain=test.vola.plus; path=/; httponly ◀laravel_session_test=eyJpdiI6Ik9CcEROOTdEdXNWWWVTRGNWXC9kK1dBPT0iLCJ2YWx1ZSI6IldrcVBqZmdZaVVXNVVPS2JzTCtHdXlZNEhZUlR5TEwwNW1iQThFUElKYThtZW8wa1VZNDNSMG5PWDdDNUp ▶" ] ]
0 of 0array:4 [▶ "_token" => "75VOOqnJvbNY2ArN0vx2tAe4VrhSo7YhMCSE5aBB" "_previous" => array:1 [▶ "url" => "https://test.vola.plus/jugador/ernesto-cabo-25029" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]