Godfetus


Total World Records: ??
Country: NO

Stars Earned
7
12
10
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
Party All Night KaW feat. Sam-I-Am 20 89585 -10415 -4166 100000 2024-08-30 16:05:22
Dream A Dream Captain Jack 20 86198 -13802 -5521 100000 2024-08-30 15:50:57
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 75166 -24834 -14304 100000 2024-09-18 13:19:22
Licky Licky Crispy 20 90046 -9954 -3982 100000 2024-09-19 10:36:55
Moonstone Virgill 19 92904 -7096 -2562 100000 2024-08-30 17:18:50
That Night Eskimo & Icebird 21 77894 -22106 -9749 100000 2024-08-30 17:23:13
Made In China Vitas & Sergey Pudovkin 20 89689 -10311 -4124 100000 2024-08-30 16:09:34
Bloodrush TechnoDred 26 11435 -88565 -59870 100000 2024-09-19 13:40:25
Holy Guacamole Chucho Merchán 23 26934 -73066 -38652 100000 2024-09-19 10:39:06
Land Of The Rising Sun Spacekatz 21 83651 -16349 -7210 100000 2024-08-30 16:15:10
Ra Banzai 21 77029 -22971 -10130 100000 2024-08-30 17:31:34
Dies Irae Jason Creasey 19 85982 -14018 -5060 100000 2024-08-30 17:36:02
Ladybug Coconut 19 90325 -9675 -3493 100000 2024-08-30 16:19:54
The Beginning DJ Doo 26 12659 -87341 -59043 100000 2024-09-18 13:12:05
Bye Bye Baby Balloon Joga 21 66164 -33836 -14922 100000 2024-08-30 17:40:05
So Deep Silvertear 21 47260 -52740 -23258 100000 2024-08-30 17:27:10
Devil Inside CRMNL 19 90981 -9019 -3256 100000 2024-08-30 17:34:10
Crime Time CJ Crew & KaW feat. Sedge 22 65397 -34603 -16748 100000 2024-09-19 13:37:25
Magic Mystery Tour KaW feat. Paula Terry 19 81228 -18772 -6777 100000 2024-08-30 17:16:29
Confusion Tess 22 52063 -47937 -23202 100000 2024-08-30 16:12:55
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 84081 -15919 -7020 100000 2024-08-30 17:20:53
Summer Smiley 25 56208 -43792 -27370 100000 2024-08-30 15:58:40
Winter BanYa 25 24389 -75611 -47257 100000 2024-08-30 15:56:34
Say What Cut Capers 21 70820 -29180 -12868 100000 2024-08-30 17:29:16
Kinky Boots Daz Sampson & Nona 19 87063 -12937 -4670 100000 2024-08-30 16:17:42
Closer To Heaven Nëonne 21 77716 -22284 -9827 100000 2024-08-30 17:37:53
Never Ending Story DJ AC-DC 20 82529 -17471 -6988 100000 2024-08-30 16:07:25
SaberDance Quiqman 22 28064 -71936 -34817 100000 2024-08-30 16:22:19
Don't Stop S & K 22 86399 -13601 -6583 100000 2024-09-18 13:17:00
Katyusha Schustin 21 16207 -83793 -36953 100000 2024-08-30 15:48:59
Meta Dreadnaught Machinae Supremacy 21 48251 -51749 -22821 100000 2024-08-30 16:03:27
Swipe Felix Schorn 21 82156 -17844 -7869 100000 2024-08-30 17:25:07
FAR OUT Tokyo Machine 24 12993 -87007 -50116 100000 2024-09-19 10:34:52
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Rival )  2.4426
Total Execution Time  2.4453
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,927,888 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17036/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.4350 seconds)  (Hide)
0.0025   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` = '17036'
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` = '17036'
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` = '17036'
AND `r`.`name` = 'total' 
2.4303   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)