DNARWHAL


Country: US

Stars Earned
8
33
5
1

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
Flight Of The Bumble Bee MonstDeath 25 82404 2024-04-19 22:15:30
In The Hall Of The Mountain King KaW 22 91466 2021-12-13 00:45:38
Party All Night KaW feat. Sam-I-Am 20 96656 2019-11-10 21:59:28
Time is Ticking Elpis feat. Black Elway 19 96204 2019-11-10 22:57:30
The Rainmaker Doug Laurent 20 95161 2019-04-13 21:53:13
Twins Martin Eriksson feat. Ellee 22 93693 2019-04-14 00:05:29
Birdie Doolittle 19 98653 2019-04-13 20:09:46
Burning Tonight Krystal 22 91249 2019-11-10 04:29:18
Change The World Nathalie & Kim Lukas 19 81063 2019-11-11 01:49:35
Dreaming Rameses B feat. Holly Drummond 21 84698 2019-04-14 04:02:15
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 92093 2019-11-10 04:29:18
Joanna Crazy Loop 19 98787 2024-06-10 02:45:11
Lights Go Down Less Affair 20 87268 2019-11-11 01:12:09
Link Line Asterisk 25 74790 2019-11-09 06:59:39
Ready To Fly Aleky 22 95458 2024-04-19 21:48:22
RockSlaves Leo Pigot & Rinat Crone 23 85630 2019-04-13 23:33:18
Secret 2K12 Rene Ablaze feat. Jacinta 20 92178 2019-11-09 06:39:29
Mexi Mexi Mozquito 20 98941 2024-04-15 00:06:56
Monody TheFatRat feat. Laura Brehm 22 96805 2019-11-10 22:57:30
Time To Fly Cindy Cooper 24 87206 2019-04-14 00:05:29
Crazyloop Crazy Loop 22 88655 2019-04-13 07:47:09
Determinator Dust Devil 26 82297 2024-04-15 00:03:30
Spin Chicken Freebie & The Bean 21 96617 2019-11-10 21:59:28
Get Busy Bassmonkeys & Bianca Lindgren 20 96127 2019-04-13 21:56:11
Ladybug Coconut 19 97600 2019-11-10 21:53:50
Paranormal Inspector K 20 96221 2019-11-10 22:57:30
Utopia Smiley 22 97357 2024-04-15 00:16:14
Boom Boom Dollars King Kong & D'Jungle Girls 21 90865 2023-10-15 00:31:00
Ari Oh Jenny Kee 20 97253 2024-04-15 00:01:09
Bumble Bee Bambee 20 80849 2024-05-12 22:09:46
Electric The DNC feat. Miss Amani 22 92937 2024-04-19 21:46:05
Classic Madness Fracus & Darwin 21 97449 2024-05-12 00:00:59
July ReduX Entity 23 93951 2024-04-19 22:24:03
Magic Mystery Tour KaW feat. Paula Terry 19 68750 2024-05-12 22:12:16
Beethoven Virus BanYa 22 92773 2024-04-21 19:51:32
Kagami KaW 21 97989 2024-04-19 22:29:07
Winter BanYa 25 79772 2024-04-19 22:26:50
Katana Fighter Electron 22 96505 2024-04-19 22:13:23
Jukebox Swingrowers 21 92969 2024-05-12 00:03:09
Never Ending Story DJ AC-DC 20 99080 2024-04-21 19:46:35
The Call of Wilderness Electron 22 93313 2024-03-02 08:19:49
Have Fun Rameses B 21 95391 2024-04-19 21:29:20
Pump It Electric Callboy 21 98537 2024-04-15 00:20:25
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 96978 2024-04-19 22:21:53
Poco Loco Carlito 21 94308 2024-04-14 23:58:59
GALACTICAL Tokyo Machine 23 93404 2024-04-19 22:07:56
Stars James Landino 24 87272 2023-10-15 00:33:48
  BENCHMARKS  
Loading Time: Base Classes  0.0033
Controller Execution Time ( Main / Scores )  0.0241
Total Execution Time  0.0277
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,585,184 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1290
  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.0140 seconds)  (Hide)
0.0096   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` = '1290'
GROUP BY `gs`.`grade
0.0042   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` = '1290'
AND `ghs`.`private` = 
0.0002   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` = '1290'
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)