Nos7


Total World Records: ??
Country: US

Stars Earned
13
20
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
Joanna Crazy Loop 19 87620 -12380 -4469 100000 2024-12-31 20:05:51
Surf Hyper Potions 22 81456 -18544 -8975 100000 2022-11-09 19:41:49
Paranormal Inspector K 20 78232 -21768 -8707 100000 2022-11-26 20:13:08
Click Bait S3RL feat. GL!TCH 20 89722 -10278 -4111 100000 2023-11-18 22:17:20
Feel The Melody S3RL feat. Sara 20 88080 -11920 -4768 100000 2024-12-01 23:19:14
Be Alive Stian K 20 89092 -10908 -4363 100000 2023-12-28 00:16:40
Bang Bang Bang DCX 21 88249 -11751 -5182 100000 2023-07-11 21:43:02
Justify My Love Tess 21 73016 -26984 -11900 100000 2022-10-15 23:54:27
Summer Night In Seattle Jenna Drey 20 78485 -21515 -8606 100000 2023-04-27 20:59:57
In My Dreams Rebecca 20 80268 -19732 -7893 100000 2022-11-26 20:06:10
Come On Now Miss Amani 20 76553 -23447 -9379 100000 2024-03-19 22:15:09
Dam Dadi Doo Fantasy Project 22 78628 -21372 -10344 100000 2023-04-04 21:10:20
Pretty Ugly Yenn 20 75580 -24420 -9768 100000 2022-10-15 23:57:09
Megalovania Toby Fox 21 81769 -18231 -8040 100000 2022-10-28 19:07:18
Spaceman Bambee & Lynn 20 88272 -11728 -4691 100000 2022-11-09 19:39:21
BUBBLES Tokyo Machine 22 79678 -20322 -9836 100000 2023-10-01 21:02:13
Outbreak Feint feat. MYLK 23 71655 -28345 -14995 100000 2023-04-27 21:15:26
Here For You PIXL feat. Q'AILA 19 93101 -6899 -2491 100000 2024-12-31 20:02:48
We Got The Moves Electric Callboy 20 86194 -13806 -5522 100000 2023-03-19 18:27:23
Cosmic Drive Quiqman 22 68782 -31218 -15110 100000 2024-12-05 21:46:53
Have Fun Rameses B 21 84811 -15189 -6698 100000 2023-08-04 22:05:47
Pump It Electric Callboy 21 82954 -17046 -7517 100000 2025-02-03 21:46:47
How We Win FWLR 21 79415 -20585 -9078 100000 2024-04-27 22:46:59
Trigger CraXy 21 82260 -17740 -7823 100000 2022-10-16 22:40:12
TURBO Tokyo Machine 21 89648 -10352 -4565 100000 2024-03-16 20:46:06
Only You DEXTER KING feat. Alexis Donn 19 88762 -11238 -4057 100000 2022-10-28 19:09:28
WYGD Bishu 19 93256 -6744 -2435 100000 2024-12-31 20:00:04
Crab Rave Noisestorm 20 85368 -14632 -5853 100000 2023-01-30 20:30:26
Down Low Hr. Troels x Felix Schorn 20 82499 -17501 -7000 100000 2023-10-01 21:05:30
Swipe Felix Schorn 21 85827 -14173 -6250 100000 2024-12-22 23:10:27
UFO Little Sis Nora & S3RL 20 92374 -7626 -3050 100000 2024-01-04 22:34:13
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 80043 -19957 -7983 100000 2023-10-10 23:27:08
Keep On Dancing BEAUZ feat. Heleen 20 88124 -11876 -4750 100000 2024-11-29 18:10:04
Baila Bolero Fun Fun 20 88914 -11086 -4434 100000 2024-11-23 21:35:02
Be Alright Red Parker 20 81202 -18798 -7519 100000 2024-11-23 21:32:37
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.3196
Total Execution Time  3.3225
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,696 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7643/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.3105 seconds)  (Hide)
0.0119   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` = '7643'
GROUP BY `gs`.`grade
0.0085   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` = '7643'
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` = '7643'
AND `r`.`name` = 'total' 
3.2898   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)