Sirjarvis


Total World Records: ??
Country: US

Stars Earned
16
5
2
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
Party People Oscillator X 20 89509 -10491 -4196 100000 2026-01-05 02:41:18
I Feel Sun Gyrlie 21 77644 -22356 -9859 100000 2024-05-28 00:15:45
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 92862 -7138 -2855 100000 2024-11-18 21:38:49
Dies Irae Jason Creasey 19 90563 -9437 -3407 100000 2024-11-18 21:47:11
Coming Out Playmaker feat. Robina 19 90456 -9544 -3445 100000 2024-11-18 21:32:13
Ghosts Tenth Planet 20 87421 -12579 -5032 100000 2026-01-05 02:31:06
Bye Bye Baby Balloon Joga 21 81940 -18060 -7964 100000 2024-05-28 00:29:18
Electric The DNC feat. Miss Amani 22 71118 -28882 -13979 100000 2024-11-18 20:45:12
So Deep Silvertear 21 88722 -11278 -4974 100000 2024-11-18 20:30:11
Summer Night In Seattle Jenna Drey 20 88933 -11067 -4427 100000 2024-11-18 21:56:53
Silence Fracus & Darwin 22 24007 -75993 -36781 100000 2024-11-18 22:00:05
Kagami KaW 21 81364 -18636 -8218 100000 2024-05-28 00:23:09
Ring The Alarm M-Project & Signal 22 73810 -26190 -12676 100000 2024-05-28 00:10:41
Silent Movie Little Violet 19 97071 -2929 -1057 100000 2024-11-18 21:12:11
INEEDU Teddy Killerz 22 9232 -90768 -43932 100000 2024-05-28 00:19:28
Orbit Ellis 19 91831 -8169 -2949 100000 2024-11-18 20:23:42
Crab Rave Noisestorm 20 95413 -4587 -1835 100000 2024-05-28 00:34:14
Northern Lights Saxsquatch 21 81323 -18677 -8237 100000 2024-05-28 00:07:40
Sirens RENOLD X Scarlett 19 95072 -4928 -1779 100000 2026-01-05 02:48:26
UFO Little Sis Nora & S3RL 20 92682 -7318 -2927 100000 2026-01-05 02:11:47
Where Did You Go Tatsunoshin 21 33813 -66187 -29188 100000 2026-01-05 01:44:46
Daydream Danny Leax 21 90596 -9404 -4147 100000 2024-11-18 21:49:59
Running In The 90s Max Coveri 23 63366 -36634 -19379 100000 2026-01-05 02:08:09
No Rules Foxela & Britt Lari 19 88555 -11445 -4132 100000 2026-01-05 02:27:05
Halley's Comet Jenna Drey & Joe Bermudez 19 90604 -9396 -3392 100000 2026-01-05 02:34:08
Ping Pong AronChupa & Little Sis Nora 20 90390 -9610 -3844 100000 2026-01-05 02:02:46
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Rival )  3.1484
Total Execution Time  3.1511
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,017,800 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16471/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.1377 seconds)  (Hide)
0.0297   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` = '16471'
GROUP BY `gs`.`grade
0.0051   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` = '16471'
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` = '16471'
AND `r`.`name` = 'total' 
3.1027   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)