SC87dom


Total World Records: ??
Country: US

Stars Earned
13
20
2
1

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
Remember December Smiley 22 98303 -1697 -821 100000 2023-07-22 22:55:01
Twins Martin Eriksson feat. Ellee 22 95295 -4705 -2277 100000 2024-12-18 00:05:36
One Step Further Jenna Drey 20 98738 -1262 -505 100000 2023-07-23 05:34:38
Agent Blatant Ernest + Julio 21 90691 -9309 -4105 100000 2023-05-01 02:29:16
Bloodrush TechnoDred 26 26354 -73646 -49785 100000 2023-07-31 06:29:26
Fleadh Uncut Ian Parker 21 96604 -3396 -1498 100000 2023-05-01 03:34:32
I Think I Like That Sound Kid Whatever 20 97073 -2927 -1171 100000 2023-07-27 02:00:27
Psalm Pilot Jason Creasey 20 98648 -1352 -541 100000 2023-07-31 06:20:04
ROM-eo & Juli8 Nina 19 98461 -1539 -556 100000 2024-12-18 00:21:50
Spin Chicken Freebie & The Bean 21 99523 -477 -210 100000 2023-07-31 06:08:31
Sunshine Triple J 22 99686 -314 -152 100000 2024-12-18 00:18:27
EternuS Sanxion7 20 97045 -2955 -1182 100000 2023-05-01 03:37:07
July Smiley 20 97089 -2911 -1164 100000 2023-07-27 01:57:46
Be Alive Stian K 20 98320 -1680 -672 100000 2024-12-17 23:58:06
Bumble Bee Bambee 20 99716 -284 -114 100000 2023-07-31 06:43:52
Ghosts Tenth Planet 20 97265 -2735 -1094 100000 2023-07-31 06:11:10
Anubis Banzai 20 92912 -7088 -2835 100000 2024-03-29 03:25:35
Bye Bye Baby Balloon Joga 21 88361 -11639 -5133 100000 2024-12-17 23:53:35
So Deep Silvertear 21 95265 -4735 -2088 100000 2023-05-01 03:26:51
MAX428 Omega 27 3696 -96126 -70076 99822 2023-07-22 23:11:06
My Generation Captain Jack 20 99005 -995 -398 100000 2023-07-23 05:36:50
Delirium Smiley 23 95061 -4939 -2613 100000 2023-09-11 05:50:03
Kagami KaW 21 97861 -2139 -943 100000 2024-12-17 23:39:19
Summer Smiley 25 94047 -5953 -3721 100000 2024-12-18 00:51:50
Temple Of Love E-Rotic 21 96434 -3566 -1573 100000 2024-12-18 00:45:21
Destiny Smiley 23 94207 -5793 -3064 100000 2024-12-18 00:49:07
Queen Of Light E-Rotic 21 98606 -1394 -615 100000 2023-07-31 06:23:20
Never Ending Story DJ AC-DC 20 98884 -1116 -446 100000 2023-07-23 05:39:01
All For One IVD x Dee Dee x Kenny Hayes 21 95033 -4967 -2190 100000 2023-09-11 05:38:10
EMEA Re-venG 24 97594 -2406 -1386 100000 2024-12-18 00:34:52
Techno World NAOKI underground 22 99566 -434 -210 100000 2024-12-18 00:42:31
Asian Night in 20XX NM Japan 22 99077 -923 -447 100000 2023-07-31 05:29:31
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 96909 -3091 -1236 100000 2023-10-16 05:49:00
Keep On Dancing BEAUZ feat. Heleen 20 97804 -2196 -878 100000 2023-10-16 05:46:55
Elysium Scott Brown 21 99844 -156 -69 100000 2024-12-18 00:31:55
What Ya Gonna Do Scott Brown 21 97963 -2037 -898 100000 2024-05-13 03:00:53
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.4973
Total Execution Time  2.5001
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,760 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6968/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.4867 seconds)  (Hide)
0.0032   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` = '6968'
GROUP BY `gs`.`grade
0.0034   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` = '6968'
AND `ghs`.`private` = 
0.0002   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` = '6968'
AND `r`.`name` = 'total' 
2.4799   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)