Wolfram


Total World Records: ??
Country: SE

Stars Earned
30
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
Bagpipe A-Moe 20 8297 -91703 -36681 100000 2024-03-12 20:39:13
Burning Tonight Krystal 22 4087 -95913 -46422 100000 2024-05-22 20:15:21
Who KaW 21 6565 -93435 -41205 100000 2024-04-15 20:01:20
Unity TheFatRat 21 18297 -81703 -36031 100000 2025-04-29 19:15:33
While Tha Rekkid Spinz DJ Zombie 22 211 -99789 -48298 100000 2024-04-15 19:59:19
Be Alive Stian K 20 7230 -92770 -37108 100000 2024-03-03 19:51:32
Waka Laka Jenny Rom vs. The Zippers 21 2597 -97403 -42955 100000 2024-12-15 00:19:41
Senorita Jenny Rom 23 30499 -69501 -36766 100000 2025-04-29 19:33:23
Come On Now Miss Amani 20 25949 -74051 -29620 100000 2024-03-12 20:39:13
Dam Dadi Doo Fantasy Project 22 7138 -92862 -44945 100000 2024-05-22 20:17:16
Dopamine You In Mind 23 13974 -86026 -45508 100000 2024-03-03 20:16:40
Sky High Lucyfer 20 11246 -88754 -35502 100000 2024-04-15 20:07:08
Megalovania Toby Fox 21 2651 -97349 -42931 100000 2024-03-03 20:23:30
Nori Nori Nori Judy Crystal 21 3879 -96121 -42389 100000 2024-05-22 19:47:23
Temple Of Love E-Rotic 21 945 -99055 -43683 100000 2024-09-25 17:46:30
In The Heat Of The Night E-Rotic 20 3416 -96584 -38634 100000 2024-09-25 17:43:33
Never Ending Story DJ AC-DC 20 7254 -92746 -37098 100000 2024-05-22 19:44:11
Kalinka Quiqman 20 12282 -87718 -35087 100000 2025-04-29 19:30:22
Katyusha Schustin 21 8575 -91425 -40318 100000 2024-03-03 20:20:13
Press Start MDK 23 4311 -95689 -50619 100000 2024-03-03 19:55:14
Cosmic Drive Quiqman 22 6335 -93665 -45334 100000 2024-03-03 20:13:03
Ooh La La La E-Rotic 21 74448 -25552 -11268 100000 2025-04-29 19:27:38
UFO Little Sis Nora & S3RL 20 75130 -24870 -9948 100000 2025-04-29 19:18:32
Tick Tock Technikore 20 116 -99884 -39954 100000 2025-04-29 18:45:23
Truth or Dare PIXY 19 5791 -94209 -34009 100000 2024-09-11 16:35:25
Big Boss Big Boss 21 70989 -29011 -12794 100000 2025-04-29 19:21:42
Burbank Nights Dirtyphonics 22 23860 -76140 -36852 100000 2025-04-29 19:36:46
Falling In Love No Hero & Nino Rivera 22 13785 -86215 -41728 100000 2025-04-29 19:23:50
Hero of the Night David Kane 23 4243 -95757 -50655 100000 2025-04-29 18:43:07
戦国 Re-venG 21 945 -99055 -43683 100000 2025-04-29 18:36:29
Set My Heart On Fire Rocket Man 22 6265 -93735 -45368 100000 2025-04-29 18:39:30
MEANT 2 BE THIRST & nuphory 23 13548 -86452 -45733 100000 2025-04-29 18:52:04
Remember Me Leslie Parrish 21 732 -99268 -43777 100000 2025-04-29 18:49:43
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.2623
Total Execution Time  2.2652
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,768 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14689/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.2523 seconds)  (Hide)
0.0021   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` = '14689'
GROUP BY `gs`.`grade
0.0044   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` = '14689'
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` = '14689'
AND `r`.`name` = 'total' 
2.2456   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)