Procesando...
Ranking
Puntos
Lado de juego
Ambos
Ciudad
Madrid
Club de juego habitual
In Motion Padel Club
Tipo | Competición | Fecha | Pareja | Categoría | Resultado |
---|---|---|---|---|---|
Torneo | 3ª PRUEBA CIRCUITO FUNDACIÓN ATLÉTICO DE MADRID | 27/10/2016 | Pablo | 2ª Masculina | Playoff Campeón |
1 x Booting (56.09%) | 104ms |
1 x Application (43.9%) | 81.64ms |
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-baricco-prats-13967' and `players`.`deleted_at` is null limit 1
4.43mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `sports` where `sports`.`id` = 1 and `sports`.`deleted_at` is null limit 1
1.03mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 13967
2.09mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 13967 and `sport_id` = 1 limit 1
920μ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 = 13967
and c.sport_id = 1
4.43mspadelmanager_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 = 13967
910μ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 = 15
) as ranking
WHERE ranking.id = 13967
710μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` = 13967 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.16mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` <> 13967 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` = 11296 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.46mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select `id`, `name`, `surname`, `slug` from `players` where `players`.`id` in (13968) and `players`.`deleted_at` is null
750μspadelmanager_dbMetadata |
---|
select * from `cities` where `cities`.`id` = 15 limit 1
780μ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` = 13967 order by `start_date` desc, `status` desc
2.1mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competitions` where `competitions`.`id` in (194) and `competitions`.`deleted_at` is null
840μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `clubs` where `clubs`.`id` in (712)
900μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_categories` where `competition_categories`.`id` in (1286)
520μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `categories` where `categories`.`id` in (2)
580μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `team_players` where `competition_team_id` = 11296 and `player_id` <> 13967 limit 1
840μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (13968) and `players`.`deleted_at` is null
810μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 11296 or `team2_id` = 11296 order by `competition_matches`.`id` desc
2.11mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.16mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `users` where `users`.`profile_id` = 13967 and `users`.`profile_id` is not null and `users`.`profile_type` = 'App\Models\Player' and `users`.`deleted_at` is null limit 1
980μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `clubs` where `clubs`.`id` = 1342 limit 1
1.18mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 13967 and `official` = 1 and `won` = 1 and `schedule` > '2024-05-30 08:11:37'
930μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 13967 and `official` = 1 and `won` = 0 and `schedule` > '2024-05-30 08:11:37'
970μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
2.29mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.32mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.03mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.43mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
2.4mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.46mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
910μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.06mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.24mspadelmanager_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" => "18216" "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-baricco-prats-13967" "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" => 1748592697.2301 "REQUEST_TIME" => 1748592697 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 30 May 2025 08:11:37 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImN4WTVLYk1BRUNwNjBKNG94cUZqeHc9PSIsInZhbHVlIjoicGxjdWhaR1Q3eEhKd0dpRmVhdHpQbW9IYnM1WlYxSkRobE9CcDNjaDduTlZmdCtoMEprNEp1OTA0M3ZFYjJNOCIsIm1hYyI6ImU2ZGJkMjg2NjkyYzcxMDBlNmMwZjlmYzI1NDEzOTVhNDU1OWM3MGE4YmE5N2E4MjNhN2IxNzZmODhiYjkzZDAifQ%3D%3D; expires=Fri, 30-May-2025 10:11:37 GMT; Max-Age=7200; path=/; domain=test.vola.plus ◀XSRF-TOKEN=eyJpdiI6ImN4WTVLYk1BRUNwNjBKNG94cUZqeHc9PSIsInZhbHVlIjoicGxjdWhaR1Q3eEhKd0dpRmVhdHpQbW9IYnM1WlYxSkRobE9CcDNjaDduTlZmdCtoMEprNEp1OTA0M3ZFYjJNOCIsIm1hY ▶" 1 => "laravel_session_test=eyJpdiI6IkxGMVJrdEVJVmZXVkhlN0kzWXh0OHc9PSIsInZhbHVlIjoibFVVd3VZdVFWZ3cyYU9cLzJBZlhDcjdheVpyZHhqTHJKS1d6TmdQTHJqakYzaUpJV1YyRmZnXC9xWUdsV084WDVHIiwibWFjIjoiZjg0N2I4ZjE4OWQ4NzBlNTQyM2E4MTljYzA1NDEwMjJjMDBjZTQ2ZmZmYjAwZDU2NjRiZTFhNTE3NWU2ZDYxZSJ9; expires=Fri, 30-May-2025 10:11:37 GMT; Max-Age=7200; path=/; domain=test.vola.plus; httponly ◀laravel_session_test=eyJpdiI6IkxGMVJrdEVJVmZXVkhlN0kzWXh0OHc9PSIsInZhbHVlIjoibFVVd3VZdVFWZ3cyYU9cLzJBZlhDcjdheVpyZHhqTHJKS1d6TmdQTHJqakYzaUpJV1YyRmZnXC9xWUdsV08 ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImN4WTVLYk1BRUNwNjBKNG94cUZqeHc9PSIsInZhbHVlIjoicGxjdWhaR1Q3eEhKd0dpRmVhdHpQbW9IYnM1WlYxSkRobE9CcDNjaDduTlZmdCtoMEprNEp1OTA0M3ZFYjJNOCIsIm1hYyI6ImU2ZGJkMjg2NjkyYzcxMDBlNmMwZjlmYzI1NDEzOTVhNDU1OWM3MGE4YmE5N2E4MjNhN2IxNzZmODhiYjkzZDAifQ%3D%3D; expires=Fri, 30-May-2025 10:11:37 GMT; domain=test.vola.plus; path=/ ◀XSRF-TOKEN=eyJpdiI6ImN4WTVLYk1BRUNwNjBKNG94cUZqeHc9PSIsInZhbHVlIjoicGxjdWhaR1Q3eEhKd0dpRmVhdHpQbW9IYnM1WlYxSkRobE9CcDNjaDduTlZmdCtoMEprNEp1OTA0M3ZFYjJNOCIsIm1hY ▶" 1 => "laravel_session_test=eyJpdiI6IkxGMVJrdEVJVmZXVkhlN0kzWXh0OHc9PSIsInZhbHVlIjoibFVVd3VZdVFWZ3cyYU9cLzJBZlhDcjdheVpyZHhqTHJKS1d6TmdQTHJqakYzaUpJV1YyRmZnXC9xWUdsV084WDVHIiwibWFjIjoiZjg0N2I4ZjE4OWQ4NzBlNTQyM2E4MTljYzA1NDEwMjJjMDBjZTQ2ZmZmYjAwZDU2NjRiZTFhNTE3NWU2ZDYxZSJ9; expires=Fri, 30-May-2025 10:11:37 GMT; domain=test.vola.plus; path=/; httponly ◀laravel_session_test=eyJpdiI6IkxGMVJrdEVJVmZXVkhlN0kzWXh0OHc9PSIsInZhbHVlIjoibFVVd3VZdVFWZ3cyYU9cLzJBZlhDcjdheVpyZHhqTHJKS1d6TmdQTHJqakYzaUpJV1YyRmZnXC9xWUdsV08 ▶" ] ]
0 of 0array:4 [▶ "_token" => "DR8xJiHBphPDbH9zYilqzzhvjtFlLmRl16DEzBoW" "_previous" => array:1 [▶ "url" => "https://test.vola.plus/jugador/ignacio-baricco-prats-13967" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]