gord1


Total World Records: ??
Country: NO

Stars Earned
23
9
3

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
Can't Get Enough Miradey 20 76673 -23327 -9331 100000 2025-12-08 19:19:47
Firewalker Xenon 19 80983 -19017 -6865 100000 2025-10-15 17:09:32
The Rainmaker Doug Laurent 20 23078 -76922 -30769 100000 2026-03-17 19:56:49
Birdie Doolittle 19 85491 -14509 -5238 100000 2026-03-13 20:42:36
Licky Licky Crispy 20 24179 -75821 -30328 100000 2026-03-18 10:34:09
Million Feelings Chriss Floren 19 73788 -26212 -9463 100000 2025-10-01 20:43:10
The 7th Element Vitas 19 83155 -16845 -6081 100000 2025-10-01 20:35:12
Blow My Mind Alphadelta 19 78965 -21035 -7594 100000 2026-01-09 21:05:37
Ize Pie Headtwist & Pump 19 74550 -25450 -9187 100000 2026-04-11 13:05:52
ROM-eo & Juli8 Nina 19 36373 -63627 -22969 100000 2025-10-06 20:02:03
Bumble Bee Bambee 20 45061 -54939 -21976 100000 2026-05-12 10:19:27
Hero Miss Papaya 20 78223 -21777 -8711 100000 2026-04-09 14:18:09
Typical Tropical Bambee 19 77310 -22690 -8191 100000 2025-10-01 20:39:26
Movin On Ellen Gee 20 41363 -58637 -23455 100000 2026-03-20 14:08:19
Pink Dinosaur Miss Papaya 19 82047 -17953 -6481 100000 2026-03-27 11:12:25
No Princess Lynn 19 80619 -19381 -6997 100000 2025-12-01 16:00:45
India's Glitch Kirill Gramada 21 21829 -78171 -34473 100000 2025-09-19 11:50:08
My Generation Captain Jack 20 79384 -20616 -8246 100000 2026-04-09 14:22:38
Operator Miss Papaya 19 75603 -24397 -8807 100000 2025-10-07 19:01:06
Kinky Boots Daz Sampson & Nona 19 71735 -28265 -10204 100000 2025-10-10 08:38:44
Watch Out Victoria 21 37889 -62111 -27391 100000 2025-10-23 12:33:08
Get Up'n Move S & K 20 73874 -26126 -10450 100000 2026-03-18 10:38:38
High On Your Love Safura 19 82008 -17992 -6495 100000 2025-09-19 11:45:46
The Naughty Song Oscillator X 19 81567 -18433 -6654 100000 2026-04-09 14:15:52
Recovery JMCX 19 80380 -19620 -7083 100000 2026-03-13 20:52:59
Bambole (Ole) Papa Gonzalez 20 60378 -39622 -15849 100000 2025-09-22 12:16:04
Work Stella Mwangi 21 34221 -65779 -29009 100000 2025-09-22 12:13:52
UFO Little Sis Nora & S3RL 20 70992 -29008 -11603 100000 2025-10-23 12:35:39
All Starts Now Laurell 19 85691 -14309 -5166 100000 2025-09-19 08:59:57
Baila Bolero Fun Fun 20 77658 -22342 -8937 100000 2025-12-13 21:55:00
No Rules Foxela & Britt Lari 19 10087 -89913 -32459 100000 2025-09-18 11:19:29
Boogie Shoes AronChupa & Little Sis Nora 20 83770 -16230 -6492 100000 2025-10-01 20:31:02
Why Me Desire 19 83686 -16314 -5889 100000 2025-09-18 11:45:52
Get Away Steve Modana 20 77219 -22781 -9112 100000 2026-03-18 10:36:35
Hands Up, Touch The Sky NAOKI feat. NOVA 19 81636 -18364 -6629 100000 2026-03-16 10:06:08
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  7.0242
Total Execution Time  7.0270
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,057,296 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21730/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 (7.0149 seconds)  (Hide)
1.0493   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` = '21730'
GROUP BY `gs`.`grade
0.9910   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` = '21730'
AND `ghs`.`private` = 
0.0004   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` = '21730'
AND `r`.`name` = 'total' 
4.9742   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)