teashoe


Total World Records: ??
Country: US

Stars Earned
16
19
2
1

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
Revenge MonstDeath 21 79311 -20689 -9124 100000 2021-11-17 19:36:32
The Rainmaker Doug Laurent 20 85821 -14179 -5672 100000 2021-11-16 20:31:34
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 80751 -19249 -11087 100000 2021-11-19 18:46:11
Licky Licky Crispy 20 89744 -10256 -4102 100000 2021-11-18 22:28:09
Blow My Mind Alphadelta 19 92862 -7138 -2577 100000 2021-11-17 19:08:35
Reactor Jason Creasey 19 93185 -6815 -2460 100000 2021-11-18 18:45:38
Paranormal Inspector K 20 84719 -15281 -6112 100000 2021-11-16 22:25:56
Gargoyle Sanxion7 24 73712 -26288 -15142 100000 2021-11-17 19:36:32
Zenith Sanxion7 24 34135 -65865 -37938 100000 2021-11-16 20:13:50
Do U Love Me DJ Doo 21 89567 -10433 -4601 100000 2021-11-19 17:14:38
Beautiful Man Radiorama 21 82462 -17538 -7734 100000 2021-11-17 19:29:33
Hero Miss Papaya 20 91888 -8112 -3245 100000 2021-11-16 20:19:58
NightMoves Playmaker 20 86662 -13338 -5335 100000 2021-11-18 22:28:09
Fantasy Melissa 21 88283 -11717 -5167 100000 2021-11-19 20:57:44
Classic Madness Fracus & Darwin 21 90469 -9531 -4203 100000 2021-11-17 22:33:36
Equinox Mage 21 86575 -13425 -5920 100000 2021-11-19 20:57:44
Arcade Run Perfect Sphere 22 11286 -88714 -42938 100000 2021-11-18 19:38:24
Hypnosis Colin Kiddy 21 93862 -6138 -2707 100000 2021-11-18 19:48:57
I'm Crazy For Your Love Black Eva 21 91036 -8964 -3953 100000 2021-11-16 20:06:46
Into My Dream Lagoona 23 83690 -16310 -8628 100000 2021-11-18 18:26:22
Delirium Smiley 23 82300 -17700 -9363 100000 2021-11-19 19:04:14
Twelve Riyu Kosaka 20 85015 -14985 -5994 100000 2021-11-16 20:31:34
Beethoven Virus BanYa 22 83521 -16479 -7976 100000 2021-11-18 18:26:22
BU-44 Naoki 21 85732 -14268 -6292 100000 2021-11-17 19:08:35
Katana Fighter Electron 22 91893 -8107 -3924 100000 2021-11-19 19:09:27
Brutalisphere Machinae Supremacy 23 85920 -14080 -7448 100000 2021-11-19 21:00:29
Cartoon Heroes Barbie Young 21 65774 -34226 -15094 100000 2021-11-16 20:19:58
Melancholy Vision DE-SIRE 24 79377 -20623 -11879 100000 2021-11-19 18:46:11
Step Up Amadeus BanYa 22 85215 -14785 -7156 100000 2021-11-17 21:17:30
If You Can Say Goodbye Kate Project 19 90542 -9458 -3414 100000 2021-11-16 20:04:43
Paradox Naoki feat. Riyu Kosaka 20 88589 -11411 -4564 100000 2025-01-04 01:04:19
Ring The Alarm M-Project & Signal 22 89247 -10753 -5204 100000 2021-11-19 19:04:14
Contrast Donk Terrorist vs. Daniel Seven 22 92332 -7668 -3711 100000 2021-11-19 17:14:38
op13 riddle 22 83885 -16115 -7800 100000 2021-11-18 22:34:07
Give You Love Daz Sampson & Katya Ocean 21 89549 -10451 -4609 100000 2021-11-18 22:34:07
William Tell Quiqman 24 77718 -22282 -12834 100000 2021-11-19 17:37:50
403 NAOKI underground 23 87294 -12706 -6721 100000 2021-11-19 17:37:50
Insane Niko Noise 20 89752 -10248 -4099 100000 2021-11-18 18:14:41
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  4.0375
Total Execution Time  4.0417
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,944,432 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5733/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 (4.0261 seconds)  (Hide)
0.1556   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` = '5733'
GROUP BY `gs`.`grade
0.0052   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` = '5733'
AND `ghs`.`private` = 
0.0003   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` = '5733'
AND `r`.`name` = 'total' 
3.8650   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)