Charurun


Total World Records: ??
Country: US

Stars Earned
3
18
7

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
Remember December Smiley 22 54874 -45126 -21841 100000 2023-12-28 00:55:23
Medicine 2013 Kim Leoni 19 28220 -71780 -25913 100000 2023-05-07 20:30:58
Everything Is Changing Rikah 19 73995 -26005 -9388 100000 2023-10-15 21:13:35
Click Bait S3RL feat. GL!TCH 20 84873 -15127 -6051 100000 2023-05-12 23:38:17
Feel The Melody S3RL feat. Sara 20 79519 -20481 -8192 100000 2024-12-31 00:44:59
Gargoyle Sanxion7 24 85 -99915 -57551 100000 2022-12-17 21:10:17
Xuxa Smiley 23 68199 -31801 -16823 100000 2023-05-12 23:56:32
Be Alive Stian K 20 71504 -28496 -11398 100000 2023-05-12 23:36:08
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 79893 -20107 -7259 100000 2023-10-15 21:16:27
Ari Oh Jenny Kee 20 81250 -18750 -7500 100000 2022-12-17 20:55:14
Speed Over Beethoven Rose 22 62341 -37659 -18227 100000 2023-06-19 21:50:32
Megalovania Toby Fox 21 80688 -19312 -8517 100000 2023-12-15 22:19:29
Beethoven Virus BanYa 22 75263 -24737 -11973 100000 2023-12-28 00:52:27
The Judgement Day Naoki feat. Riyu Kosaka 19 81846 -18154 -6554 100000 2022-12-17 21:29:41
Step Up Amadeus BanYa 22 71402 -28598 -13841 100000 2023-12-15 22:53:10
If You Can Say Goodbye Kate Project 19 75698 -24302 -8773 100000 2023-10-15 21:18:32
Paradox Naoki feat. Riyu Kosaka 20 77547 -22453 -8981 100000 2024-12-31 00:47:21
Dark Fenix DE-SIRE 22 67948 -32052 -15513 100000 2023-12-15 22:39:35
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 74551 -25449 -13463 100000 2023-12-15 23:09:27
Only You DEXTER KING feat. Alexis Donn 19 77375 -22625 -8168 100000 2023-05-07 20:33:00
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 71979 -28021 -14823 100000 2023-12-15 23:30:44
Crab Rave Noisestorm 20 81297 -18703 -7481 100000 2023-12-15 23:28:42
Forever and a Day Dy5on feat. Silver Angelina 22 78581 -21419 -10367 100000 2023-12-15 23:26:47
Down Low Hr. Troels x Felix Schorn 20 77526 -22474 -8990 100000 2023-05-12 23:52:39
2NITE nanobii 21 71280 -28720 -12666 100000 2023-12-15 23:12:16
Stockholm to Bombay Dr. Bombay 21 73376 -26624 -11741 100000 2023-06-19 21:44:00
Under The Bed Macks Wolf X Tatsunoshin 21 78879 -21121 -9314 100000 2023-12-28 00:41:27
What Ya Gonna Do Scott Brown 21 76932 -23068 -10173 100000 2024-06-20 20:25:23
  BENCHMARKS  
Loading Time: Base Classes  0.0045
Controller Execution Time ( Main / Rival )  2.6163
Total Execution Time  2.6210
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,909,728 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8012/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.6063 seconds)  (Hide)
0.0038   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` = '8012'
GROUP BY `gs`.`grade
0.0016   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` = '8012'
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` = '8012'
AND `r`.`name` = 'total' 
2.6007   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)