Gianluca


Total World Records: ??
Country: US

Stars Earned
11
10
4
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
Million Feelings Chriss Floren 19 28354 -71646 -25864 100000 2025-09-21 22:14:12
Ba Be Loo Be La Kristeen 20 33029 -66971 -26788 100000 2025-09-21 21:11:46
Surf Hyper Potions 22 78154 -21846 -10573 100000 2025-10-04 01:35:36
Bumble Bee Bambee 20 85183 -14817 -5927 100000 2025-12-30 01:13:01
Hero Miss Papaya 20 76635 -23365 -9346 100000 2025-10-02 21:57:18
Pink Dinosaur Miss Papaya 19 93522 -6478 -2339 100000 2025-09-21 21:23:10
No Princess Lynn 19 76887 -23113 -8344 100000 2025-09-21 21:37:21
Stay Tess 20 23549 -76451 -30580 100000 2025-10-02 21:31:49
Living In America Rose & John 22 8743 -91257 -44168 100000 2025-09-21 22:11:52
Twelve Riyu Kosaka 20 75966 -24034 -9614 100000 2025-10-02 21:54:55
Beethoven Virus BanYa 22 42397 -57603 -27880 100000 2025-11-16 21:26:14
BU-44 Naoki 21 82313 -17687 -7800 100000 2025-12-30 01:10:57
Baby Love Me Judy Crystal 21 70578 -29422 -12975 100000 2025-11-16 21:28:38
Operator Miss Papaya 19 91816 -8184 -2954 100000 2025-11-16 20:40:37
Kick It Man KaW feat. DAZ 19 84172 -15828 -5714 100000 2025-09-29 21:16:06
Ring The Alarm M-Project & Signal 22 79093 -20907 -10119 100000 2025-10-04 01:47:40
Never Ending Story DJ AC-DC 20 70674 -29326 -11730 100000 2025-09-21 21:35:28
Follow My Pamp Andrea Damante feat. Adam Clay 20 86991 -13009 -5204 100000 2025-11-16 20:46:50
Don't Stop S & K 22 19237 -80763 -39089 100000 2025-11-16 20:51:43
Get Busy KOYOTIE 22 3993 -96007 -46467 100000 2025-07-26 16:00:09
Crab Rave Noisestorm 20 9632 -90368 -36147 100000 2025-12-30 01:15:30
Bambole (Ole) Papa Gonzalez 20 17153 -82847 -33139 100000 2025-09-12 22:48:36
Down Low Hr. Troels x Felix Schorn 20 78526 -21474 -8590 100000 2025-09-21 22:08:38
Night In Motion Cubic 22 21 18661 -81339 -35870 100000 2025-09-29 21:20:30
Fiesta Night Carlito 21 49717 -50283 -22175 100000 2025-10-02 21:38:49
UFO Little Sis Nora & S3RL 20 88325 -11675 -4670 100000 2025-10-02 21:49:43
Jingle Bell Rock KaW feat. Bobby Helms 20 84663 -15337 -6135 100000 2025-12-30 01:08:00
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.0636
Total Execution Time  3.0665
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,020,400 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/23196/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.0536 seconds)  (Hide)
0.1322   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` = '23196'
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` = '23196'
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` = '23196'
AND `r`.`name` = 'total' 
2.9168   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)