Mijosa


Country: US

Stars Earned
20
6
22

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 74184 2025-08-13 01:12:38
Dynamo Oscillator X 19 75916 2025-08-13 01:16:52
Land Of The Lost Banzai 19 56919 2025-08-15 01:47:32
Birdie Doolittle 19 81474 2025-08-16 23:05:05
Can't Let Go Jenna Drey 19 58766 2025-08-13 00:11:00
Change The World Nathalie & Kim Lukas 19 77496 2025-08-13 00:13:20
Joanna Crazy Loop 19 40112 2025-08-15 01:38:44
Million Feelings Chriss Floren 19 3038 2025-08-15 01:55:38
Moonstone Virgill 19 67626 2025-08-15 01:57:46
Blow My Mind Alphadelta 19 14371 2025-08-09 05:38:54
Funny Love Dan Balan 19 69300 2025-08-13 01:23:21
Ize Pie Headtwist & Pump 19 39462 2025-08-15 01:36:27
This Is Rock And Roll DJ Zombie 19 16237 2025-08-16 23:13:27
Dies Irae Jason Creasey 19 22070 2025-08-13 01:14:49
Ladybug Coconut 19 73461 2025-08-15 01:45:13
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 75457 2025-08-13 01:21:25
Coming Out Playmaker feat. Robina 19 80415 2025-08-13 00:15:33
Ghosts Tenth Planet 20 17205 2025-07-21 01:56:55
Stay Tess 20 7821 2025-07-21 01:46:18
Devil Inside CRMNL 19 77971 2025-08-09 03:38:21
Magic Mystery Tour KaW feat. Paula Terry 19 12203 2025-08-15 01:53:39
Butterfly Swingrowers 19 25433 2025-08-09 05:42:45
Kick It Man KaW feat. DAZ 19 32027 2025-08-15 01:40:43
If You Can Say Goodbye Kate Project 19 78003 2025-08-15 01:34:26
Kinky Boots Daz Sampson & Nona 19 9608 2025-08-15 01:42:59
Grab It While We Can FantastixX 19 26394 2025-08-15 01:32:22
Lay It Down Tchorta & Gui Boratto 19 33377 2025-08-15 01:50:13
High On Your Love Safura 19 81275 2025-08-13 00:05:56
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 56087 2025-08-06 23:23:52
The Shrimps Vertigini 20 48642 2025-09-24 02:42:41
Here For You PIXL feat. Q'AILA 19 82181 2025-08-09 03:29:10
Moonlight PIXY 20 38639 2025-08-16 23:51:28
Only You DEXTER KING feat. Alexis Donn 19 79914 2025-09-24 02:39:38
WYGD Bishu 19 83864 2025-09-24 02:37:01
Orbit Ellis 19 75111 2025-08-06 23:18:21
Born to Run Red Parker 19 51869 2025-06-15 03:45:21
Nothing Else Matters Katya Ocean 19 39780 2025-08-09 03:33:42
Sirens RENOLD X Scarlett 19 84185 2025-08-09 03:31:40
All Starts Now Laurell 19 80887 2025-08-09 03:42:16
Boogeyman Wizardz of Oz 19 75148 2025-08-09 05:40:50
Everybody Get Up Tempo feat. Manola 19 24491 2025-08-13 01:19:25
Daydream Danny Leax 21 21758 2025-08-02 23:27:07
Dreaming Conro 20 64307 2025-08-06 23:15:30
No Rules Foxela & Britt Lari 19 32123 2025-08-16 23:09:31
Halley's Comet Jenna Drey & Joe Bermudez 19 74832 2025-08-13 00:07:54
Letting Go Bensley & Voicians 19 20838 2025-08-06 23:35:20
My X Little Sis Nora 20 76694 2025-09-24 02:31:51
When I Lose Control Desire 21 73107 2025-09-24 02:27:25
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0231
Total Execution Time  0.0259
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,589,408 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/19293
  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.0135 seconds)  (Hide)
0.0079   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` = '19293'
GROUP BY `gs`.`grade
0.0054   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` = '19293'
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` = '19293'
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)