beryl


Total World Records: ??
Country: US

Stars Earned
8
12
7
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
Time is Ticking Elpis feat. Black Elway 19 81116 -18884 -6817 100000 2024-10-14 07:56:18
Link Line Asterisk 25 26742 -73258 -45786 100000 2024-09-12 22:23:50
Blow My Mind Alphadelta 19 331 -99669 -35981 100000 2024-06-15 08:22:21
Zodiac Banzai 21 58477 -41523 -18312 100000 2024-10-14 07:50:05
Monody TheFatRat feat. Laura Brehm 22 74384 -25616 -12398 100000 2024-06-23 07:24:03
Reactor Jason Creasey 19 89623 -10377 -3746 100000 2024-09-12 22:26:27
While Tha Rekkid Spinz DJ Zombie 22 26070 -73930 -35782 100000 2024-10-10 02:59:27
EternuS Sanxion7 20 9878 -90122 -36049 100000 2024-06-15 07:34:19
Coming Out Playmaker feat. Robina 19 76731 -23269 -8400 100000 2024-07-02 03:13:20
Hero Miss Papaya 20 61711 -38289 -15316 100000 2024-06-28 04:45:19
Dam Dariram Joga 20 70356 -29644 -11858 100000 2024-06-23 07:19:17
Sky High Lucyfer 20 72184 -27816 -11126 100000 2024-10-10 03:06:49
Bring Your Lovin Back Fracus 20 77503 -22497 -8999 100000 2024-07-02 03:10:36
On My Own Anamanaguchi feat. HANA 21 3985 -96015 -42343 100000 2024-06-23 07:59:03
BU-44 Naoki 21 3351 -96649 -42622 100000 2024-06-15 07:24:07
Cyber-Kyoto- Re-venG 20 37141 -62859 -25144 100000 2024-06-15 07:30:59
Moonlight PIXY 20 75229 -24771 -9908 100000 2024-09-12 22:20:51
Villain PIXY 20 65439 -34561 -13824 100000 2024-06-23 08:02:20
Trigger CraXy 21 17761 -82239 -36267 100000 2024-07-02 04:18:32
Energizer ZiGZaG 23 10438 -89562 -47378 100000 2024-06-23 08:05:54
Get Busy KOYOTIE 22 4785 -95215 -46084 100000 2024-06-28 04:48:02
Crab Rave Noisestorm 20 82088 -17912 -7165 100000 2024-06-15 08:20:02
Nothing Else Matters Katya Ocean 19 58509 -41491 -14978 100000 2024-06-17 04:24:16
Kibo Dion Timmer 22 51144 -48856 -23646 100000 2024-06-23 07:01:20
Tick Tock Technikore 20 77275 -22725 -9090 100000 2024-10-10 03:02:59
Truth or Dare PIXY 19 75402 -24598 -8880 100000 2024-07-11 07:44:35
Beat It from20 23 326 -99674 -52728 100000 2024-06-15 07:20:39
DMT Technikore 23 64361 -35639 -18853 100000 2024-10-10 02:55:29
  BENCHMARKS  
Loading Time: Base Classes  0.0031
Controller Execution Time ( Main / Rival )  2.2444
Total Execution Time  2.2478
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,910,272 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16762/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.2337 seconds)  (Hide)
0.0084   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` = '16762'
GROUP BY `gs`.`grade
0.0076   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` = '16762'
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` = '16762'
AND `r`.`name` = 'total' 
2.2174   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)