Yamiamarillo


Total World Records: ??
Country: US

Stars Earned
18
1
10
1
1

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
Indignation Auvic feat. Pipo Fernandez 24 86612 -13388 -7711 100000 2024-04-13 17:31:11
Unity TheFatRat 21 96905 -3095 -1365 100000 2024-03-07 03:28:20
Bloodrush TechnoDred 26 33942 -66058 -44655 100000 2024-03-31 17:45:58
Da Roots Mind Reflection 20 96772 -3228 -1291 100000 2024-03-10 04:07:02
Hispanic Panic Chucho Merchán 23 98489 -1511 -799 100000 2024-02-28 04:52:50
Paradise Smiley 24 93728 -6272 -3613 100000 2024-03-10 04:22:10
Sunshine Triple J 22 98828 -1172 -567 100000 2024-03-10 04:29:44
Mellow Rikki & Daz 20 97591 -2409 -964 100000 2024-03-07 03:57:51
Pink Fuzzy Bunnies Wonderboy 25 79233 -20767 -12979 100000 2025-09-14 04:19:36
July Smiley 20 99333 -667 -267 100000 2025-09-14 04:14:04
Utopia Smiley 22 97880 -2120 -1026 100000 2024-03-07 03:26:06
Xuxa Smiley 23 97956 -2044 -1081 100000 2024-02-28 04:55:19
Do U Love Me DJ Doo 21 97065 -2935 -1294 100000 2025-09-14 04:16:37
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 99944 -56 -20 100000 2024-03-16 03:31:04
Coming Out Playmaker feat. Robina 19 99463 -537 -194 100000 2024-03-10 04:14:55
Flash In The Night Flashman 22 97442 -2558 -1238 100000 2024-03-16 03:28:54
Senorita Jenny Rom 23 94861 -5139 -2719 100000 2024-03-10 04:38:44
Esperanza KaW 22 93915 -6085 -2945 100000 2024-03-07 01:37:54
Move It Groove It KaW feat. Sam-I-Am 22 93310 -6690 -3238 100000 2024-02-28 04:40:46
So Deep Silvertear 21 98743 -1257 -554 100000 2024-03-10 04:36:20
Stay Tess 20 97553 -2447 -979 100000 2024-03-10 04:31:37
Fantasy Melissa 21 98454 -1546 -682 100000 2024-03-07 01:40:20
Crime Time CJ Crew & KaW feat. Sedge 22 99051 -949 -459 100000 2024-10-13 19:21:52
Nightmare FSJ feat. Tara Louise 21 99588 -412 -182 100000 2024-03-10 04:26:41
Nori Nori Nori Judy Crystal 21 96914 -3086 -1361 100000 2024-03-07 03:36:35
Spaceman Bambee & Lynn 20 98138 -1862 -745 100000 2024-03-10 04:33:49
Kagami KaW 21 99158 -842 -371 100000 2024-03-31 17:43:24
Cryosleep Machinae Supremacy 20 97992 -2008 -803 100000 2024-03-10 04:19:31
Energizer ZiGZaG 23 97998 -2002 -1059 100000 2024-03-31 17:40:42
Lemmings On The Run E-Rotic 21 97975 -2025 -893 100000 2024-03-07 04:00:03
Y2Z Affinity 22 97984 -2016 -976 100000 2024-02-28 04:43:56
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.3708
Total Execution Time  3.3739
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,933,832 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14494/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.3615 seconds)  (Hide)
0.1129   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` = '14494'
GROUP BY `gs`.`grade
0.0029   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` = '14494'
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` = '14494'
AND `r`.`name` = 'total' 
3.2454   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)