ReyRey


Total World Records: ??
Country: GB

Stars Earned
9
15
3
9

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
Big Blue Bouncy Ball Mr. Blue 22 7388 -92612 -44824 100000 2025-04-15 17:03:34
Gallecode NoVus 20 23817 -76183 -30473 100000 2025-04-12 19:00:52
Click Bait S3RL feat. GL!TCH 20 76734 -23266 -9306 100000 2025-07-24 12:38:50
Darkness Sanxion7 22 12145 -87855 -42522 100000 2025-04-21 16:26:59
EternuS Sanxion7 20 999 -99001 -39600 100000 2025-05-20 10:50:08
Feel The Melody S3RL feat. Sara 20 85097 -14903 -5961 100000 2025-03-16 14:29:34
Speed Over Beethoven Rose 22 59434 -40566 -19634 100000 2025-07-24 13:35:31
Devil Inside CRMNL 19 92466 -7534 -2720 100000 2025-06-18 13:01:19
On My Own Anamanaguchi feat. HANA 21 321 -99679 -43958 100000 2025-03-08 19:08:17
Summer Smiley 25 3580 -96420 -60263 100000 2025-03-01 18:40:35
The Judgement Day Naoki feat. Riyu Kosaka 19 83553 -16447 -5937 100000 2025-03-01 17:39:47
Katana Fighter Electron 22 82292 -17708 -8571 100000 2025-07-24 13:31:41
Butterfly Swingrowers 19 84796 -15204 -5489 100000 2025-02-27 18:43:09
Paradox Naoki feat. Riyu Kosaka 20 83494 -16506 -6602 100000 2025-03-07 20:47:54
The Naughty Song Oscillator X 19 93533 -6467 -2335 100000 2025-04-12 18:57:56
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 75723 -24277 -8764 100000 2025-02-22 17:46:10
Bewitched PIXY 22 80561 -19439 -9408 100000 2025-07-24 13:28:51
Pump It Electric Callboy 21 8209 -91791 -40480 100000 2025-02-22 18:18:11
Villain PIXY 20 88847 -11153 -4461 100000 2025-05-20 10:50:08
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 38715 -61285 -32420 100000 2025-07-24 12:45:13
Trigger CraXy 21 86453 -13547 -5974 100000 2025-03-23 18:46:47
TURBO Tokyo Machine 21 80108 -19892 -8772 100000 2025-02-22 19:30:11
Only You DEXTER KING feat. Alexis Donn 19 85688 -14312 -5167 100000 2025-02-03 17:49:06
Born to Run Red Parker 19 86677 -13323 -4810 100000 2025-03-23 15:52:12
Nothing Else Matters Katya Ocean 19 90522 -9478 -3422 100000 2025-02-27 18:38:40
Keep On Dancing BEAUZ feat. Heleen 20 81506 -18494 -7398 100000 2025-02-16 14:22:18
Boogeyman Wizardz of Oz 19 90339 -9661 -3488 100000 2025-04-12 18:38:56
Supernova Laszlo 22 34142 -65858 -31875 100000 2025-02-22 20:00:53
Truth or Dare PIXY 19 90035 -9965 -3597 100000 2025-06-18 13:01:19
Music Is Moving Tatsunoshin 23 65859 -34141 -18061 100000 2025-04-12 19:04:32
Big Boss Big Boss 21 78626 -21374 -9426 100000 2025-03-01 18:36:53
Bad Revenge from20 20 88990 -11010 -4404 100000 2025-06-18 13:01:19
Where Did You Go Tatsunoshin 21 70860 -29140 -12851 100000 2025-02-22 20:41:44
Angel Wynona 21 87106 -12894 -5686 100000 2025-07-24 13:26:11
Daydream Danny Leax 21 81645 -18355 -8095 100000 2025-04-12 19:38:58
Letting Go Bensley & Voicians 19 74797 -25203 -9098 100000 2025-06-07 15:12:02
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Rival )  3.0224
Total Execution Time  3.0264
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,941,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/20877/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.0014 seconds)  (Hide)
0.0083   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` = '20877'
GROUP BY `gs`.`grade
0.0029   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` = '20877'
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` = '20877'
AND `r`.`name` = 'total' 
2.9899   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)