CEDtamer


Country: US

Stars Earned
2
22
20
2
1
1

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
Frozen Fire Kbit 23 45973 2024-06-29 22:43:12
In The Hall Of The Mountain King KaW 22 97121 2024-06-29 23:27:03
Dream A Dream Captain Jack 20 96680 2024-06-29 23:24:11
RockSlaves Leo Pigot & Rinat Crone 23 94857 2024-06-29 23:03:26
Mexi Mexi Mozquito 20 99547 2024-08-10 20:32:07
Monody TheFatRat feat. Laura Brehm 22 92633 2025-06-20 21:22:15
Ra Banzai 21 99394 2024-07-04 20:41:14
Dies Irae Jason Creasey 19 87827 2022-06-23 18:54:46
Click Bait S3RL feat. GL!TCH 20 97147 2024-06-30 00:46:39
Sunshine Triple J 22 98842 2025-07-09 18:44:52
EternuS Sanxion7 20 99345 2023-08-25 04:17:44
Pink Fuzzy Bunnies Wonderboy 25 89746 2023-08-25 04:17:37
Xuxa Smiley 23 98481 2025-08-01 19:21:56
Boom Boom Dollars King Kong & D'Jungle Girls 21 98184 2025-07-27 02:50:53
The Beginning DJ Doo 26 89095 2024-06-13 21:15:07
Ari Oh Jenny Kee 20 96280 2022-06-24 14:08:23
Bumble Bee Bambee 20 99625 2024-08-06 18:44:49
Waka Laka Jenny Rom vs. The Zippers 21 99449 2025-06-22 13:45:40
Monolith Affinity 25 95359 2024-06-29 23:51:42
Young Forever Rebecca 20 99356 2024-06-30 00:09:36
The Saint Goes Marching The Saint 21 97366 2025-07-27 03:05:27
Music & Police CJ Crew & KaW feat. Christian D. 21 95399 2024-06-29 23:48:52
So Deep Silvertear 21 91514 2022-06-24 14:09:41
We're Getting Faster Darwin feat. Fraz 22 94526 2025-07-27 02:54:40
In My Dreams Rebecca 20 99548 2024-06-29 22:48:54
Speed Over Beethoven Rose 22 98879 2025-07-27 01:56:23
Mozart Is Back Rose 24 92025 2024-06-30 00:04:31
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 98289 2025-07-27 01:25:20
Megalovania Toby Fox 21 94295 2022-06-24 14:08:51
Twelve Riyu Kosaka 20 95411 2022-06-24 14:09:41
BU-44 Naoki 21 93624 2022-06-24 14:09:32
Baby Love Me Judy Crystal 21 99065 2025-07-27 02:47:55
Summer Smiley 25 94387 2025-08-01 19:26:04
The Judgement Day Naoki feat. Riyu Kosaka 19 99769 2024-08-06 19:30:44
Sky High DJ Miko 20 98901 2024-08-10 20:07:13
Cartoon Heroes Barbie Young 21 99387 2024-08-06 16:29:51
Melancholy Vision DE-SIRE 24 80400 2022-06-23 14:04:40
Kick It Man KaW feat. DAZ 19 99778 2024-07-04 22:04:27
If You Can Say Goodbye Kate Project 19 99346 2025-07-27 02:17:56
Paradox Naoki feat. Riyu Kosaka 20 99582 2024-08-06 16:26:28
Queen Of Light E-Rotic 21 98136 2024-06-30 00:51:44
William Tell Quiqman 24 96365 2025-07-27 01:47:02
Shiawase Dion Timmer 23 57107 2024-11-14 21:27:37
Recovery JMCX 19 98861 2024-06-30 00:57:54
The Call of Wilderness Electron 22 90110 2022-06-24 14:09:48
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 92825 2023-08-25 04:17:19
Poco Loco Carlito 21 99494 2025-07-27 03:02:18
Herrscher of Finality Omega 23 16391 2024-06-29 22:43:12
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Scores )  0.0142
Total Execution Time  0.0180
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,595,496 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5415
  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.0041 seconds)  (Hide)
0.0017   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` = '5415'
GROUP BY `gs`.`grade
0.0021   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` = '5415'
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` = '5415'
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)