Ronko


Country: IL

Stars Earned
7
24
14
2

Wild Mode Embed Generic Embed

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

Total Score Count: 47

Song Title Artist Level Score Grade Date
Hyper Hyper Smiley 22 48510 2026-01-24 16:01:22
Remember December Smiley 22 91070 2026-03-06 09:42:21
Start & Paws Oscillator X 19 87679 2025-12-06 15:06:16
Show Me Your Moves Auvic 20 33906 2026-03-06 10:06:10
What Happened To Love Denine 19 93064 2025-10-07 14:58:06
Soapy Bubble Fragmentz 23 4097 2025-10-07 16:16:53
This Is Rock And Roll DJ Zombie 19 92573 2025-12-20 19:42:49
July Smiley 20 84421 2025-11-22 16:35:23
Boom Boom Dollars King Kong & D'Jungle Girls 21 58015 2025-11-06 17:28:06
Be Alive Stian K 20 89691 2023-08-25 14:15:46
Ari Oh Jenny Kee 20 88840 2025-12-13 18:34:47
Young Forever Rebecca 20 940 2025-09-12 19:29:25
Ghosts Tenth Planet 20 84603 2025-12-13 18:12:26
Movin On Ellen Gee 20 88854 2025-12-20 19:25:34
Anubis Banzai 20 84609 2025-12-06 15:02:29
So Deep Silvertear 21 78281 2025-10-18 15:51:22
Fantasy Melissa 21 85442 2025-12-06 14:00:06
In My Dreams Rebecca 20 89775 2025-12-06 13:53:21
Silence Fracus & Darwin 22 22163 2026-03-06 09:49:56
Bring Your Lovin Back Fracus 20 93970 2025-11-08 17:01:26
I'm Crazy For Your Love Black Eva 21 92652 2025-11-29 18:33:24
Nori Nori Nori Judy Crystal 21 86321 2023-08-25 15:18:48
Spaceman Bambee & Lynn 20 88371 2025-12-13 17:53:17
Take Me Away Fracus & Darwin 23 41857 2025-10-09 17:40:52
BU-44 Naoki 21 76988 2025-10-09 16:20:28
Kagami KaW 21 73870 2025-10-18 14:58:50
Sky High DJ Miko 20 86976 2025-10-07 16:13:13
Cartoon Heroes Barbie Young 21 78514 2025-10-09 16:24:03
Kick It Man KaW feat. DAZ 19 93289 2025-12-13 18:09:11
Queen Of Light E-Rotic 21 86055 2023-08-25 15:22:30
Contrast Donk Terrorist vs. Daniel Seven 22 73161 2025-11-22 16:20:37
Get Up'n Move S & K 20 67974 2025-10-09 15:20:20
Pump It Electric Callboy 21 88518 2026-03-06 11:31:12
TURBO Tokyo Machine 21 82409 2023-08-25 14:33:24
Forever and a Day Dy5on feat. Silver Angelina 22 87626 2026-03-06 09:38:11
Night In Motion Cubic 22 21 83960 2025-12-13 19:19:14
The 7 Jump Ken-D 19 94672 2026-03-06 10:40:47
The Bass & the Melody S3RL 22 27947 2025-10-11 17:08:28
Under The Bed Macks Wolf X Tatsunoshin 21 90569 2026-03-06 10:55:10
Elysium Scott Brown 21 90577 2026-01-24 15:06:55
Supernova Laszlo 22 94802 2026-03-06 10:37:00
Everybody Get Up Tempo feat. Manola 19 95090 2025-12-20 19:38:39
Falling In Love No Hero & Nino Rivera 22 80314 2025-12-13 19:12:11
Go! Rocky Joe Maximum Power 20 90330 2026-01-24 15:33:30
Bella Ciao BEAUZ & XYSM 20 90530 2025-10-07 14:54:29
Let's Go! (This Is It) 2 The Limit 21 94097 2025-10-18 15:54:32
Chemical Love Kevin & Cherry 21 90065 2026-03-06 09:24:36
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Scores )  0.0178
Total Execution Time  0.0216
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,646,480 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11583
  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.0072 seconds)  (Hide)
0.0038   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` = '11583'
GROUP BY `gs`.`grade
0.0032   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` = '11583'
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` = '11583'
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)