toshiichi


Total World Records: ??
Country: US

Stars Earned
26
2
7

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
That Night Eskimo & Icebird 21 94670 -5330 -2351 100000 2025-08-17 04:45:13
Drifting Away Filo Bedo 20 90201 -9799 -3920 100000 2025-08-06 22:04:43
Go 60 Go Takoyaki 24 25824 -74176 -42725 100000 2025-05-08 00:46:56
This Is Rock And Roll DJ Zombie 19 96590 -3410 -1231 100000 2025-05-08 01:29:01
Ladybug Coconut 19 97104 -2896 -1045 100000 2025-04-24 02:39:56
Sunshine Triple J 22 90832 -9168 -4437 100000 2025-04-24 02:18:58
Boom Boom Dollars King Kong & D'Jungle Girls 21 89074 -10926 -4818 100000 2025-04-24 02:12:06
Hanky Panky Jenny Rom 23 81007 -18993 -10047 100000 2025-08-06 23:01:11
Waka Laka Jenny Rom vs. The Zippers 21 91175 -8825 -3892 100000 2025-04-24 02:16:14
Dam Dariram Joga 20 95951 -4049 -1620 100000 2025-05-08 01:49:32
We're Getting Faster Darwin feat. Fraz 22 84604 -15396 -7452 100000 2025-08-17 04:48:40
Speed Over Beethoven Rose 22 87565 -12435 -6019 100000 2025-04-24 02:58:01
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 85257 -14743 -6502 100000 2025-04-24 02:08:53
On My Own Anamanaguchi feat. HANA 21 86096 -13904 -6132 100000 2025-08-06 22:14:14
Summer Smiley 25 5325 -94675 -59172 100000 2025-04-24 02:55:12
Jukebox Swingrowers 21 89254 -10746 -4739 100000 2025-05-08 02:09:29
SaberDance Quiqman 22 88431 -11569 -5599 100000 2025-08-06 23:24:11
Dance Sophon 23 85608 -14392 -7613 100000 2025-04-24 02:31:26
Perks Bibi Gold 21 95263 -4737 -2089 100000 2025-04-24 02:28:06
Crab Rave Noisestorm 20 95269 -4731 -1892 100000 2025-05-08 01:51:54
Forever and a Day Dy5on feat. Silver Angelina 22 94747 -5253 -2542 100000 2025-08-06 22:38:46
Bassline Shatter M-Project & S2i8 23 87078 -12922 -6836 100000 2025-08-06 22:58:27
Northern Lights Saxsquatch 21 97695 -2305 -1017 100000 2025-05-08 00:43:37
Down Low Hr. Troels x Felix Schorn 20 88474 -11526 -4610 100000 2025-08-06 22:02:33
To Your Beat S3RL feat. Hannah Fortune 23 78109 -21891 -11580 100000 2025-08-06 23:13:10
Y2Z Affinity 22 92963 -7037 -3406 100000 2025-05-08 01:55:57
Elysium Scott Brown 21 96821 -3179 -1402 100000 2025-08-06 22:35:57
Definition of a Badboy Scott Brown 20 95441 -4559 -1824 100000 2025-08-06 22:27:56
Kibo Dion Timmer 22 90988 -9012 -4362 100000 2025-08-06 23:21:45
What Ya Gonna Do Scott Brown 21 90037 -9963 -4394 100000 2025-05-08 01:32:09
Falling In Love No Hero & Nino Rivera 22 90448 -9552 -4623 100000 2025-08-06 22:47:59
Running In The 90s Max Coveri 23 83810 -16190 -8565 100000 2025-04-24 02:43:10
Polarised Koven, ÆON:MODE, Blanke 22 94364 -5636 -2728 100000 2025-08-06 22:50:27
Letting Go Bensley & Voicians 19 95413 -4587 -1656 100000 2025-08-06 22:25:22
Running Ninja Eurofunk 21 88556 -11444 -5047 100000 2025-08-06 22:16:41
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.9569
Total Execution Time  2.9598
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,950,000 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21973/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.9468 seconds)  (Hide)
0.0010   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` = '21973'
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` = '21973'
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` = '21973'
AND `r`.`name` = 'total' 
2.9431   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)