ZZYPLAYER1


Total World Records: ??
Country: JP

Stars Earned
3
27
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
Dance Vibrations Elpis 19 86433 -13567 -4898 100000 2021-02-13 06:22:23
Ba Be Loo Be La Kristeen 20 90573 -9427 -3771 100000 2022-04-29 01:48:30
Ignition Starts KaW 21 92190 -7810 -3444 100000 2022-04-29 03:10:42
Sunshine Triple J 22 72397 -27603 -13360 100000 2021-01-23 07:22:14
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 90529 -9471 -3419 100000 2021-01-23 04:56:45
Bumble Bee Bambee 20 94654 -5346 -2138 100000 2022-04-29 04:33:20
Never Gonna Make Morgana 21 83241 -16759 -7391 100000 2021-02-13 06:22:23
Flash In The Night Flashman 22 78300 -21700 -10503 100000 2021-03-14 05:01:12
Typical Tropical Bambee 19 94564 -5436 -1962 100000 2022-04-29 01:39:11
Young Forever Rebecca 20 94935 -5065 -2026 100000 2022-06-19 03:14:36
The Saint Goes Marching The Saint 21 87685 -12315 -5431 100000 2021-01-23 07:22:14
Pink Dinosaur Miss Papaya 19 93237 -6763 -2441 100000 2021-01-23 03:15:26
Dam Dariram Joga 20 89432 -10568 -4227 100000 2021-01-23 04:56:45
So Deep Silvertear 21 88285 -11715 -5166 100000 2022-06-25 02:53:27
Stay Tess 20 87911 -12089 -4836 100000 2021-01-23 07:22:14
In My Dreams Rebecca 20 97669 -2331 -932 100000 2022-06-19 03:14:36
Speed Over Beethoven Rose 22 93101 -6899 -3339 100000 2022-04-29 02:00:14
Nothing Gonna Stop Micky 20 94594 -5406 -2162 100000 2022-04-29 01:39:11
Hypnosis Colin Kiddy 21 89483 -10517 -4638 100000 2021-01-23 04:56:45
No Nobody's Love Joga 20 95084 -4916 -1966 100000 2022-04-29 03:10:42
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 91259 -8741 -3855 100000 2022-04-29 01:48:30
My Generation Captain Jack 20 94228 -5772 -2309 100000 2021-01-23 03:21:57
Nori Nori Nori Judy Crystal 21 93284 -6716 -2962 100000 2022-04-29 02:00:13
Beethoven Virus BanYa 22 92788 -7212 -3491 100000 2022-06-25 02:53:27
Baby Love Me Judy Crystal 21 94572 -5428 -2394 100000 2022-04-29 02:00:14
Temple Of Love E-Rotic 21 88272 -11728 -5172 100000 2021-07-04 10:56:14
Sky High DJ Miko 20 86521 -13479 -5392 100000 2021-07-04 10:56:14
Step Up Amadeus BanYa 22 89473 -10527 -5095 100000 2022-06-25 02:53:27
If You Can Say Goodbye Kate Project 19 89176 -10824 -3907 100000 2021-07-04 10:56:14
Never Ending Story DJ AC-DC 20 96213 -3787 -1515 100000 2022-04-29 01:32:06
Lay It Down Tchorta & Gui Boratto 19 97388 -2612 -943 100000 2021-11-14 07:24:21
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.6729
Total Execution Time  2.6759
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,864 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3457/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.6588 seconds)  (Hide)
0.0038   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` = '3457'
GROUP BY `gs`.`grade
0.0014   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` = '3457'
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` = '3457'
AND `r`.`name` = 'total' 
2.6533   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)