Dino


Total World Records: ??
Country: US

Stars Earned
4
6
12
5

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
Dynamo Oscillator X 19 65004 -34996 -12634 100000 2024-10-23 21:36:46
Birdie Doolittle 19 85376 -14624 -5279 100000 2025-02-05 22:33:30
What Happened To Love Denine 19 85951 -14049 -5072 100000 2025-04-09 23:47:05
Blow My Mind Alphadelta 19 85252 -14748 -5324 100000 2025-03-12 23:48:45
Da Roots Mind Reflection 20 44773 -55227 -22091 100000 2025-01-08 23:55:53
I Think I Like That Sound Kid Whatever 20 28985 -71015 -28406 100000 2025-03-13 00:34:45
Ladybug Coconut 19 71305 -28695 -10359 100000 2024-10-23 22:31:12
July Smiley 20 36677 -63323 -25329 100000 2025-01-09 00:17:21
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 78877 -21123 -7625 100000 2025-01-08 23:31:24
Bumble Bee Bambee 20 29104 -70896 -28358 100000 2024-12-29 20:35:18
Coming Out Playmaker feat. Robina 19 83998 -16002 -5777 100000 2025-01-08 23:19:12
Typical Tropical Bambee 19 57335 -42665 -15402 100000 2024-10-02 23:06:39
Ghosts Tenth Planet 20 32380 -67620 -27048 100000 2025-01-09 00:09:48
Pink Dinosaur Miss Papaya 19 90172 -9828 -3548 100000 2025-04-09 22:55:35
Magic Mystery Tour KaW feat. Paula Terry 19 54177 -45823 -16542 100000 2025-04-09 22:49:30
My Generation Captain Jack 20 8323 -91677 -36671 100000 2024-12-29 20:32:54
Never Ending Story DJ AC-DC 20 35301 -64699 -25880 100000 2024-08-07 21:42:49
Robot World Oscillator X 19 62967 -37033 -13369 100000 2024-12-29 18:05:55
Sing It Again Kirk Monteux 19 52561 -47439 -17125 100000 2024-12-28 23:22:01
Villain PIXY 20 21991 -78009 -31204 100000 2025-01-12 00:29:55
Bust It Out FWLR 24 638 -99362 -57233 100000 2024-08-07 22:11:45
Crab Rave Noisestorm 20 20819 -79181 -31672 100000 2024-10-23 22:59:11
UFO Little Sis Nora & S3RL 20 88206 -11794 -4718 100000 2025-04-09 23:38:01
All Starts Now Laurell 19 88928 -11072 -3997 100000 2025-02-05 22:16:14
Boogeyman Wizardz of Oz 19 76055 -23945 -8644 100000 2025-03-12 23:51:06
Truth or Dare PIXY 19 90621 -9379 -3386 100000 2025-03-08 18:31:23
Everybody Get Up Tempo feat. Manola 19 90391 -9609 -3469 100000 2025-03-08 18:34:24
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  1.9393
Total Execution Time  1.9431
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,907,752 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17946/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 (1.9278 seconds)  (Hide)
0.0034   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` = '17946'
GROUP BY `gs`.`grade
0.0032   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` = '17946'
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` = '17946'
AND `r`.`name` = 'total' 
1.9210   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)