redshirt


Total World Records: ??
Country: US

Stars Earned
21
12

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
Dance Vibrations Elpis 19 89328 -10672 -3853 100000 2018-01-18 01:33:56
Dynamo Oscillator X 19 91380 -8620 -3112 100000 2018-01-18 01:36:07
Land Of The Lost Banzai 19 93763 -6237 -2252 100000 2018-01-18 01:45:05
Party All Night KaW feat. Sam-I-Am 20 83432 -16568 -6627 100000 2018-02-11 20:22:42
Time is Ticking Elpis feat. Black Elway 19 90760 -9240 -3336 100000 2018-01-18 02:03:46
All Of Me Klubbmover 20 89690 -10310 -4124 100000 2018-01-30 02:16:41
Can't Get Enough Miradey 20 85338 -14662 -5865 100000 2018-01-30 02:23:02
Firewalker Xenon 19 88771 -11229 -4054 100000 2018-01-18 01:40:30
Lucky Star Miradey 20 87215 -12785 -5114 100000 2018-01-18 01:47:18
Party People Andy Stroke 19 86490 -13510 -4877 100000 2018-01-18 01:57:41
Shoulda SUNN 20 87204 -12796 -5118 100000 2018-02-11 20:32:19
The Rainmaker Doug Laurent 20 81989 -18011 -7204 100000 2018-02-11 20:10:59
Bagpipe A-Moe 20 88542 -11458 -4583 100000 2018-01-30 02:18:53
Birdie Doolittle 19 83263 -16737 -6042 100000 2018-01-18 01:22:24
Can't Let Go Jenna Drey 19 91097 -8903 -3214 100000 2018-01-18 01:29:03
Change The World Nathalie & Kim Lukas 19 93841 -6159 -2223 100000 2018-01-18 01:31:52
Dream A Dream Captain Jack 20 80706 -19294 -7718 100000 2018-01-30 02:32:50
It Gets Better Eskimo feat. Maria Merete 21 86132 -13868 -6116 100000 2018-03-04 02:00:03
Joanna Crazy Loop 19 84158 -15842 -5719 100000 2018-02-11 20:04:17
Million Feelings Chriss Floren 19 87920 -12080 -4361 100000 2018-01-18 01:51:34
Moonstone Virgill 19 90166 -9834 -3550 100000 2018-01-18 01:53:30
The 7th Element Vitas 19 88500 -11500 -4152 100000 2018-01-18 02:01:54
Think Thousand Thoughts Auvic 20 85636 -14364 -5746 100000 2018-01-30 02:41:13
What Happened To Love Denine 19 96131 -3869 -1397 100000 2018-01-18 02:08:04
Blow My Mind Alphadelta 19 90149 -9851 -3556 100000 2018-01-18 01:24:21
Bounce Crew 7 19 83306 -16694 -6027 100000 2018-01-18 01:26:44
Endless Day Verona 19 87488 -12512 -4517 100000 2018-01-18 01:38:24
Girlz Night Out Jenna Drey 20 87397 -12603 -5041 100000 2018-01-30 02:36:50
Medicine 2013 Kim Leoni 19 85573 -14427 -5208 100000 2018-02-11 20:06:37
Mexi Mexi Mozquito 20 88315 -11685 -4674 100000 2018-02-11 20:25:03
Sun Goes Down Landomania 20 82629 -17371 -6948 100000 2018-02-11 20:13:20
We Are The Sun Maui & Crizz feat. Gerald G. 19 89496 -10504 -3792 100000 2018-01-18 02:06:04
Crazy Baby Fantasy Project 20 90565 -9435 -3774 100000 2018-01-30 02:25:10
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.5448
Total Execution Time  3.5479
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,926,488 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/49/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.5243 seconds)  (Hide)
0.0015   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` = '49'
GROUP BY `gs`.`grade
0.0008   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` = '49'
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` = '49'
AND `r`.`name` = 'total' 
3.5217   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)