erinmac


Total World Records: ??
Country: US

Stars Earned
7
18
2
3

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
Start & Paws Oscillator X 19 49492 -50508 -18233 100000 2025-05-18 18:31:47
Million Feelings Chriss Floren 19 49933 -50067 -18074 100000 2025-04-27 18:14:13
Moonstone Virgill 19 83467 -16533 -5968 100000 2025-07-15 22:38:25
The 7th Element Vitas 19 76503 -23497 -8482 100000 2025-08-02 17:01:46
Blow My Mind Alphadelta 19 18955 -81045 -29257 100000 2025-04-06 20:22:20
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 75300 -24700 -8917 100000 2025-05-18 18:39:32
Coming Out Playmaker feat. Robina 19 88922 -11078 -3999 100000 2025-07-15 22:27:38
Typical Tropical Bambee 19 69918 -30082 -10860 100000 2025-08-02 17:08:00
Pink Dinosaur Miss Papaya 19 75515 -24485 -8839 100000 2025-04-27 18:08:51
Magic Mystery Tour KaW feat. Paula Terry 19 68785 -31215 -11269 100000 2025-05-04 17:59:25
The Judgement Day Naoki feat. Riyu Kosaka 19 60432 -39568 -14284 100000 2025-08-02 17:03:55
Operator Miss Papaya 19 39529 -60471 -21830 100000 2025-05-18 17:31:52
Kick It Man KaW feat. DAZ 19 78743 -21257 -7674 100000 2025-08-02 17:35:58
Kinky Boots Daz Sampson & Nona 19 79080 -20920 -7552 100000 2025-05-28 21:49:27
Grab It While We Can FantastixX 19 17645 -82355 -29730 100000 2025-04-27 17:44:29
Robot World Oscillator X 19 82747 -17253 -6228 100000 2025-05-04 17:27:47
Say Na Na Na Serhat 19 75847 -24153 -8719 100000 2025-05-18 18:21:11
Lay It Down Tchorta & Gui Boratto 19 80147 -19853 -7167 100000 2025-08-02 17:38:33
High On Your Love Safura 19 76318 -23682 -8549 100000 2025-08-02 16:43:43
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 55119 -44881 -16202 100000 2025-07-06 17:19:16
Here For You PIXL feat. Q'AILA 19 83899 -16101 -5812 100000 2025-07-15 22:30:31
Orbit Ellis 19 73995 -26005 -9388 100000 2025-04-27 18:11:12
Born to Run Red Parker 19 14798 -85202 -30758 100000 2025-04-06 20:09:45
Nothing Else Matters Katya Ocean 19 81304 -18696 -6749 100000 2025-07-15 23:10:06
Sirens RENOLD X Scarlett 19 78150 -21850 -7888 100000 2025-05-04 17:30:04
All Starts Now Laurell 19 86828 -13172 -4755 100000 2025-07-15 22:24:36
Truth or Dare PIXY 19 74608 -25392 -9167 100000 2025-08-02 17:05:49
Everybody Get Up Tempo feat. Manola 19 75295 -24705 -8919 100000 2025-05-18 17:40:27
Halley's Comet Jenna Drey & Joe Bermudez 19 76855 -23145 -8355 100000 2025-05-28 22:03:18
The Banana Song SIPPY 19 77340 -22660 -8180 100000 2025-07-06 17:44:01
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.5549
Total Execution Time  2.5578
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,848 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14685/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.5417 seconds)  (Hide)
0.0194   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` = '14685'
GROUP BY `gs`.`grade
0.0121   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` = '14685'
AND `ghs`.`private` = 
0.0003   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` = '14685'
AND `r`.`name` = 'total' 
2.5099   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)