LOIS


Country: US

Stars Earned
8
18
19
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
Dance Vibrations Elpis 19 71017 2024-10-20 16:09:47
Dynamo Oscillator X 19 28276 2023-11-17 19:25:19
Land Of The Lost Banzai 19 72212 2024-09-22 20:02:06
Time is Ticking Elpis feat. Black Elway 19 12574 2023-07-20 03:34:47
Birdie Doolittle 19 81616 2024-10-19 16:49:34
Can't Let Go Jenna Drey 19 63533 2023-03-13 20:17:25
Change The World Nathalie & Kim Lukas 19 81364 2024-10-20 15:59:24
Million Feelings Chriss Floren 19 18816 2023-11-17 19:20:49
Moonstone Virgill 19 78335 2023-07-20 03:23:38
What Happened To Love Denine 19 82681 2023-07-20 03:38:56
Funny Love Dan Balan 19 99424 2024-03-03 15:54:42
Ize Pie Headtwist & Pump 19 24004 2023-11-17 19:28:28
Reactor Jason Creasey 19 76904 2023-03-13 20:25:27
This Is Rock And Roll DJ Zombie 19 2973 2023-07-20 03:33:02
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 36970 2024-05-13 22:40:32
Dies Irae Jason Creasey 19 22414 2023-11-17 19:23:46
Ladybug Coconut 19 70205 2023-03-13 20:23:29
Coming Out Playmaker feat. Robina 19 79699 2024-05-03 21:39:23
Typical Tropical Bambee 19 47539 2023-11-15 18:05:22
Pink Dinosaur Miss Papaya 19 74919 2024-08-09 22:16:06
No Princess Lynn 19 79409 2023-07-20 03:25:42
Come On Now Miss Amani 20 48018 2024-09-03 00:38:18
Devil Inside CRMNL 19 85063 2024-09-11 17:39:07
The Judgement Day Naoki feat. Riyu Kosaka 19 56953 2023-03-13 20:29:23
Butterfly Swingrowers 19 21700 2023-11-17 19:49:11
Operator Miss Papaya 19 20863 2024-10-28 22:50:57
Kick It Man KaW feat. DAZ 19 26599 2024-11-26 01:20:35
If You Can Say Goodbye Kate Project 19 36219 2023-03-13 20:21:23
Kinky Boots Daz Sampson & Nona 19 70913 2023-11-17 19:26:46
Robot World Oscillator X 19 81956 2023-03-13 20:27:23
Say Na Na Na Serhat 19 80747 2023-07-20 03:31:24
Lay It Down Tchorta & Gui Boratto 19 518 2023-11-17 19:33:01
Silent Movie Little Violet 19 77207 2023-11-17 19:29:57
Take Take Miss V 20 22408 2023-03-13 20:33:58
The Naughty Song Oscillator X 19 75063 2023-03-13 20:31:18
Sing It Again Kirk Monteux 19 76804 2023-03-13 20:15:22
Here For You PIXL feat. Q'AILA 19 78738 2023-11-17 19:36:02
Recovery JMCX 19 72378 2023-11-17 19:50:45
Orbit Ellis 19 10035 2023-11-17 19:44:18
Nothing Else Matters Katya Ocean 19 40512 2023-11-17 19:22:27
Sirens RENOLD X Scarlett 19 82195 2023-05-31 00:10:55
All Starts Now Laurell 19 83114 2024-10-20 15:18:12
Boogeyman Wizardz of Oz 19 98728 2024-09-18 16:59:11
Party ChildsPlay 19 66319 2024-09-22 20:07:07
Rock Me Forever Nevada 21 40716 2024-08-06 03:03:09
Everybody Get Up Tempo feat. Manola 19 76007 2024-08-06 03:00:45
DJ Party BB Hayes 20 78262 2024-09-22 20:04:07
  BENCHMARKS  
Loading Time: Base Classes  0.0033
Controller Execution Time ( Main / Scores )  0.0552
Total Execution Time  0.0588
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,587,408 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3256/3
  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.0370 seconds)  (Hide)
0.0212   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` = '3256'
GROUP BY `gs`.`grade
0.0155   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` = '3256'
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` = '3256'
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)