irumyuuii


Total World Records: ??
Country: US

Stars Earned
23
9
3

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
Land Of The Lost Banzai 19 92325 -7675 -2771 100000 2023-10-27 22:59:07
Remember December Smiley 22 85495 -14505 -7020 100000 2023-08-01 23:09:49
Can't Get Enough Miradey 20 77026 -22974 -9190 100000 2023-04-11 03:22:21
Lights Go Down Less Affair 20 14911 -85089 -34036 100000 2024-05-05 04:11:14
I Love You Baby Pandera 21 80213 -19787 -8726 100000 2023-08-07 04:24:23
Darkness Sanxion7 22 89145 -10855 -5254 100000 2023-05-19 01:44:58
Gargoyle Sanxion7 24 55486 -44514 -25640 100000 2023-05-19 01:50:39
Bumble Bee Bambee 20 92259 -7741 -3096 100000 2023-09-04 23:17:18
Waka Laka Jenny Rom vs. The Zippers 21 91931 -8069 -3558 100000 2023-09-04 23:23:27
Bang Bang Bang DCX 21 84075 -15925 -7023 100000 2023-08-01 23:16:18
Senorita Jenny Rom 23 85901 -14099 -7458 100000 2023-08-24 21:51:07
Classic Madness Fracus & Darwin 21 89351 -10649 -4696 100000 2023-05-19 01:37:07
Megalovania Toby Fox 21 88063 -11937 -5264 100000 2024-04-07 01:55:08
Russian Roulette Darwin 22 93050 -6950 -3364 100000 2024-07-02 23:32:20
On My Own Anamanaguchi feat. HANA 21 82434 -17566 -7747 100000 2023-11-04 01:22:48
Kagami KaW 21 90100 -9900 -4366 100000 2023-05-19 01:39:37
Cartoon Heroes Barbie Young 21 87508 -12492 -5509 100000 2023-08-01 23:18:44
Kalinka Quiqman 20 95626 -4374 -1750 100000 2023-08-01 23:21:45
Demon's World CJ Crew 22 93080 -6920 -3349 100000 2023-05-19 01:47:31
TURBO Tokyo Machine 21 91742 -8258 -3642 100000 2023-05-19 01:42:18
STOP! & Go Onyx 21 78764 -21236 -9365 100000 2023-08-01 23:12:50
Right Into You The Tech Team 20 94177 -5823 -2329 100000 2024-04-07 02:00:41
Northern Lights Saxsquatch 21 86822 -13178 -5811 100000 2023-08-07 04:38:15
2NITE nanobii 21 87867 -12133 -5351 100000 2024-01-04 05:35:14
Poco Loco Carlito 21 85768 -14232 -6276 100000 2023-08-07 04:35:51
Every Little Thing Conro 21 89963 -10037 -4426 100000 2023-08-07 04:27:15
Candy Pop Luv Limited -NM- 21 88552 -11448 -5049 100000 2024-01-02 02:15:07
Y2Z Affinity 22 89772 -10228 -4950 100000 2024-01-18 23:46:34
Boogeyman Wizardz of Oz 19 88267 -11733 -4236 100000 2023-11-16 01:49:41
The Bass & the Melody S3RL 22 87001 -12999 -6292 100000 2024-01-18 23:44:35
Under The Bed Macks Wolf X Tatsunoshin 21 92126 -7874 -3472 100000 2024-01-18 23:42:34
Supernova Laszlo 22 90466 -9534 -4614 100000 2024-01-02 02:18:54
Kibo Dion Timmer 22 19931 -80069 -38753 100000 2024-05-01 03:42:45
Tick Tock Technikore 20 94151 -5849 -2340 100000 2024-04-07 01:57:49
Accelerate Teminite & Skybreak 24 83932 -16068 -9255 100000 2024-07-02 23:22:38
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  3.0506
Total Execution Time  3.0535
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,304 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8715/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.0421 seconds)  (Hide)
0.0298   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` = '8715'
GROUP BY `gs`.`grade
0.0520   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` = '8715'
AND `ghs`.`private` = 
0.0004   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` = '8715'
AND `r`.`name` = 'total' 
2.9598   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)