Zealous


Country: US

Stars Earned
37
4
1
1

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
Land Of The Lost Banzai 19 89943 2020-11-01 16:47:32
Start & Paws Oscillator X 19 79972 2020-11-01 16:47:32
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 76240 2023-12-19 22:28:20
The 7th Element Vitas 19 84952 2020-11-01 16:47:32
Monody TheFatRat feat. Laura Brehm 22 91980 2024-03-18 21:13:27
Surf Hyper Potions 22 92359 2023-12-19 23:04:11
Unity TheFatRat 21 89535 2023-12-23 18:26:08
Bloodrush TechnoDred 26 66076 2024-10-13 19:46:48
Paranormal Inspector K 20 93015 2024-02-13 21:22:25
Sweet World Omega Men 22 89901 2024-03-18 21:28:29
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 87451 2020-11-01 16:47:32
Waka Laka Jenny Rom vs. The Zippers 21 97964 2024-03-18 21:34:07
Flash In The Night Flashman 22 93483 2024-10-13 19:18:56
Bye Bye Baby Balloon Joga 21 87914 2024-10-13 19:02:10
Fantasy Melissa 21 96100 2024-02-13 21:17:10
Dam Dadi Doo Fantasy Project 22 93116 2023-12-19 23:08:14
Dolphin Talk Pyramyth 23 95492 2024-10-13 19:29:03
Silence Fracus & Darwin 22 93303 2023-12-23 19:07:00
Arcade Run Perfect Sphere 22 94115 2024-10-13 19:14:19
Take Me Away Fracus & Darwin 23 96033 2023-12-23 19:12:52
Kagami KaW 21 96057 2024-02-13 21:32:14
Cryosleep Machinae Supremacy 20 91174 2024-02-13 21:26:11
Dr. M BanYa 23 87618 2023-12-19 21:58:15
Glowing In The Night Schustin 23 95891 2025-04-23 23:13:32
Katana Fighter Electron 22 94317 2024-10-13 19:20:59
Melancholy Vision DE-SIRE 24 83848 2023-12-19 22:02:33
Show U M-Project 24 86614 2023-12-19 22:31:56
Queen Of Light E-Rotic 21 98263 2024-03-18 21:31:23
Jukebox Swingrowers 21 91811 2024-02-13 20:55:39
Dark Fenix DE-SIRE 22 89192 2024-02-13 21:36:30
Stop Me Natsume Oki 21 96915 2024-10-13 19:09:40
Right Into You The Tech Team 20 92329 2024-10-13 19:04:33
Bassline Shatter M-Project & S2i8 23 96763 2024-03-18 21:39:50
Make It Tonight Fracus & Darwin feat. Jake 21 97998 2024-03-18 21:36:29
Every Little Thing Conro 21 92469 2024-01-23 23:23:39
Elysium Scott Brown 21 95665 2024-10-13 19:07:00
Kibo Dion Timmer 22 88529 2024-01-23 23:26:27
Herrscher of Finality Omega 23 93166 2024-10-13 19:43:24
Where Did You Go Tatsunoshin 21 94270 2024-10-13 19:40:44
DJ Party BB Hayes 20 97707 2024-10-13 19:38:29
Need You Nostalgix 22 94997 2024-10-13 19:35:46
Daydream Danny Leax 21 91720 2024-10-13 19:31:57
Running In The 90s Max Coveri 23 90728 2025-04-23 23:18:11
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Scores )  0.0164
Total Execution Time  0.0194
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,569,448 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3118
  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.0075 seconds)  (Hide)
0.0030   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` = '3118'
GROUP BY `gs`.`grade
0.0043   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` = '3118'
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` = '3118'
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)