OnFiyaaa


Total World Records: ??
Country: NL

Stars Earned
13
17
4
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
Start & Paws Oscillator X 19 78401 -21599 -7797 100000 2025-04-06 11:57:38
Time is Ticking Elpis feat. Black Elway 19 89630 -10370 -3744 100000 2024-11-14 20:19:26
Bagpipe A-Moe 20 83978 -16022 -6409 100000 2024-12-27 12:58:29
Birdie Doolittle 19 93831 -6169 -2227 100000 2024-11-08 12:05:31
The 7th Element Vitas 19 87755 -12245 -4420 100000 2024-11-14 20:23:02
Blow My Mind Alphadelta 19 79860 -20140 -7271 100000 2024-12-04 14:05:04
Bounce Crew 7 19 86699 -13301 -4802 100000 2024-11-14 20:38:49
Gallecode NoVus 20 80482 -19518 -7807 100000 2025-02-16 12:50:25
Dies Irae Jason Creasey 19 85579 -14421 -5206 100000 2024-10-31 20:21:37
Ladybug Coconut 19 88055 -11945 -4312 100000 2024-10-13 19:18:38
Paranormal Inspector K 20 82656 -17344 -6938 100000 2024-11-30 12:04:52
EternuS Sanxion7 20 388 -99612 -39845 100000 2024-12-21 14:02:52
Mellow Rikki & Daz 20 87316 -12684 -5074 100000 2024-12-21 13:42:39
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 87979 -12021 -4340 100000 2024-11-30 12:00:25
Hero Miss Papaya 20 67385 -32615 -13046 100000 2024-10-16 13:57:15
No Princess Lynn 19 87686 -12314 -4445 100000 2024-11-30 11:57:29
Get Lifted HOT KICKS 21 86223 -13777 -6076 100000 2024-11-30 14:30:17
Bring Your Lovin Back Fracus 20 84005 -15995 -6398 100000 2025-01-24 14:17:54
Butterfly Swingrowers 19 90593 -9407 -3396 100000 2024-11-14 20:02:11
Queen Of Light E-Rotic 21 82091 -17909 -7898 100000 2024-12-21 13:11:24
Never Ending Story DJ AC-DC 20 87819 -12181 -4872 100000 2024-10-31 20:38:14
Disco High Ultimate Heights 21 85316 -14684 -6476 100000 2024-11-30 12:07:37
High On Your Love Safura 19 91864 -8136 -2937 100000 2024-11-14 19:59:13
Recovery JMCX 19 86050 -13950 -5036 100000 2024-09-28 13:05:54
Pump It Electric Callboy 21 10396 -89604 -39515 100000 2024-08-03 12:44:06
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 34070 -65930 -34877 100000 2024-09-28 14:50:37
Orbit Ellis 19 90229 -9771 -3527 100000 2024-11-08 14:05:10
Sirens RENOLD X Scarlett 19 90934 -9066 -3273 100000 2025-02-16 13:16:45
The 7 Jump Ken-D 19 88121 -11879 -4288 100000 2024-09-28 11:19:18
Keep On Dancing BEAUZ feat. Heleen 20 84734 -15266 -6106 100000 2024-08-22 18:57:48
Boogeyman Wizardz of Oz 19 84888 -15112 -5455 100000 2024-10-31 20:35:49
Tick Tock Technikore 20 86621 -13379 -5352 100000 2024-08-22 19:00:12
Truth or Dare PIXY 19 89696 -10304 -3720 100000 2024-08-22 17:21:47
Fly Me High @pple & Pie 20 52331 -47669 -19068 100000 2024-11-08 14:08:07
Everybody Get Up Tempo feat. Manola 19 92173 -7827 -2826 100000 2024-11-08 12:02:28
Be Alright Red Parker 20 61452 -38548 -15419 100000 2025-01-24 14:33:16
  BENCHMARKS  
Loading Time: Base Classes  0.0024
Controller Execution Time ( Main / Rival )  3.7269
Total Execution Time  3.7294
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,940,856 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16232/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.7193 seconds)  (Hide)
0.0024   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` = '16232'
GROUP BY `gs`.`grade
0.0025   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` = '16232'
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` = '16232'
AND `r`.`name` = 'total' 
3.7141   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)