Dancing Jedi


Country: US

Stars Earned
32
2
9
4
4

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 90966 2022-11-26 00:29:12
Party All Night KaW feat. Sam-I-Am 20 87769 2022-09-17 23:33:01
Party People Oscillator X 20 90620 2023-02-01 00:51:31
Start & Paws Oscillator X 19 94634 2022-09-26 00:09:50
Time is Ticking Elpis feat. Black Elway 19 94074 2022-09-26 00:01:24
Day After Day Rikah 20 59645 2023-02-01 00:53:11
The Rainmaker Doug Laurent 20 90080 2022-12-02 23:44:06
Birdie Doolittle 19 98227 2022-09-17 22:58:13
Burning Tonight Krystal 22 9703 2025-08-14 01:27:58
Joanna Crazy Loop 19 95799 2025-08-14 01:34:05
Million Feelings Chriss Floren 19 88014 2023-02-05 01:40:49
What Happened To Love Denine 19 93742 2022-11-30 01:34:55
Bounce Crew 7 19 94930 2025-12-28 02:11:19
Endless Day Verona 19 94849 2022-09-26 00:12:48
Girlz Night Out Jenna Drey 20 92694 2022-10-14 23:53:10
Medicine 2013 Kim Leoni 19 89755 2022-12-02 23:45:39
Zodiac Banzai 21 98045 2026-01-04 21:02:15
Big Blue Bouncy Ball Mr. Blue 22 88426 2026-01-04 21:40:18
Agent Blatant Ernest + Julio 21 75963 2025-12-15 23:34:17
Da Roots Mind Reflection 20 98305 2025-12-28 02:43:23
Disconnected Disco Kid Whatever 20 88294 2025-12-15 23:51:47
Reactor Jason Creasey 19 92185 2023-02-05 01:47:03
Spin Chicken Freebie & The Bean 21 90878 2025-08-14 01:50:32
Ladybug Coconut 19 98848 2022-08-31 00:08:57
Coming Out Playmaker feat. Robina 19 95505 2022-11-30 01:31:48
Young Forever Rebecca 20 99021 2025-11-05 00:16:44
Anubis Banzai 20 98873 2026-01-04 20:50:42
Music & Police CJ Crew & KaW feat. Christian D. 21 44543 2025-08-10 23:24:29
So Deep Silvertear 21 90582 2022-11-05 23:48:55
In My Dreams Rebecca 20 61458 2022-09-17 23:34:41
India's Glitch Kirill Gramada 21 90128 2022-09-26 00:19:08
Magic Mystery Tour KaW feat. Paula Terry 19 86615 2022-12-02 23:28:10
Pretty Ugly Yenn 20 92983 2022-11-30 01:42:29
Warrior Kirill Gramada 21 85824 2025-08-14 01:36:23
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 95750 2025-12-15 23:42:53
Beethoven Virus BanYa 22 93836 2025-08-14 01:56:17
Kick It Man KaW feat. DAZ 19 93769 2022-11-26 00:30:43
Grab It While We Can FantastixX 19 93787 2023-02-05 01:45:27
Follow My Pamp Andrea Damante feat. Adam Clay 20 84764 2022-11-30 01:40:58
High On Your Love Safura 19 98568 2022-09-03 22:39:26
Energizer ZiGZaG 23 26040 2025-12-28 02:25:33
Crab Rave Noisestorm 20 98410 2025-12-16 00:16:28
Born to Run Red Parker 19 95756 2025-08-10 23:27:48
Samurai Rameses B 22 83900 2025-12-28 02:21:49
UFO Little Sis Nora & S3RL 20 96620 2025-12-28 01:51:46
The Bass & the Melody S3RL 22 93690 2025-08-24 01:15:01
Jingle Bell Rock KaW feat. Bobby Helms 20 94923 2025-12-28 01:58:46
Mothership F.O.O.L & SKUM 24 21604 2025-08-10 23:33:36
Burbank Nights Dirtyphonics 22 95306 2025-12-13 22:41:02
Rain Dance MUZZ 21 93901 2025-12-15 23:46:17
The Banana Song SIPPY 19 99289 2025-08-24 01:22:26
  BENCHMARKS  
Loading Time: Base Classes  0.0040
Controller Execution Time ( Main / Scores )  0.0284
Total Execution Time  0.0326
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,661,312 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7219
  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.0127 seconds)  (Hide)
0.0042   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` = '7219'
GROUP BY `gs`.`grade
0.0060   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` = '7219'
AND `ghs`.`private` = 
0.0025   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` = '7219'
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)