lily9


Total World Records: ??
Country: US

Stars Earned
20
14
2

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 82415 -17585 -6348 100000 2024-06-05 23:24:27
Dynamo Oscillator X 19 74950 -25050 -9043 100000 2024-05-10 22:26:48
Party All Night KaW feat. Sam-I-Am 20 83983 -16017 -6407 100000 2024-07-21 20:30:14
Birdie Doolittle 19 77860 -22140 -7993 100000 2024-05-10 23:33:40
Dream A Dream Captain Jack 20 17561 -82439 -32976 100000 2024-08-17 19:51:46
Disconnected Disco Kid Whatever 20 30952 -69048 -27619 100000 2024-08-17 20:52:57
I Think I Like That Sound Kid Whatever 20 50371 -49629 -19852 100000 2024-06-28 16:42:53
Ize Pie Headtwist & Pump 19 45593 -54407 -19641 100000 2024-08-17 20:05:15
Spin Chicken Freebie & The Bean 21 29767 -70233 -30973 100000 2024-09-15 16:57:38
Paranormal Inspector K 20 31561 -68439 -27376 100000 2024-08-08 15:34:48
Utopia Smiley 22 22958 -77042 -37288 100000 2024-08-17 19:55:29
Coming Out Playmaker feat. Robina 19 81150 -18850 -6805 100000 2024-06-19 00:32:06
Flash In The Night Flashman 22 4482 -95518 -46231 100000 2024-06-18 23:44:22
Typical Tropical Bambee 19 81194 -18806 -6789 100000 2024-07-22 22:55:48
Pink Dinosaur Miss Papaya 19 79403 -20597 -7436 100000 2024-05-10 23:41:02
Devil Inside CRMNL 19 85746 -14254 -5146 100000 2024-06-07 16:48:39
Sky High Lucyfer 20 77144 -22856 -9142 100000 2024-08-08 15:43:44
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 36452 -63548 -28025 100000 2024-09-15 17:00:30
Megalovania Toby Fox 21 41237 -58763 -25914 100000 2024-06-19 00:05:48
My Generation Captain Jack 20 9636 -90364 -36146 100000 2024-06-18 23:57:35
Charlene Missing Heart 22 6654 -93346 -45179 100000 2024-06-18 23:25:16
Do It All Night E-Rotic 20 78916 -21084 -8434 100000 2024-08-08 15:46:30
Summer Smiley 25 2653 -97347 -60842 100000 2024-06-07 16:57:35
Sky High DJ Miko 20 80699 -19301 -7720 100000 2024-06-28 16:45:31
Kick It Man KaW feat. DAZ 19 77748 -22252 -8033 100000 2024-06-14 21:55:56
Closer To Heaven Nëonne 21 57754 -42246 -18630 100000 2024-06-28 16:37:22
Get Up'n Move S & K 20 62400 -37600 -15040 100000 2024-06-19 00:09:32
The Naughty Song Oscillator X 19 83579 -16421 -5928 100000 2024-06-05 21:54:06
The Shrimps Vertigini 20 81233 -18767 -7507 100000 2024-06-30 15:11:54
Only You DEXTER KING feat. Alexis Donn 19 76511 -23489 -8480 100000 2024-05-10 22:11:34
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 19766 -80234 -42444 100000 2024-08-17 20:07:29
Orbit Ellis 19 84198 -15802 -5705 100000 2024-07-22 22:53:15
Sirens RENOLD X Scarlett 19 85357 -14643 -5286 100000 2024-06-07 15:55:57
UFO Little Sis Nora & S3RL 20 78300 -21700 -8680 100000 2024-06-07 17:18:28
All Starts Now Laurell 19 86070 -13930 -5029 100000 2024-06-19 00:27:51
Boogeyman Wizardz of Oz 19 75709 -24291 -8769 100000 2024-05-27 23:32:21
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  2.2757
Total Execution Time  2.2788
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,941,440 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12942/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.2675 seconds)  (Hide)
0.0048   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` = '12942'
GROUP BY `gs`.`grade
0.0054   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` = '12942'
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` = '12942'
AND `r`.`name` = 'total' 
2.2570   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)