Tangr


Total World Records: ??
Country: US

Stars Earned
15
17
2
1

Currently displaying scores for mode. Select another difficulty to view scores for it.

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
In The Hall Of The Mountain King KaW 22 84748 -15252 -7382 100000 2024-06-21 22:02:59
Bagpipe A-Moe 20 85743 -14257 -5703 100000 2023-08-07 01:23:29
It Gets Better Eskimo feat. Maria Merete 21 87165 -12835 -5660 100000 2024-07-20 18:24:42
That Night Eskimo & Icebird 21 87490 -12510 -5517 100000 2024-06-21 22:00:12
Y Don't U Deeper Territory 22 75474 -24526 -11871 100000 2025-03-29 04:06:45
Everything Is Changing Rikah 19 83282 -16718 -6035 100000 2024-06-21 21:29:32
Drifting Away Filo Bedo 20 78628 -21372 -8549 100000 2024-06-29 19:56:27
Fleadh Uncut Ian Parker 21 85824 -14176 -6252 100000 2024-06-29 20:11:32
Boom Boom Dollars King Kong & D'Jungle Girls 21 89639 -10361 -4569 100000 2025-03-29 04:24:00
Become Astral Ash Astral 22 76180 -23820 -11529 100000 2025-03-29 04:16:44
Waka Laka Jenny Rom vs. The Zippers 21 89053 -10947 -4828 100000 2025-03-29 03:57:59
Senorita Jenny Rom 23 77469 -22531 -11919 100000 2025-03-29 03:49:09
Typical Tropical Bambee 19 92704 -7296 -2634 100000 2025-03-29 03:53:45
Esperanza KaW 22 59238 -40762 -19729 100000 2024-07-20 18:21:38
Stay Tess 20 86555 -13445 -5378 100000 2025-03-29 03:51:32
Fantasy Melissa 21 90044 -9956 -4391 100000 2024-06-29 20:08:41
Nothing Gonna Stop Micky 20 92885 -7115 -2846 100000 2024-06-21 21:47:54
I'm Crazy For Your Love Black Eva 21 88240 -11760 -5186 100000 2024-07-20 18:27:28
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 90619 -9381 -4137 100000 2024-06-29 20:05:30
Nori Nori Nori Judy Crystal 21 85383 -14617 -6446 100000 2025-03-29 03:44:51
Beethoven Virus BanYa 22 84895 -15105 -7311 100000 2024-06-29 20:02:00
In The Heat Of The Night E-Rotic 20 93805 -6195 -2478 100000 2024-06-29 19:58:50
Operator Miss Papaya 19 95918 -4082 -1474 100000 2025-03-29 03:47:00
op13 riddle 22 83052 -16948 -8203 100000 2024-06-21 22:13:24
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 91262 -8738 -3853 100000 2025-03-29 03:55:53
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 83187 -16813 -8894 100000 2024-06-21 22:15:40
2NITE nanobii 21 85787 -14213 -6268 100000 2025-03-29 04:11:43
Big Boss Big Boss 21 93281 -6719 -2963 100000 2025-03-29 04:21:20
Paranoid 180 24 46823 -53177 -30630 100000 2025-03-29 03:26:57
Set My Heart On Fire Rocket Man 22 85312 -14688 -7109 100000 2025-03-29 03:24:50
Running In The 90s Max Coveri 23 63192 -36808 -19471 100000 2025-03-29 03:22:36
When The Sun Goes Down Ken Blast 22 91899 -8101 -3921 100000 2025-03-29 04:04:26
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 82398 -17602 -7762 100000 2025-03-29 03:18:39
My Heart Is Ticking Like A Bomb E-Rotic 20 87903 -12097 -4839 100000 2025-03-29 03:20:36
No Rules Foxela & Britt Lari 19 93734 -6266 -2262 100000 2025-03-29 03:13:09
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Rival )  3.0987
Total Execution Time  3.1015
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,304 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11261/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (3.0901 seconds)  (Hide)
0.0649   SELECT `gs`.`grade`, count(*) as count
FROM 
`gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `gamer_scores` as `gsON `gs`.`id` = `ghs`.`gamer_score_id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
AND `ghs`.`gamer_id` = '11261'
GROUP BY `gs`.`grade
0.0036   SELECT `s`.`id` as `song_id`, `ghs`.`song_chart_id`, `s`.`title` as `title`, `s`.`artist`, `sc`.`difficulty`, `ghs`.`created_at` as `date`, `ghs`.`score`, `gs`.`flags`, `gs`.`perfect1`, `gs`.`perfect2`, `gs`.`early`, `gs`.`green`, `gs`.`yellow`, `gs`.`red`, `gs`.`late`, `gs`.`misses`, `gs`.`grade`, `s`.`game_song_id`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
JOIN `gamer_scores` as `gsON `ghs`.`gamer_score_id` = `gs`.`id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `sc`.`edit_keyIS NULL
AND `ghs`.`gamer_id` = '11261'
AND `ghs`.`private` = 
0.0002   SELECT `id`, `first_name` as `first`, `last_name` as `last`, `username`, `country`, `picture_path`, `hex_color`, `r`.`rank` as `rank_points`
FROM `gamers` as `g`
JOIN `statmani_devel`.`ranking` as `rON `r`.`user_id` = `g`.`id`
WHERE `id` = '11261'
AND `r`.`name` = 'total' 
3.0214   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  DATABASE:  stepmani_db (Stats:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Api_model:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Main:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  HTTP HEADERS  (Show)
  CONFIG VARIABLES  (Show)