Paladin


Country: CA

Stars Earned
30
7
8
5

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 82561 2023-01-28 17:22:17
Land Of The Lost Banzai 19 75072 2022-05-07 19:49:32
Firewalker Xenon 19 78182 2022-07-01 00:44:41
Bagpipe A-Moe 20 88898 2024-05-25 22:46:34
Be My Hero Freezer 21 78056 2025-02-13 18:30:05
The 7th Element Vitas 19 45982 2022-05-07 19:49:32
Bounce Crew 7 19 55932 2022-05-23 18:08:50
Funny Love Dan Balan 19 82115 2023-01-28 17:23:57
Da Roots Mind Reflection 20 89434 2024-10-01 20:00:28
Reactor Jason Creasey 19 83443 2025-06-11 20:44:09
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 87866 2025-07-30 22:09:37
Dies Irae Jason Creasey 19 43345 2023-04-19 20:58:05
Click Bait S3RL feat. GL!TCH 20 78950 2024-10-01 19:58:23
EternuS Sanxion7 20 65093 2023-01-06 22:35:24
Feel The Melody S3RL feat. Sara 20 64823 2022-10-16 00:46:22
Be Alive Stian K 20 75865 2023-01-28 17:34:28
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 85360 2025-07-30 22:07:45
Bang Bang Bang DCX 21 69635 2025-05-09 21:51:08
Anubis Banzai 20 72074 2022-10-02 00:44:15
Bye Bye Baby Balloon Joga 21 79740 2024-10-01 20:02:32
Dam Dariram Joga 20 31393 2022-05-07 19:49:32
Come On Now Miss Amani 20 82912 2025-03-22 00:52:24
Devil Inside CRMNL 19 77951 2022-05-28 02:27:41
Nightmare FSJ feat. Tara Louise 21 83133 2025-01-02 20:44:41
Cryosleep Machinae Supremacy 20 14402 2023-06-16 20:10:59
In The Heat Of The Night E-Rotic 20 75172 2022-10-16 01:30:00
Katana Fighter Electron 22 80646 2024-10-01 20:06:16
Butterfly Swingrowers 19 77346 2023-01-06 22:27:40
Queen Of Light E-Rotic 21 40404 2023-04-06 23:03:35
Ring The Alarm M-Project & Signal 22 63471 2024-10-01 20:08:25
Robot World Oscillator X 19 81794 2023-03-24 18:43:41
Say Na Na Na Serhat 19 84262 2022-10-16 00:48:02
The Naughty Song Oscillator X 19 82575 2022-05-07 20:36:07
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 87501 2023-01-28 17:25:37
The Shrimps Vertigini 20 46143 2022-10-16 01:28:20
Here For You PIXL feat. Q'AILA 19 87178 2023-03-05 19:20:58
Recovery JMCX 19 84028 2023-03-05 19:56:30
We Got The Moves Electric Callboy 20 82205 2025-05-09 21:53:00
Pump It Electric Callboy 21 78733 2025-02-13 18:34:32
Only You DEXTER KING feat. Alexis Donn 19 86827 2024-05-29 17:52:27
Right Into You The Tech Team 20 81921 2024-07-24 17:31:16
Crab Rave Noisestorm 20 83767 2023-01-28 17:36:08
Born to Run Red Parker 19 75858 2023-01-06 22:29:20
Just Dance Bad Computer 20 92688 2025-01-02 20:39:23
Down Low Hr. Troels x Felix Schorn 20 76995 2023-04-06 22:29:13
UFO Little Sis Nora & S3RL 20 85199 2025-03-21 23:54:24
Breathe Me Back To Life Stonebank feat. Lena Sue 20 86292 2024-07-24 17:21:29
Kibo Dion Timmer 22 77470 2024-10-01 20:10:23
Daydream Danny Leax 21 79385 2025-01-02 20:42:43
Rain Dance MUZZ 21 27936 2025-05-03 20:04:35
  BENCHMARKS  
Loading Time: Base Classes  0.0032
Controller Execution Time ( Main / Scores )  0.0314
Total Execution Time  0.0349
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,816 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4121
  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.0193 seconds)  (Hide)
0.0107   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` = '4121'
GROUP BY `gs`.`grade
0.0083   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` = '4121'
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` = '4121'
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)