Tayto


Total World Records: ??
Country: US

Stars Earned
22
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
Crazyloop Crazy Loop 22 96744 -3256 -1576 100000 2026-03-19 00:26:57
Feel The Melody S3RL feat. Sara 20 97542 -2458 -983 100000 2026-03-17 21:18:23
Gargoyle Sanxion7 24 94035 -5965 -3436 100000 2026-02-26 01:32:32
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 98070 -1930 -697 100000 2026-03-05 02:29:01
Senorita Jenny Rom 23 95183 -4817 -2548 100000 2026-04-02 04:31:16
A Sign Tipsy & Tipsy 23 91025 -8975 -4748 100000 2026-03-04 00:26:38
So Deep Silvertear 21 96541 -3459 -1525 100000 2026-03-05 02:19:56
Speed Over Beethoven Rose 22 96115 -3885 -1880 100000 2026-03-19 01:10:01
Dam Dadi Doo Fantasy Project 22 95670 -4330 -2096 100000 2026-03-25 04:29:59
Into My Dream Lagoona 23 92233 -7767 -4109 100000 2026-03-04 00:39:51
Megalovania Toby Fox 21 92266 -7734 -3411 100000 2026-02-26 02:30:11
Fall Silently Christoph Maitland & Toby Emerson feat. Veela 22 93204 -6796 -3289 100000 2026-02-21 23:48:22
The Judgement Day Naoki feat. Riyu Kosaka 19 95304 -4696 -1695 100000 2026-04-24 00:35:04
Destiny Smiley 23 93982 -6018 -3184 100000 2026-04-09 04:02:33
Cartoon Heroes Barbie Young 21 98859 -1141 -503 100000 2026-04-09 04:10:19
Paradox Naoki feat. Riyu Kosaka 20 92897 -7103 -2841 100000 2026-02-26 01:18:28
Space Boy Rameses B, Feint & Veela 22 92855 -7145 -3458 100000 2026-04-02 04:33:49
Energizer ZiGZaG 23 92984 -7016 -3711 100000 2026-04-02 04:14:41
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 96301 -3699 -1957 100000 2026-03-05 02:41:34
Lemmings On The Run E-Rotic 21 94667 -5333 -2352 100000 2026-04-10 04:26:25
Tick Tock Technikore 20 98629 -1371 -548 100000 2026-03-25 04:38:24
Electronic City Pops TOKYO twilight scene 21 96319 -3681 -1623 100000 2026-04-02 04:17:15
When The Sun Goes Down Ken Blast 22 94720 -5280 -2556 100000 2026-03-05 02:17:03
Remember Me Leslie Parrish 21 99142 -858 -378 100000 2026-04-10 05:45:47
Under The Moonlight M-Project 23 89774 -10226 -5410 100000 2026-02-26 02:26:49
Death By Glamour Toby Fox 23 96830 -3170 -1677 100000 2026-04-02 04:06:48
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  3.2476
Total Execution Time  3.2514
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,021,872 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/26588/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 (3.2369 seconds)  (Hide)
0.0045   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` = '26588'
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` = '26588'
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` = '26588'
AND `r`.`name` = 'total' 
3.2290   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)