Raidos


Total World Records: ??
Country: US

Stars Earned
4
13
3
6

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 88063 -11937 -4309 100000 2019-06-13 05:23:56
Remember December Smiley 22 78139 -21861 -10581 100000 2019-07-16 23:14:07
Birdie Doolittle 19 88970 -11030 -3982 100000 2019-06-17 05:10:30
Don't Stop My Music Tonight David Dima 22 67052 -32948 -15947 100000 2019-06-15 01:31:31
Dream A Dream Captain Jack 20 75150 -24850 -9940 100000 2019-06-14 23:29:50
Joanna Crazy Loop 19 79010 -20990 -7577 100000 2019-06-16 05:24:18
Show Me Your Moves Auvic 20 69525 -30475 -12190 100000 2019-07-12 01:58:23
That Night Eskimo & Icebird 21 76023 -23977 -10574 100000 2019-06-16 05:24:18
The 7th Element Vitas 19 83845 -16155 -5832 100000 2019-06-17 05:10:30
Think Thousand Thoughts Auvic 20 82607 -17393 -6957 100000 2019-06-17 05:36:15
Run Away Avejio 21 61565 -38435 -16950 100000 2019-07-12 01:58:23
Made In China Vitas & Sergey Pudovkin 20 89488 -10512 -4205 100000 2019-06-17 05:36:15
Time To Fly Cindy Cooper 24 45109 -54891 -31617 100000 2019-06-15 04:44:17
Agent Blatant Ernest + Julio 21 49435 -50565 -22299 100000 2019-06-15 01:40:03
Disconnected Disco Kid Whatever 20 30792 -69208 -27683 100000 2019-06-13 04:57:07
Fleadh Uncut Ian Parker 21 82747 -17253 -7609 100000 2019-06-17 05:19:52
Gallecode NoVus 20 79107 -20893 -8357 100000 2019-06-14 23:40:47
Hispanic Panic Chucho Merchán 23 50553 -49447 -26157 100000 2019-06-15 04:44:17
Pop4 Vibes & Wishdokta 22 30369 -69631 -33701 100000 2019-06-16 05:33:17
Psalm Pilot Jason Creasey 20 81528 -18472 -7389 100000 2019-06-15 01:40:03
Reactor Jason Creasey 19 87134 -12866 -4645 100000 2019-07-11 23:39:50
ROM-eo & Juli8 Nina 19 85846 -14154 -5110 100000 2019-06-17 05:19:52
Spin Chicken Freebie & The Bean 21 80378 -19622 -8653 100000 2019-06-17 05:26:49
Paranormal Inspector K 20 81667 -18333 -7333 100000 2019-06-16 04:36:51
Sweet World Omega Men 22 27702 -72298 -34992 100000 2019-06-15 04:54:08
Click Bait S3RL feat. GL!TCH 20 80658 -19342 -7737 100000 2019-06-15 04:35:17
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.0867
Total Execution Time  2.0897
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,906,504 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1462/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.0783 seconds)  (Hide)
0.0016   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` = '1462'
GROUP BY `gs`.`grade
0.0016   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` = '1462'
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` = '1462'
AND `r`.`name` = 'total' 
2.0749   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)