01NITOLEMAC


Total World Records: ??
Country: US

Stars Earned
30
2
5

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
Revenge MonstDeath 21 92160 -7840 -3457 100000 2025-10-19 14:31:31
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 77105 -22895 -13188 100000 2025-11-01 17:41:07
Monody TheFatRat feat. Laura Brehm 22 92659 -7341 -3553 100000 2025-11-15 21:37:43
Dies Irae Jason Creasey 19 96607 -3393 -1225 100000 2024-12-29 20:02:15
Flash In The Night Flashman 22 97452 -2548 -1233 100000 2025-11-23 16:01:36
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 96445 -3555 -1568 100000 2025-12-21 23:35:55
Delirium Smiley 23 92519 -7481 -3957 100000 2024-12-29 19:50:18
Twelve Riyu Kosaka 20 98917 -1083 -433 100000 2025-12-10 18:08:56
Beethoven Virus BanYa 22 93259 -6741 -3263 100000 2025-04-13 17:36:26
BU-44 Naoki 21 97347 -2653 -1170 100000 2025-06-30 22:24:59
Kagami KaW 21 96833 -3167 -1397 100000 2024-05-18 21:58:59
Brutalisphere Machinae Supremacy 23 93201 -6799 -3597 100000 2025-11-15 21:40:29
Paradox Naoki feat. Riyu Kosaka 20 96479 -3521 -1408 100000 2025-11-11 19:16:30
403 NAOKI underground 23 96852 -3148 -1665 100000 2025-12-10 20:41:34
7th Trip NM underground artifact 22 95104 -4896 -2370 100000 2025-12-07 17:28:25
Moonlight PIXY 20 95251 -4749 -1900 100000 2025-11-01 21:00:08
Press Start MDK 23 91300 -8700 -4602 100000 2024-05-18 22:44:09
Cosmic Drive Quiqman 22 96514 -3486 -1687 100000 2024-12-29 19:41:51
Para-Symptoms 165 23 88410 -11590 -6131 100000 2024-05-18 22:41:51
Bassline Shatter M-Project & S2i8 23 92186 -7814 -4134 100000 2024-05-18 22:22:16
Techno World NAOKI underground 22 97382 -2618 -1267 100000 2025-10-19 21:36:53
Asian Night in 20XX NM Japan 22 97238 -2762 -1337 100000 2025-12-10 20:24:08
Candy Pop Luv Limited -NM- 21 91128 -8872 -3913 100000 2024-05-18 20:33:36
Supernova Laszlo 22 95108 -4892 -2368 100000 2024-03-31 17:40:26
Let's Remember N.M.R 21 98169 -1831 -807 100000 2025-12-10 20:38:51
Electronic City Pops TOKYO twilight scene 21 97489 -2511 -1107 100000 2024-12-29 19:52:35
Herrscher of Finality Omega 23 89591 -10409 -5506 100000 2024-05-18 22:25:47
What Ya Gonna Do Scott Brown 21 97664 -2336 -1030 100000 2024-12-29 20:53:14
Love Toxic FACTOR-X 21 96914 -3086 -1361 100000 2025-11-29 15:41:03
Lunatic BLACK HOLE 23 80104 -19896 -10525 100000 2026-01-18 21:42:35
戦国 Re-venG 21 98613 -1387 -612 100000 2025-12-10 18:11:47
Running In The 90s Max Coveri 23 95457 -4543 -2403 100000 2024-12-29 20:12:06
When The Sun Goes Down Ken Blast 22 98376 -1624 -786 100000 2025-10-19 14:28:40
Night In Tokyo N.M.R 24 95837 -4163 -2398 100000 2025-12-10 20:44:35
Remember Me Leslie Parrish 21 99325 -675 -298 100000 2025-12-07 21:44:02
Ekstasis d-complex 23 94524 -5476 -2897 100000 2025-12-10 20:27:23
Alamo Drop Blues N.M.R 21 96930 -3070 -1354 100000 2025-12-07 21:38:53
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  3.9467
Total Execution Time  3.9503
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,053,504 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14187/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.9355 seconds)  (Hide)
0.0397   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` = '14187'
GROUP BY `gs`.`grade
0.0155   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` = '14187'
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` = '14187'
AND `r`.`name` = 'total' 
3.8798   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)