mippy


Total World Records: ??
Country: US

Stars Earned
13
14
6

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
I Love You Baby Pandera 21 84422 -15578 -6870 100000 2026-01-05 04:24:10
Unity TheFatRat 21 22765 -77235 -34061 100000 2025-11-12 23:13:23
Agent Blatant Ernest + Julio 21 12385 -87615 -38638 100000 2025-08-25 22:34:20
ROM-eo & Juli8 Nina 19 47399 -52601 -18989 100000 2025-09-10 22:30:53
Click Bait S3RL feat. GL!TCH 20 77069 -22931 -9172 100000 2025-09-10 18:32:08
Rainspark Sanxion7 21 46817 -53183 -23454 100000 2025-08-25 22:00:27
Bumble Bee Bambee 20 74269 -25731 -10292 100000 2025-11-05 22:56:31
Coming Out Playmaker feat. Robina 19 78380 -21620 -7805 100000 2025-09-22 22:42:35
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 80753 -19247 -7699 100000 2025-08-25 22:15:15
Hero Miss Papaya 20 75615 -24385 -9754 100000 2025-09-10 22:07:16
Pink Dinosaur Miss Papaya 19 54688 -45312 -16358 100000 2025-09-10 22:02:19
Dam Dariram Joga 20 69754 -30246 -12098 100000 2025-11-24 07:31:01
Equinox Mage 21 5348 -94652 -41742 100000 2025-09-22 22:32:34
I'm Crazy For Your Love Black Eva 21 9090 -90910 -40091 100000 2025-10-29 22:23:36
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 76404 -23596 -10406 100000 2025-11-24 05:24:56
Beethoven Virus BanYa 22 45828 -54172 -26219 100000 2025-11-12 23:10:00
Charlene Missing Heart 22 61 -99939 -48370 100000 2025-08-25 19:14:33
Hip Hop Jam Indiggo 20 1009 -98991 -39596 100000 2025-09-15 19:32:54
Baby Love Me Judy Crystal 21 65063 -34937 -15407 100000 2025-11-05 23:01:06
Operator Miss Papaya 19 79488 -20512 -7405 100000 2025-11-05 22:50:05
Robot World Oscillator X 19 68089 -31911 -11520 100000 2025-08-25 19:18:57
We Got The Moves Electric Callboy 20 7287 -92713 -37085 100000 2026-01-07 00:59:39
Right Into You The Tech Team 20 74872 -25128 -10051 100000 2025-09-10 22:13:09
Crab Rave Noisestorm 20 80656 -19344 -7738 100000 2025-11-05 22:58:37
Make It Tonight Fracus & Darwin feat. Jake 21 51956 -48044 -21187 100000 2025-11-17 06:46:19
Definition of a Badboy Scott Brown 20 68047 -31953 -12781 100000 2025-08-25 22:04:01
Big Boss Big Boss 21 68269 -31731 -13993 100000 2025-12-08 23:21:22
Rock Me Forever Nevada 21 70468 -29532 -13024 100000 2025-11-17 06:50:16
Dancing In The Dark HELLO GLOOM 21 76716 -23284 -10268 100000 2025-12-24 03:22:33
Running In The 90s Max Coveri 23 1099 -98901 -52319 100000 2025-09-10 22:19:58
Why Me Desire 19 83894 -16106 -5814 100000 2025-08-25 21:56:15
Bad Boy E-Rotic 20 78736 -21264 -8506 100000 2025-11-05 22:54:31
Let's Go! (This Is It) 2 The Limit 21 47799 -52201 -23021 100000 2025-12-24 03:28:03
  BENCHMARKS  
Loading Time: Base Classes  0.0058
Controller Execution Time ( Main / Rival )  4.7940
Total Execution Time  4.8002
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,045,648 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11995/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 (4.7354 seconds)  (Hide)
0.0344   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` = '11995'
GROUP BY `gs`.`grade
0.0345   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` = '11995'
AND `ghs`.`private` = 
0.0004   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` = '11995'
AND `r`.`name` = 'total' 
4.6661   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)