LockedIn


Total World Records: ??
Country: US

Stars Earned
3
10
23

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
The 7th Element Vitas 19 99728 -272 -98 100000 2025-09-14 18:49:40
Zodiac Banzai 21 96360 -3640 -1605 100000 2024-03-30 15:06:25
Crazyloop Crazy Loop 22 99165 -835 -404 100000 2025-05-27 17:55:54
Disconnected Disco Kid Whatever 20 98128 -1872 -749 100000 2025-06-04 21:54:37
Flying High Filo Bedo 21 98569 -1431 -631 100000 2025-09-14 18:35:53
Click Bait S3RL feat. GL!TCH 20 98792 -1208 -483 100000 2025-06-04 16:22:00
EternuS Sanxion7 20 95458 -4542 -1817 100000 2025-09-14 19:06:33
July Smiley 20 99093 -907 -363 100000 2025-09-14 19:13:16
Boom Boom Dollars King Kong & D'Jungle Girls 21 99223 -777 -343 100000 2025-07-11 21:13:54
Waka Laka Jenny Rom vs. The Zippers 21 99427 -573 -253 100000 2025-05-27 17:47:14
Hero Miss Papaya 20 98234 -1766 -706 100000 2025-09-14 18:45:45
Senorita Jenny Rom 23 97905 -2095 -1108 100000 2025-09-08 02:21:52
Ghosts Tenth Planet 20 97844 -2156 -862 100000 2025-07-11 21:50:15
Pink Dinosaur Miss Papaya 19 99056 -944 -341 100000 2025-09-25 22:23:05
Anubis Banzai 20 98552 -1448 -579 100000 2025-09-14 18:58:43
Dam Dariram Joga 20 98811 -1189 -476 100000 2024-02-03 18:12:18
So Deep Silvertear 21 99225 -775 -342 100000 2025-07-11 21:47:07
Speed Over Beethoven Rose 22 99344 -656 -318 100000 2025-06-04 22:01:26
Dam Dadi Doo Fantasy Project 22 97414 -2586 -1252 100000 2025-09-14 18:39:02
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 96822 -3178 -1401 100000 2023-12-30 02:41:49
Spaceman Bambee & Lynn 20 99805 -195 -78 100000 2025-09-14 18:43:04
Beethoven Virus BanYa 22 98593 -1407 -681 100000 2025-09-25 22:05:48
Destiny Smiley 23 96573 -3427 -1813 100000 2024-02-04 00:31:44
Cartoon Heroes Barbie Young 21 97206 -2794 -1232 100000 2024-02-03 18:19:08
Test My Best E-Rotic 21 98767 -1233 -544 100000 2025-09-14 18:29:40
Shiawase Dion Timmer 23 98315 -1685 -891 100000 2025-09-14 19:23:26
We Got The Moves Electric Callboy 20 99519 -481 -192 100000 2025-09-25 22:00:41
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 97922 -2078 -1099 100000 2024-02-03 22:15:45
Crab Rave Noisestorm 20 99628 -372 -149 100000 2025-09-14 18:52:44
Every Little Thing Conro 21 98553 -1447 -638 100000 2025-09-14 19:09:12
Electronic City Pops TOKYO twilight scene 21 99397 -603 -266 100000 2025-09-14 19:20:50
Big Boss Big Boss 21 98894 -1106 -488 100000 2025-09-14 19:16:31
SPEED KING David Kane 24 95417 -4583 -2640 100000 2025-05-19 17:12:52
Falling In Love Again Naoki feat. Paula Terry 20 98981 -1019 -408 100000 2025-08-28 20:19:12
Ping Pong AronChupa & Little Sis Nora 20 99828 -172 -69 100000 2025-09-14 19:02:45
Revolution Naoki 23 98887 -1113 -589 100000 2025-09-25 21:38:37
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.3144
Total Execution Time  2.3172
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,951,512 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6621/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.3048 seconds)  (Hide)
0.0048   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` = '6621'
GROUP BY `gs`.`grade
0.0040   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` = '6621'
AND `ghs`.`private` = 
0.0006   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` = '6621'
AND `r`.`name` = 'total' 
2.2954   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)