GAMO


Total World Records: ??
Country: CA

Stars Earned
15
19
1
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
Birdie Doolittle 19 99625 -375 -135 100000 2023-07-22 19:26:28
Joanna Crazy Loop 19 98567 -1433 -517 100000 2023-06-21 00:42:49
Blow My Mind Alphadelta 19 99349 -651 -235 100000 2023-06-21 00:44:20
Bounce Crew 7 19 98125 -1875 -677 100000 2023-06-21 00:49:01
Determinator Dust Devil 26 88240 -11760 -7950 100000 2023-03-17 21:12:51
Disconnected Disco Kid Whatever 20 95153 -4847 -1939 100000 2023-03-17 21:58:55
Pop4 Vibes & Wishdokta 22 97082 -2918 -1412 100000 2023-03-17 20:56:00
Spin Chicken Freebie & The Bean 21 96340 -3660 -1614 100000 2023-03-17 21:52:26
Coming Out Playmaker feat. Robina 19 99771 -229 -83 100000 2023-07-22 19:29:15
Monolith Affinity 25 92190 -7810 -4881 100000 2023-03-17 21:10:14
Senorita Jenny Rom 23 97094 -2906 -1537 100000 2023-03-17 21:32:26
Dam Dadi Doo Fantasy Project 22 84959 -15041 -7280 100000 2023-03-17 20:35:56
Sky High Lucyfer 20 97210 -2790 -1116 100000 2023-03-17 21:49:41
Megalovania Toby Fox 21 95645 -4355 -1921 100000 2023-03-17 21:55:50
Show U Love Entity 22 97508 -2492 -1206 100000 2023-03-17 20:53:17
Take Me Away Fracus & Darwin 23 96630 -3370 -1783 100000 2023-03-17 20:05:03
Beethoven Virus BanYa 22 94408 -5592 -2707 100000 2023-03-17 20:15:33
Operator Miss Papaya 19 99660 -340 -123 100000 2023-06-21 00:47:23
Show U M-Project 24 95105 -4895 -2820 100000 2023-03-17 20:10:21
Ring The Alarm M-Project & Signal 22 97552 -2448 -1185 100000 2023-03-17 20:23:35
Contrast Donk Terrorist vs. Daniel Seven 22 96735 -3265 -1580 100000 2023-03-17 19:59:11
Grab It While We Can FantastixX 19 99717 -283 -102 100000 2023-06-21 00:45:54
Say Na Na Na Serhat 19 98671 -1329 -480 100000 2023-06-21 00:41:15
Everybody 2 the Sun Ultimate Heights 20 98794 -1206 -482 100000 2023-03-17 20:18:12
Pump It Electric Callboy 21 97698 -2302 -1015 100000 2023-03-17 20:21:01
Stop Me Natsume Oki 21 97982 -2018 -890 100000 2023-03-17 20:07:26
Dance Sophon 23 98196 -1804 -954 100000 2023-03-17 20:12:24
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 96581 -3419 -1508 100000 2023-03-17 20:59:23
Crab Rave Noisestorm 20 98790 -1210 -484 100000 2023-03-17 21:21:11
Forever and a Day Dy5on feat. Silver Angelina 22 97638 -2362 -1143 100000 2023-03-17 21:41:15
Make It Tonight Fracus & Darwin feat. Jake 21 98030 -1970 -869 100000 2023-06-05 01:51:35
Northern Lights Saxsquatch 21 98168 -1832 -808 100000 2023-03-17 21:39:10
Techno World NAOKI underground 22 98451 -1549 -750 100000 2023-06-05 01:53:39
2NITE nanobii 21 98902 -1098 -484 100000 2023-06-05 01:46:13
Love Arcade Bending Grid 21 98860 -1140 -503 100000 2023-06-05 01:49:09
The Other Side Au5 & Chime 25 94471 -5529 -3456 100000 2023-06-05 01:57:12
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  2.3451
Total Execution Time  2.3493
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,936 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9086/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.3353 seconds)  (Hide)
0.0052   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` = '9086'
GROUP BY `gs`.`grade
0.0048   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` = '9086'
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` = '9086'
AND `r`.`name` = 'total' 
2.3251   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)