Meloom


Total World Records: ??
Country: CA

Stars Earned
24
6
3
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
Emotion Smiley 22 84270 -15730 -7613 100000 2024-01-27 22:12:21
Hyper Hyper Smiley 22 77433 -22567 -10922 100000 2023-11-04 04:26:41
Dreaming Rameses B feat. Holly Drummond 21 10103 -89897 -39645 100000 2023-11-04 01:58:08
It Gets Better Eskimo feat. Maria Merete 21 78503 -21497 -9480 100000 2023-11-04 02:37:07
That Night Eskimo & Icebird 21 80926 -19074 -8412 100000 2023-11-04 04:16:44
Unity TheFatRat 21 81378 -18622 -8212 100000 2023-11-04 03:06:38
Pop4 Vibes & Wishdokta 22 83809 -16191 -7836 100000 2023-11-04 04:29:58
Sunshine Triple J 22 80045 -19955 -9658 100000 2023-11-04 04:33:02
Xuxa Smiley 23 85675 -14325 -7578 100000 2023-11-04 03:22:21
Boom Boom Dollars King Kong & D'Jungle Girls 21 80467 -19533 -8614 100000 2023-11-04 02:48:55
Be Alive Stian K 20 81095 -18905 -7562 100000 2023-11-04 03:19:31
Bumble Bee Bambee 20 94365 -5635 -2254 100000 2024-01-27 22:38:25
Young Forever Rebecca 20 81149 -18851 -7540 100000 2023-11-04 02:15:08
Speed Over Beethoven Rose 22 81331 -18669 -9036 100000 2023-11-04 04:36:25
Dam Dadi Doo Fantasy Project 22 84497 -15503 -7503 100000 2024-01-27 21:21:36
Equinox Mage 21 83945 -16055 -7080 100000 2024-01-27 21:50:48
I'm Crazy For Your Love Black Eva 21 83339 -16661 -7348 100000 2023-11-04 02:39:44
Spaceman Bambee & Lynn 20 902 -99098 -39639 100000 2024-01-27 21:35:39
Beethoven Virus BanYa 22 77806 -22194 -10742 100000 2023-11-04 03:35:22
Baby Love Me Judy Crystal 21 82856 -17144 -7561 100000 2023-11-04 02:51:42
Forever Schustin 21 24722 -75278 -33198 100000 2023-11-04 01:55:18
Paradox Naoki feat. Riyu Kosaka 20 71811 -28189 -11276 100000 2024-01-27 21:07:36
Ring The Alarm M-Project & Signal 22 84442 -15558 -7530 100000 2023-11-04 03:56:04
Kalinka Quiqman 20 85626 -14374 -5750 100000 2023-11-04 02:22:48
Cosmic Drive Quiqman 22 72346 -27654 -13385 100000 2023-11-04 03:53:27
Stop Me Natsume Oki 21 92722 -7278 -3210 100000 2024-01-27 22:25:34
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 35846 -64154 -33937 100000 2023-11-04 04:03:05
STOP! & Go Onyx 21 83109 -16891 -7449 100000 2023-11-04 03:04:29
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 73890 -26110 -13812 100000 2024-01-27 21:47:28
Make It Tonight Fracus & Darwin feat. Jake 21 81328 -18672 -8234 100000 2023-11-04 02:24:55
Asian Night in 20XX NM Japan 22 48936 -51064 -24715 100000 2023-11-04 01:49:29
Breathe Me Back To Life Stonebank feat. Lena Sue 20 89281 -10719 -4288 100000 2023-11-04 01:46:56
To Your Beat S3RL feat. Hannah Fortune 23 51233 -48767 -25798 100000 2023-11-04 04:00:13
BLEEP BLOOP Tokyo Machine 24 78157 -21843 -12582 100000 2024-01-27 22:35:26
Kibo Dion Timmer 22 76329 -23671 -11457 100000 2024-01-27 22:09:04
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.1585
Total Execution Time  3.1614
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,951,584 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12618/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.1482 seconds)  (Hide)
0.0020   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` = '12618'
GROUP BY `gs`.`grade
0.0038   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` = '12618'
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` = '12618'
AND `r`.`name` = 'total' 
3.1422   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)