Procesando...
Ranking
Puntos
Lado de juego
Revés
Ciudad
Cádiz
Club de juego habitual
-
Tipo | Competición | Fecha | Pareja | Categoría | Resultado |
---|---|---|---|---|---|
Torneo | 2ª PRUEBA MIXTOS. CIRCUITO BULLPADEL - HYUNDAI PERMOTOR | 07/07/2022 | Esther | 5ª MIXTOS | Playoff Campeón |
Torneo | III TORNEO MIXTOS CIRCUITO BULLPADEL - HYUNDAI PERMOTOR | 01/10/2021 | Nieves | 3ª MIXTOS | Playoff Campeón |
1 x Booting (51.99%) | 111ms |
1 x Application (48%) | 103ms |
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` = 'miguel-angel-macias-270207' and `players`.`deleted_at` is null limit 1
2.26mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `sports` where `sports`.`id` = 1 and `sports`.`deleted_at` is null limit 1
840μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 270207
2.09mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `player_sports` where `player_id` = 270207 and `sport_id` = 1 limit 1
1.34mspadelmanager_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 = 270207
and c.sport_id = 1
4.16mspadelmanager_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 = 270207
1.56mspadelmanager_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 = 45
) as ranking
WHERE ranking.id = 270207
1.34mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` = 270207 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.38mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `player_id` <> 270207 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` = 297028 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.29mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select `id`, `name`, `surname`, `slug` from `players` where `players`.`id` in (265513) and `players`.`deleted_at` is null
640μspadelmanager_dbMetadata |
---|
select * from `cities` where `cities`.`id` = 45 limit 1
710μ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` = 270207 order by `start_date` desc, `status` desc
2.95mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `competitions` where `competitions`.`id` in (4555, 5625) and `competitions`.`deleted_at` is null
1mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `clubs` where `clubs`.`id` in (1877)
990μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_categories` where `competition_categories`.`id` in (29873, 33307)
690μspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `categories` where `categories`.`id` in (1813, 1845)
1.54mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `team_players` where `competition_team_id` = 297028 and `player_id` <> 270207 limit 1
950μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (265513) and `players`.`deleted_at` is null
2.89mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 297028 or `team2_id` = 297028 order by `competition_matches`.`id` desc
2.23mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `team_players` where `competition_team_id` = 242801 and `player_id` <> 270207 limit 1
1.23mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `players` where `players`.`id` in (250673) and `players`.`deleted_at` is null
3.32mspadelmanager_dbMetadata | |
---|---|
Hints |
|
select * from `competition_matches` inner join `competition_stages` on `stage_id` = `competition_stages`.`id` where `team1_id` = 242801 or `team2_id` = 242801 order by `competition_matches`.`id` desc
5.54mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.47mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `users` where `users`.`profile_id` = 270207 and `users`.`profile_id` is not null and `users`.`profile_type` = 'App\Models\Player' and `users`.`deleted_at` is null limit 1
1.94mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `clubs` where `clubs`.`id` = 0 limit 1
1.78mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 270207 and `official` = 1 and `won` = 1 and `schedule` > '2024-05-30 08:00:51'
1.5mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `all_matches_with_players` where `player_id` = 270207 and `official` = 1 and `won` = 0 and `schedule` > '2024-05-30 08:00:51'
1.63mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.75mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.05mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
960μspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
2.57mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.71mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.54mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.72mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
2.47mspadelmanager_dbMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `countries` where `active` = 1
1.16mspadelmanager_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" => "61077" "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/miguel-angel-macias-270207" "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" => 1748592051.6004 "REQUEST_TIME" => 1748592051 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 30 May 2025 08:00:51 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjV6NGN2dlNwZ1FrMGRiVUlRRlFueEE9PSIsInZhbHVlIjoia2xHWUJcL3BTbGtXOXRMSHNPaDBQTUpEcTVRYlIwRFJTd0dvRGl4c3Noa2RMQVpxMVVNNFdiZ282TThqUW9sZFUiLCJtYWMiOiJhNWQzMjBmYWIzNDBkZGQxNjQ2ZTIwYmY4YWNiNmZlYTgxZDQxNjA3Mjk3NWZjNWFjZTQzZDI5MTNhNzIwZjk4In0%3D; expires=Fri, 30-May-2025 10:00:51 GMT; Max-Age=7200; path=/; domain=test.vola.plus ◀XSRF-TOKEN=eyJpdiI6IjV6NGN2dlNwZ1FrMGRiVUlRRlFueEE9PSIsInZhbHVlIjoia2xHWUJcL3BTbGtXOXRMSHNPaDBQTUpEcTVRYlIwRFJTd0dvRGl4c3Noa2RMQVpxMVVNNFdiZ282TThqUW9sZFUiLCJtY ▶" 1 => "laravel_session_test=eyJpdiI6InZ3QjZra1haSEJRM2tTK0FlaFwveUZnPT0iLCJ2YWx1ZSI6IjFCeWR3Zlwvb1UxaVNkdzFVa0NcL3hBZHJsZGhxR29YNklvSk9cL0FxWm5XMXZsTkI1NDZyOGVVazQ1dHJWYVpyMTAiLCJtYWMiOiJkMDI3YzM1N2M2NjgxY2I1MDJmODk4MTZhOTUxMDU5MzA0YWJmZmIwYmViZjBhZGVjOTlhMDQ1ZTMwZmRhYjIxIn0%3D; expires=Fri, 30-May-2025 10:00:51 GMT; Max-Age=7200; path=/; domain=test.vola.plus; httponly ◀laravel_session_test=eyJpdiI6InZ3QjZra1haSEJRM2tTK0FlaFwveUZnPT0iLCJ2YWx1ZSI6IjFCeWR3Zlwvb1UxaVNkdzFVa0NcL3hBZHJsZGhxR29YNklvSk9cL0FxWm5XMXZsTkI1NDZyOGVVazQ1dHJ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjV6NGN2dlNwZ1FrMGRiVUlRRlFueEE9PSIsInZhbHVlIjoia2xHWUJcL3BTbGtXOXRMSHNPaDBQTUpEcTVRYlIwRFJTd0dvRGl4c3Noa2RMQVpxMVVNNFdiZ282TThqUW9sZFUiLCJtYWMiOiJhNWQzMjBmYWIzNDBkZGQxNjQ2ZTIwYmY4YWNiNmZlYTgxZDQxNjA3Mjk3NWZjNWFjZTQzZDI5MTNhNzIwZjk4In0%3D; expires=Fri, 30-May-2025 10:00:51 GMT; domain=test.vola.plus; path=/ ◀XSRF-TOKEN=eyJpdiI6IjV6NGN2dlNwZ1FrMGRiVUlRRlFueEE9PSIsInZhbHVlIjoia2xHWUJcL3BTbGtXOXRMSHNPaDBQTUpEcTVRYlIwRFJTd0dvRGl4c3Noa2RMQVpxMVVNNFdiZ282TThqUW9sZFUiLCJtY ▶" 1 => "laravel_session_test=eyJpdiI6InZ3QjZra1haSEJRM2tTK0FlaFwveUZnPT0iLCJ2YWx1ZSI6IjFCeWR3Zlwvb1UxaVNkdzFVa0NcL3hBZHJsZGhxR29YNklvSk9cL0FxWm5XMXZsTkI1NDZyOGVVazQ1dHJWYVpyMTAiLCJtYWMiOiJkMDI3YzM1N2M2NjgxY2I1MDJmODk4MTZhOTUxMDU5MzA0YWJmZmIwYmViZjBhZGVjOTlhMDQ1ZTMwZmRhYjIxIn0%3D; expires=Fri, 30-May-2025 10:00:51 GMT; domain=test.vola.plus; path=/; httponly ◀laravel_session_test=eyJpdiI6InZ3QjZra1haSEJRM2tTK0FlaFwveUZnPT0iLCJ2YWx1ZSI6IjFCeWR3Zlwvb1UxaVNkdzFVa0NcL3hBZHJsZGhxR29YNklvSk9cL0FxWm5XMXZsTkI1NDZyOGVVazQ1dHJ ▶" ] ]
0 of 0array:4 [▶ "_token" => "cHezr8FXQANVIWCDL9oc7KtdpSw1hfg7XH99Ylfv" "_previous" => array:1 [▶ "url" => "https://test.vola.plus/jugador/miguel-angel-macias-270207" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]