Tortoise


Total World Records: ??
Country: US

Stars Earned
10
7
4
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
Bagpipe A-Moe 20 84604 -15396 -6158 100000 2024-05-02 23:58:43
Paranormal Inspector K 20 87773 -12227 -4891 100000 2024-05-02 21:46:19
Boom Boom Dollars King Kong & D'Jungle Girls 21 78537 -21463 -9465 100000 2024-05-02 23:55:05
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 85335 -14665 -5294 100000 2024-05-02 20:36:21
Bumble Bee Bambee 20 67297 -32703 -13081 100000 2024-05-02 23:52:54
Hero Miss Papaya 20 82185 -17815 -7126 100000 2024-05-03 00:05:59
Pink Dinosaur Miss Papaya 19 90271 -9729 -3512 100000 2024-05-03 00:03:58
Dam Dariram Joga 20 84332 -15668 -6267 100000 2024-05-02 21:19:59
Music & Police CJ Crew & KaW feat. Christian D. 21 63722 -36278 -15999 100000 2024-05-03 00:17:57
Russian Roulette Darwin 22 10212 -89788 -43457 100000 2024-05-02 20:12:16
Beethoven Virus BanYa 22 39250 -60750 -29403 100000 2024-05-02 20:17:54
BU-44 Naoki 21 85651 -14349 -6328 100000 2024-05-02 19:59:34
Do It All Night E-Rotic 20 90140 -9860 -3944 100000 2024-06-01 18:55:00
SubZero Donk Terrorist vs. 204 22 56166 -43834 -21216 100000 2024-11-12 21:17:43
Temple Of Love E-Rotic 21 89973 -10027 -4422 100000 2024-06-01 18:58:31
In The Heat Of The Night E-Rotic 20 93288 -6712 -2685 100000 2024-05-02 23:40:41
Operator Miss Papaya 19 78572 -21428 -7736 100000 2024-05-03 00:07:50
Liquify Toby Emerson 21 71410 -28590 -12608 100000 2024-05-02 20:52:28
Paradox Naoki feat. Riyu Kosaka 20 89803 -10197 -4079 100000 2024-05-02 21:43:59
Queen Of Light E-Rotic 21 42313 -57687 -25440 100000 2025-01-13 00:14:44
Contrast Donk Terrorist vs. Daniel Seven 22 91131 -8869 -4293 100000 2024-05-02 23:46:14
Turn Me On E-Rotic 20 83660 -16340 -6536 100000 2024-05-02 20:02:13
Ooh La La La E-Rotic 21 78499 -21501 -9482 100000 2024-05-02 21:41:04
Energizer ZiGZaG 23 26737 -73263 -38756 100000 2024-11-12 21:14:42
All Starts Now Laurell 19 84994 -15006 -5417 100000 2024-05-03 00:15:20
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  2.3103
Total Execution Time  2.3134
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,904,016 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/15983/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.3012 seconds)  (Hide)
0.0011   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` = '15983'
GROUP BY `gs`.`grade
0.0025   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` = '15983'
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` = '15983'
AND `r`.`name` = 'total' 
2.2973   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)