Procesando...
Ranking
Puntos
Lado de juego
Ambos
Ciudad
Barcelona
Club de juego habitual
Nou Tennis Belulla
Tipo | Competición | Fecha | Pareja | Categoría | Resultado |
---|---|---|---|---|---|
Torneo | PER ELLES! DIA DE LA DONA AL BELULLA | 10/03/2019 | Rosa |
MIXTA C
(no puntua) |
Playoff Campeón |
1 x Application (73.01%) | 70.72ms |
1 x Booting (26.98%) | 26.13ms |
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` = 'hector-77553' and `players`.`deleted_at` is null limit 1
2.86mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `sports` where `sports`.`id` = 1 and `sports`.`deleted_at` is null limit 1
740μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 77553
1.45mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 77553 and `sport_id` = 1 limit 1
660μspadelmanager_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 = 77553
and c.sport_id = 1
3.36mspadelmanager_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 = 77553
950μspadelmanager_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 = 33
) as ranking
WHERE ranking.id = 77553
770μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` = 77553 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.27mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` <> 77553 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` = 114893 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
5.36mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select `id`, `name`, `surname`, `slug` from `players` where `players`.`id` in (74341) and `players`.`deleted_at` is null
790μspadelmanager_dbMetadata |
---|
select * from `cities` where `cities`.`id` = 33 limit 1
590μ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` = 77553 order by `start_date` desc, `status` desc
2.37mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competitions` where `competitions`.`id` in (2262) and `competitions`.`deleted_at` is null
850μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `clubs` where `clubs`.`id` in (1626)
690μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_categories` where `competition_categories`.`id` in (14798)
550μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `categories` where `categories`.`id` in (37)
530μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `team_players` where `competition_team_id` = 114893 and `player_id` <> 77553 limit 1
920μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (74341) and `players`.`deleted_at` is null
1.43mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 114893 or `team2_id` = 114893 order by `competition_matches`.`id` desc
2.1mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
780μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `users` where `users`.`profile_id` = 77553 and `users`.`profile_id` is not null and `users`.`profile_type` = 'App\Models\Player' and `users`.`deleted_at` is null limit 1
1.49mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `clubs` where `clubs`.`id` = 1626 limit 1
820μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 77553 and `official` = 1 and `won` = 1 and `schedule` > '2024-05-30 10:03:56'
840μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 77553 and `official` = 1 and `won` = 0 and `schedule` > '2024-05-30 10:03:56'
1.01mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
900μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
940μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
880μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.14mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.23mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.02mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.09mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.38mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.34mspadelmanager_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" => "38273" "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/hector-77553" "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" => 1748599436.6824 "REQUEST_TIME" => 1748599436 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 30 May 2025 10:03:56 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IklBUVNVVmVRK284YkphM1h6RW9pS2c9PSIsInZhbHVlIjoiZjRVczRyNU4zblZjS1wvV1hHUjh4Z1Z5MlRlQnVPZmp4ZUdMSDgrZXdlRDYxcEhiRzBWaGhcL2I4Z0o4eWtuZ1RTIiwibWFjIjoiMTBkMTYxMzA4ZTkyMjY1ZjgyYTEyMjU0ODEzMWM4MjkxZTM0ZTM1MTZhMzE4OWVjZjI4NTc2MWRkMWM5YjUwNSJ9; expires=Fri, 30-May-2025 12:03:56 GMT; Max-Age=7200; path=/; domain=test.vola.plus ◀XSRF-TOKEN=eyJpdiI6IklBUVNVVmVRK284YkphM1h6RW9pS2c9PSIsInZhbHVlIjoiZjRVczRyNU4zblZjS1wvV1hHUjh4Z1Z5MlRlQnVPZmp4ZUdMSDgrZXdlRDYxcEhiRzBWaGhcL2I4Z0o4eWtuZ1RTIiwib ▶" 1 => "laravel_session_test=eyJpdiI6Imw3M1ZmbjJzRXlySUdiRExVZGN0d0E9PSIsInZhbHVlIjoiMGNoMzRQVzVwNENwb080OUQ5QUFBUFFIaDFwTUc2Q3JYcys5dExnb1ZoQ1VNanYxaFYweU1JYUJxbDJCdnFRVCIsIm1hYyI6IjJiMDQ0NWM5Y2ExOWI5MjRjZjMxNTQzNjI4NzFiMDg5MDJlMzhhOGI1MzkzMjZiZDA3ZWE2YzZlYmY0ZmY4YWYifQ%3D%3D; expires=Fri, 30-May-2025 12:03:56 GMT; Max-Age=7200; path=/; domain=test.vola.plus; httponly ◀laravel_session_test=eyJpdiI6Imw3M1ZmbjJzRXlySUdiRExVZGN0d0E9PSIsInZhbHVlIjoiMGNoMzRQVzVwNENwb080OUQ5QUFBUFFIaDFwTUc2Q3JYcys5dExnb1ZoQ1VNanYxaFYweU1JYUJxbDJCdnF ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IklBUVNVVmVRK284YkphM1h6RW9pS2c9PSIsInZhbHVlIjoiZjRVczRyNU4zblZjS1wvV1hHUjh4Z1Z5MlRlQnVPZmp4ZUdMSDgrZXdlRDYxcEhiRzBWaGhcL2I4Z0o4eWtuZ1RTIiwibWFjIjoiMTBkMTYxMzA4ZTkyMjY1ZjgyYTEyMjU0ODEzMWM4MjkxZTM0ZTM1MTZhMzE4OWVjZjI4NTc2MWRkMWM5YjUwNSJ9; expires=Fri, 30-May-2025 12:03:56 GMT; domain=test.vola.plus; path=/ ◀XSRF-TOKEN=eyJpdiI6IklBUVNVVmVRK284YkphM1h6RW9pS2c9PSIsInZhbHVlIjoiZjRVczRyNU4zblZjS1wvV1hHUjh4Z1Z5MlRlQnVPZmp4ZUdMSDgrZXdlRDYxcEhiRzBWaGhcL2I4Z0o4eWtuZ1RTIiwib ▶" 1 => "laravel_session_test=eyJpdiI6Imw3M1ZmbjJzRXlySUdiRExVZGN0d0E9PSIsInZhbHVlIjoiMGNoMzRQVzVwNENwb080OUQ5QUFBUFFIaDFwTUc2Q3JYcys5dExnb1ZoQ1VNanYxaFYweU1JYUJxbDJCdnFRVCIsIm1hYyI6IjJiMDQ0NWM5Y2ExOWI5MjRjZjMxNTQzNjI4NzFiMDg5MDJlMzhhOGI1MzkzMjZiZDA3ZWE2YzZlYmY0ZmY4YWYifQ%3D%3D; expires=Fri, 30-May-2025 12:03:56 GMT; domain=test.vola.plus; path=/; httponly ◀laravel_session_test=eyJpdiI6Imw3M1ZmbjJzRXlySUdiRExVZGN0d0E9PSIsInZhbHVlIjoiMGNoMzRQVzVwNENwb080OUQ5QUFBUFFIaDFwTUc2Q3JYcys5dExnb1ZoQ1VNanYxaFYweU1JYUJxbDJCdnF ▶" ] ]
0 of 0array:4 [▶ "_token" => "yWJ9jZXe11hP0Wl613O18SUvpaWAAwaL1LlC9I3d" "_previous" => array:1 [▶ "url" => "https://test.vola.plus/jugador/hector-77553" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]