Rexy


Country: US

Stars Earned
1
26
15
1
1

Wild Mode Embed Generic Embed

Currently displaying scores for mode. Select another difficulty to view scores for it.

Total Score Count: 44

Song Title Artist Level Score Grade Date
Hard Fast Disco Darwin 24 86177 2026-05-04 22:40:27
Unity TheFatRat 21 95757 2026-05-08 22:26:11
Da Roots Mind Reflection 20 99121 2026-05-08 21:39:47
Ladybug Coconut 19 98305 2026-05-04 21:33:40
Gargoyle Sanxion7 24 95123 2026-05-06 19:37:28
Xuxa Smiley 23 96449 2026-05-08 22:34:38
Be Alive Stian K 20 99235 2026-05-11 21:49:26
Hero Miss Papaya 20 98503 2026-05-04 21:48:01
Pink Dinosaur Miss Papaya 19 99096 2026-05-06 18:50:19
Mozart Is Back Rose 24 34605 2026-05-11 22:58:52
Arcade Run Perfect Sphere 22 96130 2026-05-04 22:17:40
Spaceman Bambee & Lynn 20 98968 2026-05-11 21:46:22
On My Own Anamanaguchi feat. HANA 21 96068 2026-05-04 22:37:02
Cryosleep Machinae Supremacy 20 97626 2026-05-11 21:53:22
Destiny Smiley 23 89829 2026-05-11 22:15:19
Operator Miss Papaya 19 96750 2026-05-04 21:38:56
Ring The Alarm M-Project & Signal 22 96924 2026-05-11 22:40:44
Canon D.2 Yahpp 23 89771 2026-05-11 22:23:37
The Call of Wilderness Electron 22 96508 2026-05-11 22:19:30
Meta Dreadnaught Machinae Supremacy 21 94254 2026-05-11 22:36:58
Space Boy Rameses B, Feint & Veela 22 92089 2026-05-08 22:23:41
Arsene's Bazaar James Landino 25 88077 2026-05-11 22:33:32
Party ChildsPlay 19 99392 2026-05-04 22:01:22
Truth or Dare PIXY 19 98658 2026-05-04 21:27:21
Fearless Rolling Quartz 24 95421 2026-05-06 19:33:15
FAR OUT Tokyo Machine 24 94603 2026-05-11 22:54:40
Accelerate Teminite & Skybreak 24 91761 2026-05-08 22:42:26
Mothership F.O.O.L & SKUM 24 96789 2026-05-06 19:29:58
Everybody Get Up Tempo feat. Manola 19 99120 2026-05-08 21:23:13
Drum 'N' Bossa Carbuncle 20 99089 2026-05-04 22:05:34
Remember Me Leslie Parrish 21 99239 2026-05-04 21:52:00
Ori Ori MANNTRA 21 97234 2026-05-08 22:08:22
Running Ninja Eurofunk 21 95958 2026-05-08 21:56:16
King Of Fire Max Casanova 21 99486 2026-05-11 22:08:03
Morning Call U_Chae feat. Uki Satake 21 97373 2026-05-06 19:02:11
London Bridge SCI Guyz 21 98526 2026-05-04 22:09:13
Old School Rameses B 23 95773 2026-05-08 22:28:46
Rubix Cube Rusko 21 96958 2026-05-08 22:00:28
Hands Up, Touch The Sky NAOKI feat. NOVA 19 99525 2026-05-06 18:43:16
Lifted Me Up CloudNone and Micah Martin 21 97159 2026-05-04 22:31:44
On My Own Nostalgix & ALRT 23 93682 2026-05-04 22:34:19
Hyper Rave NAOKI 22 95940 2026-05-06 19:18:51
Nyaw PaperKitty 25 59827 2026-05-06 19:14:55
Tribal Style KaW 21 99211 2026-05-06 19:04:34
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Scores )  0.1706
Total Execution Time  0.1748
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,640,712 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/28141
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.1597 seconds)  (Hide)
0.0529   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` = '28141'
GROUP BY `gs`.`grade
0.1065   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` = '28141'
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` = '28141'
AND `r`.`name` = 'total' 
  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)