hexeltron720


Total World Records: ??
Country: US

Stars Earned
9
14
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
Personal Reality Auvic 25 18083 -81917 -51198 100000 2022-11-24 02:12:31
RockSlaves Leo Pigot & Rinat Crone 23 40371 -59629 -31544 100000 2022-11-23 23:11:46
Think Thousand Thoughts Auvic 20 85815 -14185 -5674 100000 2024-01-06 01:18:44
Big Blue Bouncy Ball Mr. Blue 22 7920 -92080 -44567 100000 2022-11-23 23:18:30
Feel The Melody S3RL feat. Sara 20 77299 -22701 -9080 100000 2025-03-02 03:09:51
Ari Oh Jenny Kee 20 75990 -24010 -9604 100000 2022-11-24 04:08:00
Bumble Bee Bambee 20 86375 -13625 -5450 100000 2024-01-10 23:54:16
Dopamine You In Mind 23 80088 -19912 -10533 100000 2023-06-08 00:14:23
India's Glitch Kirill Gramada 21 83990 -16010 -7060 100000 2022-12-01 02:20:59
Beethoven Virus BanYa 22 42625 -57375 -27770 100000 2022-12-01 01:57:53
Ring The Alarm M-Project & Signal 22 84262 -15738 -7617 100000 2024-01-06 01:13:26
op13 riddle 22 32431 -67569 -32703 100000 2023-01-12 03:38:18
403 NAOKI underground 23 41574 -58426 -30907 100000 2022-11-27 23:52:55
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 88846 -11154 -4027 100000 2022-11-28 00:46:14
Fade Out Bensley 21 85095 -14905 -6573 100000 2024-07-05 02:41:46
Dystopia 2077 F.O.O.L & The Forgotten 23 79005 -20995 -11106 100000 2024-01-08 01:58:25
Just Do It Swingrowers 21 80088 -19912 -8781 100000 2022-12-09 23:46:34
Have Fun Rameses B 21 77380 -22620 -9975 100000 2024-07-27 00:25:24
How We Win FWLR 21 85314 -14686 -6477 100000 2024-07-05 02:44:47
Rainbow Rave Parade Chime 24 19945 -80055 -46112 100000 2023-06-08 00:19:10
Right Into You The Tech Team 20 48797 -51203 -20481 100000 2025-03-02 03:55:03
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 45999 -54001 -28567 100000 2022-12-07 21:09:00
Crab Rave Noisestorm 20 91474 -8526 -3410 100000 2024-03-28 04:47:05
Just Dance Bad Computer 20 84070 -15930 -6372 100000 2023-05-24 00:51:55
Mothership F.O.O.L & SKUM 24 81671 -18329 -10558 100000 2024-07-05 02:08:44
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.0215
Total Execution Time  3.0245
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,904,216 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7979/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.0107 seconds)  (Hide)
0.0028   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` = '7979'
GROUP BY `gs`.`grade
0.0026   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` = '7979'
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` = '7979'
AND `r`.`name` = 'total' 
3.0051   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)