JordynPi


Total World Records: ??
Country: US

Stars Earned
16
6
1
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
Dynamo Oscillator X 19 93916 -6084 -2196 100000 2023-09-09 03:38:36
Start & Paws Oscillator X 19 90938 -9062 -3271 100000 2024-02-04 03:20:25
Think Thousand Thoughts Auvic 20 87731 -12269 -4908 100000 2023-09-09 03:59:42
Reactor Jason Creasey 19 89049 -10951 -3953 100000 2024-06-28 21:36:59
Dies Irae Jason Creasey 19 88395 -11605 -4189 100000 2023-12-27 20:54:00
Ladybug Coconut 19 89421 -10579 -3819 100000 2023-09-08 02:43:29
Click Bait S3RL feat. GL!TCH 20 91717 -8283 -3313 100000 2025-07-26 01:39:26
July Smiley 20 83429 -16571 -6628 100000 2023-09-09 04:02:49
Megalovania Toby Fox 21 79210 -20790 -9168 100000 2023-09-08 02:45:37
The Judgement Day Naoki feat. Riyu Kosaka 19 90578 -9422 -3401 100000 2023-09-11 02:43:25
Kick It Man KaW feat. DAZ 19 89156 -10844 -3915 100000 2023-09-11 02:36:06
Robot World Oscillator X 19 95628 -4372 -1578 100000 2023-09-09 03:44:26
Kalinka Quiqman 20 91011 -8989 -3596 100000 2023-09-09 04:05:15
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 93099 -6901 -2491 100000 2023-09-11 02:28:23
BUBBLES Tokyo Machine 22 81916 -18084 -8753 100000 2023-09-08 02:48:44
Crab Rave Noisestorm 20 90289 -9711 -3884 100000 2023-09-09 03:57:13
Nothing Else Matters Katya Ocean 19 89365 -10635 -3839 100000 2023-09-09 03:47:34
Techno World NAOKI underground 22 83456 -16544 -8007 100000 2024-06-28 21:42:20
Definition of a Badboy Scott Brown 20 93339 -6661 -2664 100000 2024-02-04 03:10:40
Let's Remember N.M.R 21 84466 -15534 -6850 100000 2024-02-07 21:41:13
FAR OUT Tokyo Machine 24 71102 -28898 -16645 100000 2024-05-12 02:28:20
Herrscher of Finality Omega 23 77473 -22527 -11917 100000 2024-05-12 01:54:38
Pure Ecstasy M-Project 25 21441 -78559 -49099 100000 2025-07-26 01:36:58
Proper Rhythm peak divide 21 88157 -11843 -5223 100000 2025-07-26 01:31:15
  BENCHMARKS  
Loading Time: Base Classes  0.0045
Controller Execution Time ( Main / Rival )  3.2084
Total Execution Time  3.2132
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,893,592 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8004/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.1913 seconds)  (Hide)
0.0075   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` = '8004'
GROUP BY `gs`.`grade
0.0065   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` = '8004'
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` = '8004'
AND `r`.`name` = 'total' 
3.1769   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)