MissyPunk


Total World Records: ??
Country: GB

Stars Earned
13
6
3
8

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
In The Hall Of The Mountain King KaW 22 25440 -74560 -36087 100000 2024-06-27 18:21:16
Start & Paws Oscillator X 19 61103 -38897 -14042 100000 2024-08-03 15:04:39
Change The World Nathalie & Kim Lukas 19 88934 -11066 -3995 100000 2024-06-27 18:27:36
Da Roots Mind Reflection 20 85265 -14735 -5894 100000 2024-06-27 18:18:07
Ize Pie Headtwist & Pump 19 32572 -67428 -24342 100000 2023-10-01 10:44:12
ROM-eo & Juli8 Nina 19 41580 -58420 -21090 100000 2023-07-08 16:31:07
Dies Irae Jason Creasey 19 81321 -18679 -6743 100000 2024-06-27 17:41:12
Paranormal Inspector K 20 34084 -65916 -26366 100000 2022-11-19 18:52:31
EternuS Sanxion7 20 1038 -98962 -39585 100000 2025-03-20 17:54:37
Feel The Melody S3RL feat. Sara 20 63752 -36248 -14499 100000 2024-12-08 15:40:48
Boom Boom Dollars King Kong & D'Jungle Girls 21 61940 -38060 -16784 100000 2024-06-27 18:09:13
Bumble Bee Bambee 20 15959 -84041 -33616 100000 2023-08-05 14:30:57
Hero Miss Papaya 20 46380 -53620 -21448 100000 2023-10-01 10:41:44
Anubis Banzai 20 82986 -17014 -6806 100000 2024-06-27 17:34:24
Dam Dariram Joga 20 87173 -12827 -5131 100000 2024-08-03 14:50:37
Equinox Mage 21 14567 -85433 -37676 100000 2024-06-27 17:52:24
Give Into Nutronic 22 6837 -93163 -45091 100000 2024-06-27 17:09:12
India's Glitch Kirill Gramada 21 21974 -78026 -34409 100000 2024-06-27 17:45:03
No Nobody's Love Joga 20 83745 -16255 -6502 100000 2024-06-27 18:12:04
Kick It Man KaW feat. DAZ 19 71671 -28329 -10227 100000 2023-10-01 10:46:07
Robot World Oscillator X 19 83746 -16254 -5868 100000 2024-06-27 17:47:42
Lay It Down Tchorta & Gui Boratto 19 79176 -20824 -7517 100000 2023-02-12 13:43:18
Kalinka Quiqman 20 52499 -47501 -19000 100000 2023-02-12 17:15:02
The Naughty Song Oscillator X 19 88818 -11182 -4037 100000 2024-06-27 18:15:32
Pump It Electric Callboy 21 4357 -95643 -42179 100000 2024-03-13 18:15:14
INEEDU Teddy Killerz 22 22300 -77700 -37607 100000 2024-06-27 18:23:38
Bambole (Ole) Papa Gonzalez 20 78936 -21064 -8426 100000 2025-07-14 18:55:26
Candy Pop Luv Limited -NM- 21 61380 -38620 -17031 100000 2025-07-14 18:57:20
Falling In Love Again Naoki feat. Paula Terry 20 72462 -27538 -11015 100000 2025-07-27 13:46:00
Letting Go Bensley & Voicians 19 84703 -15297 -5522 100000 2025-07-28 18:52:23
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  2.2046
Total Execution Time  2.2077
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,648 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7414/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.1958 seconds)  (Hide)
0.0029   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` = '7414'
GROUP BY `gs`.`grade
0.0041   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` = '7414'
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` = '7414'
AND `r`.`name` = 'total' 
2.1885   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)