Joseph Bell


Country: GB

Stars Earned
9
33
6
1

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 55978 2025-06-06 12:51:02
Remember December Smiley 22 11846 2025-02-07 23:59:05
Revenge MonstDeath 21 50579 2025-01-09 22:45:47
Dream A Dream Captain Jack 20 82741 2024-06-30 19:18:56
Fleadh Uncut Ian Parker 21 78472 2025-01-07 18:24:48
Pop4 Vibes & Wishdokta 22 76712 2025-01-25 22:45:14
Dance Boom Boom Tipsy & Tipsy 23 27080 2025-02-07 23:54:58
Flash In The Night Flashman 22 72897 2025-03-10 17:27:01
Ghosts Tenth Planet 20 36009 2024-06-29 22:08:28
The Saint Goes Marching The Saint 21 67034 2024-06-07 18:20:43
Anubis Banzai 20 71869 2025-02-08 00:17:53
Exotica Banzai 23 68151 2025-02-07 23:52:09
Dam Dadi Doo Fantasy Project 22 43560 2025-01-05 13:35:49
Classic Madness Fracus & Darwin 21 84131 2025-01-09 22:37:43
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 80244 2025-06-14 10:33:55
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 79440 2025-01-07 18:19:28
Electro Asia Re-venge Phoenix 21 79847 2025-01-23 20:57:47
Megalovania Toby Fox 21 77593 2024-06-29 17:02:13
Beethoven Virus BanYa 22 82524 2025-02-07 23:00:27
BU-44 Naoki 21 78103 2025-01-07 18:42:04
Baby Love Me Judy Crystal 21 74401 2025-01-23 20:48:57
Dr. M BanYa 23 58240 2025-07-16 20:29:29
Cartoon Heroes Barbie Young 21 80988 2025-07-16 19:46:09
Step Up Amadeus BanYa 22 83516 2025-02-06 18:23:32
Kalinka Quiqman 20 79253 2024-06-30 19:15:28
Dark Fenix DE-SIRE 22 78013 2025-03-17 21:01:33
Cosmic Drive Quiqman 22 76848 2025-02-07 22:25:49
Demon's World CJ Crew 22 82149 2025-03-15 00:25:29
STOP! & Go Onyx 21 77280 2025-01-09 23:10:02
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 78833 2025-01-09 23:14:01
Right Into You The Tech Team 20 69021 2024-05-23 09:45:29
Make It Tonight Fracus & Darwin feat. Jake 21 83192 2025-01-09 22:42:15
Nothing Else Matters Katya Ocean 19 3537 2024-05-23 12:35:38
Techno World NAOKI underground 22 46946 2025-01-09 22:30:32
Y2Z Affinity 22 78814 2025-01-09 23:17:42
Big Boss Big Boss 21 83387 2025-01-23 21:14:03
Hero of the Night David Kane 23 76963 2025-03-15 01:28:29
戦国 Re-venG 21 87137 2025-03-17 21:06:18
Set My Heart On Fire Rocket Man 22 81041 2025-01-25 22:54:59
Happy Holiday Luv Limited -NM- 21 84010 2025-01-12 01:05:17
Running In The 90s Max Coveri 23 73236 2025-02-07 22:33:14
Pilgrim 2000 Bass-X vs. Scott Brown 21 83752 2025-03-20 20:34:57
When The Sun Goes Down Ken Blast 22 84444 2025-01-25 22:48:19
You Can Win Luke 22 85507 2025-03-15 00:19:52
MEANT 2 BE THIRST & nuphory 23 36683 2025-04-07 17:02:23
Remember Me Leslie Parrish 21 78072 2025-06-05 23:11:18
Over The Top M-Project & Vau Boy 23 68252 2025-04-10 21:54:56
Go! Rocky Joe Maximum Power 20 77767 2025-06-05 23:05:48
Ori Ori MANNTRA 21 77882 2025-07-16 19:43:11
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Scores )  0.0471
Total Execution Time  0.0509
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,599,752 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16368/3
  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.0373 seconds)  (Hide)
0.0352   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` = '16368'
GROUP BY `gs`.`grade
0.0019   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` = '16368'
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` = '16368'
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)