piotato


Total World Records: ??
Country: US

Stars Earned
15
3
4

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
Dynamo Oscillator X 19 83206 -16794 -6063 100000 2023-09-19 00:15:05
Firewalker Xenon 19 77940 -22060 -7964 100000 2023-06-18 22:21:27
Birdie Doolittle 19 78495 -21505 -7763 100000 2024-05-08 01:23:47
Joanna Crazy Loop 19 72383 -27617 -9970 100000 2023-06-18 21:01:16
Million Feelings Chriss Floren 19 70921 -29079 -10498 100000 2023-09-19 00:17:37
Made In China Vitas & Sergey Pudovkin 20 82605 -17395 -6958 100000 2024-10-26 01:21:58
Dies Irae Jason Creasey 19 77309 -22691 -8191 100000 2024-10-26 00:30:58
Click Bait S3RL feat. GL!TCH 20 76395 -23605 -9442 100000 2023-09-19 02:15:17
Bumble Bee Bambee 20 43080 -56920 -22768 100000 2023-05-09 01:42:48
Devil Inside CRMNL 19 84378 -15622 -5640 100000 2023-09-30 01:59:38
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 51736 -48264 -23360 100000 2023-09-30 02:01:57
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 54370 -45630 -20123 100000 2023-09-30 00:30:04
Spaceman Bambee & Lynn 20 78770 -21230 -8492 100000 2023-09-30 00:33:04
Beethoven Virus BanYa 22 43525 -56475 -27334 100000 2024-10-26 00:42:46
Operator Miss Papaya 19 79881 -20119 -7263 100000 2024-03-21 03:08:23
Kick It Man KaW feat. DAZ 19 75496 -24504 -8846 100000 2024-05-07 23:56:59
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 79570 -20430 -7375 100000 2023-05-15 20:24:32
Stop Me Natsume Oki 21 68004 -31996 -14110 100000 2023-06-18 20:16:35
Born to Run Red Parker 19 73824 -26176 -9450 100000 2024-05-08 01:18:55
Bambole (Ole) Papa Gonzalez 20 80165 -19835 -7934 100000 2023-09-19 02:01:24
Love Ari Dayan 20 82184 -17816 -7126 100000 2023-09-19 02:12:32
My Salsa Carlito 20 80371 -19629 -7852 100000 2024-05-08 01:30:37
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  3.0418
Total Execution Time  3.0446
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,890,936 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8885/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.0201 seconds)  (Hide)
0.0243   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` = '8885'
GROUP BY `gs`.`grade
0.0185   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` = '8885'
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` = '8885'
AND `r`.`name` = 'total' 
2.9770   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)