Redstone


Total World Records: ??
Country: US

Stars Earned
10
4
1
21
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
Joanna Crazy Loop 19 85105 -14895 -5377 100000 2024-05-31 01:47:30
Link Line Asterisk 25 44567 -55433 -34646 100000 2022-05-03 15:46:02
Mexi Mexi Mozquito 20 98020 -1980 -792 100000 2022-05-03 15:46:02
Drifting Away Filo Bedo 20 89868 -10132 -4053 100000 2024-06-13 01:51:07
Ize Pie Headtwist & Pump 19 95838 -4162 -1502 100000 2022-05-03 15:59:23
Temple Of Boom Yannis Kamarinos 23 92607 -7393 -3911 100000 2024-06-13 02:47:21
Boom Boom Dollars King Kong & D'Jungle Girls 21 85732 -14268 -6292 100000 2024-09-18 21:18:15
Become Astral Ash Astral 22 83064 -16936 -8197 100000 2024-05-31 02:06:24
Monolith Affinity 25 86460 -13540 -8463 100000 2024-09-18 22:01:15
Ghosts Tenth Planet 20 90681 -9319 -3728 100000 2024-05-31 02:00:52
Bye Bye Baby Balloon Joga 21 88130 -11870 -5235 100000 2024-08-27 22:28:13
Dam Dariram Joga 20 97805 -2195 -878 100000 2022-05-03 15:59:23
So Deep Silvertear 21 93470 -6530 -2880 100000 2024-06-13 02:14:55
My Baby Mama Anquette 21 87738 -12262 -5408 100000 2024-09-18 21:44:48
Silence Fracus & Darwin 22 85399 -14601 -7067 100000 2024-06-13 02:12:34
Doh! Tale & Dutch 20 92543 -7457 -2983 100000 2024-08-27 22:31:53
Show U Love Entity 22 57534 -42466 -20554 100000 2024-04-25 23:25:46
Twelve Riyu Kosaka 20 87364 -12636 -5054 100000 2024-04-26 00:08:14
BU-44 Naoki 21 93440 -6560 -2893 100000 2022-05-03 15:38:51
Kagami KaW 21 94753 -5247 -2314 100000 2024-06-13 02:41:35
Temple Of Love E-Rotic 21 80372 -19628 -8656 100000 2024-04-26 00:02:57
The Judgement Day Naoki feat. Riyu Kosaka 19 2865 -97135 -35066 100000 2024-04-26 00:05:34
Dr. M BanYa 23 80488 -19512 -10322 100000 2024-08-27 22:37:29
Paradox Naoki feat. Riyu Kosaka 20 92870 -7130 -2852 100000 2024-09-18 21:41:55
Ring The Alarm M-Project & Signal 22 84277 -15723 -7610 100000 2024-06-13 02:09:30
403 NAOKI underground 23 85552 -14448 -7643 100000 2022-05-03 15:38:51
Disco High Ultimate Heights 21 90853 -9147 -4034 100000 2024-09-18 21:25:49
Dark Fenix DE-SIRE 22 88504 -11496 -5564 100000 2024-09-18 21:55:34
Meta Dreadnaught Machinae Supremacy 21 88470 -11530 -5085 100000 2024-08-27 22:41:19
Rainbow Rave Parade Chime 24 43160 -56840 -32740 100000 2024-08-27 22:45:21
Right Into You The Tech Team 20 88569 -11431 -4572 100000 2024-04-25 23:23:36
Bambole (Ole) Papa Gonzalez 20 91317 -8683 -3473 100000 2024-05-31 01:44:55
Techno World NAOKI underground 22 78214 -21786 -10544 100000 2024-04-25 23:56:49
Every Little Thing Conro 21 89057 -10943 -4826 100000 2024-06-13 01:53:33
Candy Pop Luv Limited -NM- 21 48621 -51379 -22658 100000 2024-09-18 21:21:43
Elysium Scott Brown 21 95823 -4177 -1842 100000 2024-05-31 02:03:04
Falling In Love No Hero & Nino Rivera 22 92367 -7633 -3694 100000 2024-09-18 21:58:47
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.9695
Total Execution Time  2.9723
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,943,032 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6544/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.9575 seconds)  (Hide)
0.0014   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` = '6544'
GROUP BY `gs`.`grade
0.0011   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` = '6544'
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` = '6544'
AND `r`.`name` = 'total' 
2.9549   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)