Vaje0100


Total World Records: ??
Country: IT

Stars Earned
18
5
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
Dance Vibrations Elpis 19 91914 -8086 -2919 100000 2024-02-27 10:36:06
In The Hall Of The Mountain King KaW 22 88609 -11391 -5513 100000 2024-02-27 11:30:47
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 84866 -15134 -8717 100000 2024-02-28 16:08:08
Zodiac Banzai 21 95559 -4441 -1958 100000 2024-02-27 12:37:34
Gargoyle Sanxion7 24 82926 -17074 -9835 100000 2024-02-28 10:54:07
Utopia Smiley 22 27942 -72058 -34876 100000 2024-02-27 12:40:35
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 95829 -4171 -1506 100000 2024-02-28 10:48:41
Monolith Affinity 25 85573 -14427 -9017 100000 2024-02-28 16:21:20
NightMoves Playmaker 20 93048 -6952 -2781 100000 2024-02-27 16:22:00
Senorita Jenny Rom 23 90613 -9387 -4966 100000 2024-02-28 15:57:50
Anubis Banzai 20 93069 -6931 -2772 100000 2024-02-27 11:23:48
Stay Tess 20 94782 -5218 -2087 100000 2024-02-28 15:55:16
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 88011 -11989 -5803 100000 2024-02-28 16:12:08
Black Magic Matduke 23 82811 -17189 -9093 100000 2024-02-27 16:18:37
MAX428 Omega 27 2654 -97168 -70835 99822 2024-02-27 16:41:23
BU-44 Naoki 21 89775 -10225 -4509 100000 2024-02-27 15:58:59
Summer Smiley 25 62083 -37917 -23698 100000 2024-02-28 15:34:03
Closer To Heaven Nëonne 21 92506 -7494 -3305 100000 2024-02-27 10:39:38
Follow My Pamp Andrea Damante feat. Adam Clay 20 91425 -8575 -3430 100000 2024-02-28 10:51:16
Outbreak Feint feat. MYLK 23 91321 -8679 -4591 100000 2024-02-28 16:00:45
Energizer ZiGZaG 23 87882 -12118 -6410 100000 2024-02-27 16:37:46
Forever and a Day Dy5on feat. Silver Angelina 22 91215 -8785 -4252 100000 2024-02-27 11:51:05
Blackstar Celldweller 22 90909 -9091 -4400 100000 2024-02-27 16:01:15
The Other Side Au5 & Chime 25 80440 -19560 -12225 100000 2024-02-28 16:18:52
Y2Z Affinity 22 94444 -5556 -2689 100000 2024-02-27 12:43:44
Definition of a Badboy Scott Brown 20 94924 -5076 -2030 100000 2024-02-27 11:54:11
  BENCHMARKS  
Loading Time: Base Classes  0.0040
Controller Execution Time ( Main / Rival )  2.5589
Total Execution Time  2.5631
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,905,384 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14470/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.5476 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` = '14470'
GROUP BY `gs`.`grade
0.0016   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` = '14470'
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` = '14470'
AND `r`.`name` = 'total' 
2.5436   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)