yyryyr


Total World Records: ??
Country: US

Stars Earned
27
8

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
Party People Andy Stroke 19 97470 -2530 -913 100000 2018-09-08 17:35:55
Crazyloop Crazy Loop 22 98734 -1266 -613 100000 2024-01-28 21:25:56
Ra Banzai 21 98554 -1446 -638 100000 2018-09-08 17:35:55
ROM-eo & Juli8 Nina 19 97396 -2604 -940 100000 2023-11-26 02:47:10
Temple Of Boom Yannis Kamarinos 23 90845 -9155 -4843 100000 2024-01-28 21:40:51
Click Bait S3RL feat. GL!TCH 20 99450 -550 -220 100000 2024-09-28 15:05:45
Who R You Leo Pigot 21 92765 -7235 -3191 100000 2023-11-26 02:49:27
So Deep Silvertear 21 97475 -2525 -1114 100000 2024-05-05 01:43:34
Dam Dadi Doo Fantasy Project 22 90463 -9537 -4616 100000 2024-04-07 20:32:43
Dopamine You In Mind 23 94839 -5161 -2730 100000 2024-01-28 22:05:26
Nightmare FSJ feat. Tara Louise 21 97327 -2673 -1179 100000 2025-02-01 00:42:40
Confusion Tess 22 95020 -4980 -2410 100000 2024-01-28 21:56:10
On My Own Anamanaguchi feat. HANA 21 90923 -9077 -4003 100000 2024-06-29 00:39:22
Charlene Missing Heart 22 92552 -7448 -3605 100000 2024-04-07 20:29:31
Katana Fighter Electron 22 98697 -1303 -631 100000 2024-04-07 20:22:54
Ring The Alarm M-Project & Signal 22 97435 -2565 -1241 100000 2024-04-21 18:25:20
Follow My Pamp Andrea Damante feat. Adam Clay 20 96661 -3339 -1336 100000 2023-11-26 02:42:39
BUBBLES Tokyo Machine 22 96306 -3694 -1788 100000 2024-04-21 18:29:25
The Shrimps Vertigini 20 95932 -4068 -1627 100000 2024-06-29 00:41:43
Just Do It Swingrowers 21 97095 -2905 -1281 100000 2025-02-01 00:58:42
TURBO Tokyo Machine 21 98858 -1142 -504 100000 2024-04-07 20:19:48
Only You DEXTER KING feat. Alexis Donn 19 99118 -882 -318 100000 2024-04-21 18:42:52
Northern Lights Saxsquatch 21 97697 -2303 -1016 100000 2024-04-07 20:16:27
Techno World NAOKI underground 22 97810 -2190 -1060 100000 2024-01-28 21:38:17
Work Stella Mwangi 21 97601 -2399 -1058 100000 2024-04-07 20:25:42
Dream of You Bishu 22 91502 -8498 -4113 100000 2024-01-28 21:30:03
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 96873 -3127 -1251 100000 2024-09-28 15:09:06
Electronic City Pops TOKYO twilight scene 21 98878 -1122 -495 100000 2024-04-21 18:45:44
Where Did You Go Tatsunoshin 21 95083 -4917 -2168 100000 2025-02-01 00:45:30
When The Sun Goes Down Ken Blast 22 93532 -6468 -3131 100000 2025-06-01 17:31:30
My Heart Is Ticking Like A Bomb E-Rotic 20 97238 -2762 -1105 100000 2025-06-01 17:37:07
No Rules Foxela & Britt Lari 19 99087 -913 -330 100000 2025-06-01 17:34:34
Halley's Comet Jenna Drey & Joe Bermudez 19 97951 -2049 -740 100000 2025-07-25 23:36:00
Letting Go Bensley & Voicians 19 94894 -5106 -1843 100000 2025-07-25 23:33:09
Ping Pong AronChupa & Little Sis Nora 20 96316 -3684 -1474 100000 2025-07-25 23:30:53
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  3.0038
Total Execution Time  3.0070
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,937,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/527/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 (2.9947 seconds)  (Hide)
0.0035   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` = '527'
GROUP BY `gs`.`grade
0.0045   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` = '527'
AND `ghs`.`private` = 
0.0003   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` = '527'
AND `r`.`name` = 'total' 
2.9864   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)