OskarTM


Total World Records: ??
Country: GB

Stars Earned
6
13
12
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
Click Bait S3RL feat. GL!TCH 20 31134 -68866 -27546 100000 2024-03-11 18:57:24
Flash In The Night Flashman 22 18080 -81920 -39649 100000 2025-07-18 18:20:59
Pink Dinosaur Miss Papaya 19 81388 -18612 -6719 100000 2024-03-11 18:59:43
Dam Dariram Joga 20 88276 -11724 -4690 100000 2024-08-31 19:10:00
Your Own Destiny Entity & Darwin 24 72064 -27936 -16091 100000 2024-07-01 17:01:52
In My Dreams Rebecca 20 85245 -14755 -5902 100000 2024-09-17 17:59:23
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 89488 -10512 -4636 100000 2024-09-17 18:02:26
Nori Nori Nori Judy Crystal 21 87835 -12165 -5365 100000 2025-05-15 20:38:50
Beethoven Virus BanYa 22 53715 -46285 -22402 100000 2024-08-31 19:06:17
Baby Love Me Judy Crystal 21 86528 -13472 -5941 100000 2024-05-28 13:46:24
The Judgement Day Naoki feat. Riyu Kosaka 19 87816 -12184 -4398 100000 2024-05-28 13:55:26
In The Heat Of The Night E-Rotic 20 92833 -7167 -2867 100000 2025-01-06 20:53:11
Brutalisphere Machinae Supremacy 23 64650 -35350 -18700 100000 2025-05-15 20:44:11
Butterfly Swingrowers 19 89436 -10564 -3814 100000 2024-07-01 17:03:32
SaberDance Quiqman 22 645 -99355 -48088 100000 2024-06-21 16:53:20
Everybody 2 the Sun Ultimate Heights 20 90847 -9153 -3661 100000 2024-09-17 18:23:24
Shiawase Dion Timmer 23 46778 -53222 -28154 100000 2024-09-17 18:06:28
Stop Me Natsume Oki 21 40801 -59199 -26107 100000 2024-05-28 13:23:03
Right Into You The Tech Team 20 84882 -15118 -6047 100000 2024-05-28 13:42:59
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 75950 -24050 -12722 100000 2024-09-17 18:11:49
Bassline Shatter M-Project & S2i8 23 85713 -14287 -7558 100000 2025-05-15 20:42:31
2NITE nanobii 21 85829 -14171 -6249 100000 2025-05-15 20:37:10
Poco Loco Carlito 21 86967 -13033 -5748 100000 2024-06-27 21:39:44
UFO Little Sis Nora & S3RL 20 92330 -7670 -3068 100000 2025-05-21 20:45:10
Tick Tock Technikore 20 90876 -9124 -3650 100000 2025-05-21 20:43:30
Big Boss Big Boss 21 86134 -13866 -6115 100000 2025-05-21 20:26:32
What Ya Gonna Do Scott Brown 21 85991 -14009 -6178 100000 2024-06-21 16:55:52
Where Did You Go Tatsunoshin 21 85526 -14474 -6383 100000 2025-05-15 20:30:41
Burbank Nights Dirtyphonics 22 83168 -16832 -8147 100000 2024-08-31 19:02:48
Set My Heart On Fire Rocket Man 22 84537 -15463 -7484 100000 2025-07-18 18:09:40
Running In The 90s Max Coveri 23 75713 -24287 -12848 100000 2025-01-06 21:11:07
When The Sun Goes Down Ken Blast 22 87716 -12284 -5945 100000 2025-05-15 20:27:06
Ori Ori MANNTRA 21 81647 -18353 -8094 100000 2025-07-18 18:24:26
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.7764
Total Execution Time  2.7793
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,000 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14807/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.7676 seconds)  (Hide)
0.0623   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` = '14807'
GROUP BY `gs`.`grade
0.0115   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` = '14807'
AND `ghs`.`private` = 
0.0004   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` = '14807'
AND `r`.`name` = 'total' 
2.6934   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)