Ymihere


Total World Records: ??
Country: US

Stars Earned
13
5
13
4

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 84292 -15708 -5671 100000 2026-05-09 22:57:51
Land Of The Lost Banzai 19 92410 -7590 -2740 100000 2026-03-04 22:34:50
Party All Night KaW feat. Sam-I-Am 20 29863 -70137 -28055 100000 2025-07-29 21:24:00
Zodiac Banzai 21 49036 -50964 -22475 100000 2026-04-08 17:40:54
Funny Love Dan Balan 19 83131 -16869 -6090 100000 2026-04-21 18:38:24
Gallecode NoVus 20 31238 -68762 -27505 100000 2026-04-21 18:42:42
I Think I Like That Sound Kid Whatever 20 12949 -87051 -34820 100000 2026-04-21 18:59:59
Get Busy Bassmonkeys & Bianca Lindgren 20 80432 -19568 -7827 100000 2026-04-21 18:44:44
Dies Irae Jason Creasey 19 84950 -15050 -5433 100000 2026-05-09 23:53:57
Ladybug Coconut 19 87335 -12665 -4572 100000 2026-04-03 20:48:18
Coming Out Playmaker feat. Robina 19 85672 -14328 -5172 100000 2026-04-03 19:50:57
NightMoves Playmaker 20 66183 -33817 -13527 100000 2026-03-04 21:27:39
Anubis Banzai 20 53130 -46870 -18748 100000 2026-05-10 00:01:05
Summer Night In Seattle Jenna Drey 20 33172 -66828 -26731 100000 2025-12-07 18:54:08
Follow My Pamp Andrea Damante feat. Adam Clay 20 86165 -13835 -5534 100000 2026-04-03 20:43:22
Katyusha Schustin 21 77217 -22783 -10047 100000 2026-04-21 19:07:49
Moonlight PIXY 20 67963 -32037 -12815 100000 2025-07-13 22:06:26
INEEDU Teddy Killerz 22 11712 -88288 -42731 100000 2025-07-29 20:39:06
Get Busy KOYOTIE 22 6372 -93628 -45316 100000 2025-12-07 19:10:27
Orbit Ellis 19 67774 -32226 -11634 100000 2025-12-07 19:22:42
Crab Rave Noisestorm 20 54474 -45526 -18210 100000 2025-07-29 21:16:19
Forever and a Day Dy5on feat. Silver Angelina 22 66862 -33138 -16039 100000 2026-04-21 18:33:49
Down Low Hr. Troels x Felix Schorn 20 87537 -12463 -4985 100000 2026-04-08 17:19:35
Sirens RENOLD X Scarlett 19 84674 -15326 -5533 100000 2025-07-29 21:12:01
Swipe Felix Schorn 21 81305 -18695 -8244 100000 2026-04-03 19:48:25
All Starts Now Laurell 19 86155 -13845 -4998 100000 2026-04-21 18:19:46
Everybody Get Up Tempo feat. Manola 19 81960 -18040 -6512 100000 2025-12-07 20:40:09
Dreaming Conro 20 50669 -49331 -19732 100000 2025-12-07 20:37:42
Halley's Comet Jenna Drey & Joe Bermudez 19 87344 -12656 -4569 100000 2026-04-03 19:55:39
Rain Dance MUZZ 21 21200 -78800 -34751 100000 2025-07-29 20:59:24
In The Echo Koven 22 51859 -48141 -23300 100000 2026-04-03 19:41:36
Letting Go Bensley & Voicians 19 88075 -11925 -4305 100000 2026-04-03 20:03:05
Why Me Desire 19 86227 -13773 -4972 100000 2025-12-07 18:58:58
Bella Ciao BEAUZ & XYSM 20 86119 -13881 -5552 100000 2026-04-21 18:06:58
Daydream Therapy Joe Bermudez feat. Dana Mckeon 20 22309 -77691 -31076 100000 2026-05-09 23:07:50
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  5.2890
Total Execution Time  5.2920
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,057,464 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/15454/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 (5.2778 seconds)  (Hide)
0.0074   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` = '15454'
GROUP BY `gs`.`grade
0.0109   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` = '15454'
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` = '15454'
AND `r`.`name` = 'total' 
5.2593   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)