G Stomp


Total World Records: ??
Country: US

Stars Earned
30
3
3
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
Land Of The Lost Banzai 19 97098 -2902 -1048 100000 2022-06-09 19:03:32
Party People Oscillator X 20 92285 -7715 -3086 100000 2022-06-06 21:21:48
Birdie Doolittle 19 96257 -3743 -1351 100000 2022-03-17 22:18:19
Dream A Dream Captain Jack 20 94989 -5011 -2004 100000 2022-03-20 17:29:16
Joanna Crazy Loop 19 96543 -3457 -1248 100000 2022-06-11 15:06:20
Licky Licky Crispy 20 97576 -2424 -970 100000 2022-06-06 21:32:47
Million Feelings Chriss Floren 19 95427 -4573 -1651 100000 2022-06-11 15:14:27
The 7th Element Vitas 19 95338 -4662 -1683 100000 2022-03-16 17:30:22
Think Thousand Thoughts Auvic 20 91492 -8508 -3403 100000 2022-06-06 21:17:08
Da Roots Mind Reflection 20 97762 -2238 -895 100000 2022-03-16 17:39:15
Gallecode NoVus 20 92573 -7427 -2971 100000 2022-03-20 17:24:09
ROM-eo & Juli8 Nina 19 95601 -4399 -1588 100000 2022-03-16 17:21:28
Ladybug Coconut 19 95391 -4609 -1664 100000 2022-06-09 19:15:15
July Smiley 20 92282 -7718 -3087 100000 2022-06-06 21:35:33
Bumble Bee Bambee 20 91994 -8006 -3202 100000 2022-03-17 22:29:14
Coming Out Playmaker feat. Robina 19 98323 -1677 -605 100000 2022-03-20 17:34:33
Waka Laka Jenny Rom vs. The Zippers 21 93487 -6513 -2872 100000 2022-06-04 22:26:15
Justify My Love Tess 21 91392 -8608 -3796 100000 2025-03-01 19:46:34
Anubis Banzai 20 82808 -17192 -6877 100000 2024-11-17 16:17:34
Bye Bye Baby Balloon Joga 21 86787 -13213 -5827 100000 2025-02-16 20:21:10
Music & Police CJ Crew & KaW feat. Christian D. 21 86163 -13837 -6102 100000 2022-03-20 17:48:14
So Deep Silvertear 21 89682 -10318 -4550 100000 2022-03-16 17:24:01
Fantasy Melissa 21 88831 -11169 -4926 100000 2022-03-20 17:24:09
In My Dreams Rebecca 20 98022 -1978 -791 100000 2022-06-09 19:15:15
Life Ride Pyramyth 22 95732 -4268 -2066 100000 2022-03-23 22:07:55
Bring Your Lovin Back Fracus 20 97800 -2200 -880 100000 2022-06-04 22:16:56
My Generation Captain Jack 20 98932 -1068 -427 100000 2022-03-20 17:50:52
Nori Nori Nori Judy Crystal 21 77619 -22381 -9870 100000 2025-02-16 20:16:08
Spaceman Bambee & Lynn 20 94915 -5085 -2034 100000 2022-06-06 21:19:34
What Love Feels Like Leonail 20 95699 -4301 -1720 100000 2022-06-06 21:10:56
In The Heat Of The Night E-Rotic 20 92408 -7592 -3037 100000 2022-06-06 20:52:02
Cartoon Heroes Barbie Young 21 92301 -7699 -3395 100000 2025-02-16 20:26:14
Paradox Naoki feat. Riyu Kosaka 20 94773 -5227 -2091 100000 2022-06-06 21:24:35
Queen Of Light E-Rotic 21 88874 -11126 -4907 100000 2022-03-16 17:21:28
The Shrimps Vertigini 20 91816 -8184 -3274 100000 2022-06-06 21:17:08
Moonlight PIXY 20 97969 -2031 -812 100000 2022-06-06 21:30:39
Space Boy Rameses B, Feint & Veela 22 40936 -59064 -28587 100000 2025-03-01 20:34:14
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.2262
Total Execution Time  2.2290
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,941,600 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6163/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.2157 seconds)  (Hide)
0.0028   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` = '6163'
GROUP BY `gs`.`grade
0.0020   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` = '6163'
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` = '6163'
AND `r`.`name` = 'total' 
2.2106   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)