Satafield


Total World Records: ??
Country: US

Stars Earned
7
22
4
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
Dance Vibrations Elpis 19 75205 -24795 -8951 100000 2025-02-01 23:56:32
Land Of The Lost Banzai 19 1225 -98775 -35658 100000 2025-02-02 00:00:50
Birdie Doolittle 19 15737 -84263 -30419 100000 2025-02-14 00:11:48
Can't Let Go Jenna Drey 19 65432 -34568 -12479 100000 2024-10-10 22:46:22
Dream A Dream Captain Jack 20 578 -99422 -39769 100000 2024-12-08 00:26:05
Joanna Crazy Loop 19 43303 -56697 -20468 100000 2024-09-21 01:41:40
Blow My Mind Alphadelta 19 91112 -8888 -3209 100000 2024-09-22 21:42:12
Crazy Baby Fantasy Project 20 78556 -21444 -8578 100000 2024-09-21 01:09:39
Funny Love Dan Balan 19 70973 -29027 -10479 100000 2024-10-10 22:55:30
Ize Pie Headtwist & Pump 19 23090 -76910 -27765 100000 2025-01-28 00:14:45
ROM-eo & Juli8 Nina 19 50864 -49136 -17738 100000 2024-09-18 22:07:32
Get Busy Bassmonkeys & Bianca Lindgren 20 55292 -44708 -17883 100000 2024-09-21 01:56:24
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 23987 -76013 -30405 100000 2024-09-05 20:58:42
Dies Irae Jason Creasey 19 15983 -84017 -30330 100000 2024-09-05 21:07:20
Click Bait S3RL feat. GL!TCH 20 2492 -97508 -39003 100000 2025-04-30 19:11:53
NightMoves Playmaker 20 51993 -48007 -19203 100000 2024-09-18 22:10:30
Ghosts Tenth Planet 20 31373 -68627 -27451 100000 2024-09-18 22:16:41
Pink Dinosaur Miss Papaya 19 13586 -86414 -31195 100000 2024-11-12 23:46:32
Magic Mystery Tour KaW feat. Paula Terry 19 1801 -98199 -35450 100000 2024-12-08 00:40:06
Nightmare FSJ feat. Tara Louise 21 8525 -91475 -40340 100000 2025-01-30 22:56:31
I'm Crazy For Your Love Black Eva 21 72044 -27956 -12329 100000 2024-09-21 01:44:39
The Judgement Day Naoki feat. Riyu Kosaka 19 76897 -23103 -8340 100000 2025-04-26 22:44:38
Butterfly Swingrowers 19 80154 -19846 -7164 100000 2024-09-21 00:37:38
If You Can Say Goodbye Kate Project 19 7307 -92693 -33462 100000 2025-02-14 00:14:43
Kinky Boots Daz Sampson & Nona 19 85745 -14255 -5146 100000 2024-12-13 22:11:27
Robot World Oscillator X 19 2069 -97931 -35353 100000 2024-09-06 20:14:22
Get Up'n Move S & K 20 82580 -17420 -6968 100000 2024-09-22 22:03:01
Lay It Down Tchorta & Gui Boratto 19 82961 -17039 -6151 100000 2025-04-26 22:33:23
Pump the Rhythm Ultimate Heights 21 3144 -96856 -42713 100000 2024-12-08 00:31:06
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 61054 -38946 -14060 100000 2024-12-13 22:37:33
Crab Rave Noisestorm 20 12597 -87403 -34961 100000 2025-02-01 23:49:45
Nothing Else Matters Katya Ocean 19 19462 -80538 -29074 100000 2024-09-02 19:02:38
The 7 Jump Ken-D 19 12191 -87809 -31699 100000 2025-02-07 23:59:44
Remember Me Leslie Parrish 21 8900 -91100 -40175 100000 2025-04-30 19:14:26
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  2.6008
Total Execution Time  2.6047
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,944 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18409/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.5898 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` = '18409'
GROUP BY `gs`.`grade
0.0014   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` = '18409'
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` = '18409'
AND `r`.`name` = 'total' 
2.5853   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)