Fredo


Total World Records: ??
Country: US

Stars Earned
23
13
1

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Shoulda SUNN 20 96844 -3156 -1262 100000 2023-07-24 01:34:34
Crazy Baby Fantasy Project 20 87686 -12314 -4926 100000 2022-03-20 02:27:52
Surf Hyper Potions 22 88876 -11124 -5384 100000 2023-02-17 22:56:02
ROM-eo & Juli8 Nina 19 90756 -9244 -3337 100000 2022-05-13 02:58:55
Click Bait S3RL feat. GL!TCH 20 90162 -9838 -3935 100000 2022-03-20 02:33:52
Feel The Melody S3RL feat. Sara 20 95969 -4031 -1612 100000 2023-07-24 01:20:58
Gargoyle Sanxion7 24 85620 -14380 -8283 100000 2024-03-24 02:18:18
Zenith Sanxion7 24 53260 -46740 -26922 100000 2023-06-04 01:26:48
Beautiful Man Radiorama 21 79797 -20203 -8910 100000 2022-03-20 02:39:45
Bumble Bee Bambee 20 88823 -11177 -4471 100000 2022-03-20 02:33:52
Coming Out Playmaker feat. Robina 19 91776 -8224 -2969 100000 2022-03-13 22:22:51
Monolith Affinity 25 88225 -11775 -7359 100000 2024-05-05 03:41:27
Young Forever Rebecca 20 97311 -2689 -1076 100000 2023-07-24 01:39:47
Music & Police CJ Crew & KaW feat. Christian D. 21 81398 -18602 -8203 100000 2022-07-09 02:20:55
In My Dreams Rebecca 20 97699 -2301 -920 100000 2024-05-12 01:24:31
Dam Dadi Doo Fantasy Project 22 92154 -7846 -3797 100000 2023-06-04 01:19:42
Classic Madness Fracus & Darwin 21 79466 -20534 -9055 100000 2022-03-20 02:39:45
Give Into Nutronic 22 82113 -17887 -8657 100000 2022-07-09 02:22:35
Mozart Is Back Rose 24 85659 -14341 -8260 100000 2024-06-19 23:57:56
Warrior Kirill Gramada 21 82983 -17017 -7504 100000 2022-03-13 22:42:04
Bring Your Lovin Back Fracus 20 97226 -2774 -1110 100000 2023-07-24 01:36:48
Spaceman Bambee & Lynn 20 80807 -19193 -7677 100000 2022-03-13 22:25:54
What Love Feels Like Leonail 20 76407 -23593 -9437 100000 2022-03-13 22:28:03
On My Own Anamanaguchi feat. HANA 21 86979 -13021 -5742 100000 2022-05-13 02:58:55
Take Me Away Fracus & Darwin 23 85788 -14212 -7518 100000 2023-06-04 01:22:22
Kagami KaW 21 78741 -21259 -9375 100000 2022-03-13 22:45:28
Cartoon Heroes Barbie Young 21 81082 -18918 -8343 100000 2022-03-13 22:38:35
Turn Me On E-Rotic 20 84919 -15081 -6032 100000 2022-07-09 02:17:10
403 NAOKI underground 23 86733 -13267 -7018 100000 2023-02-17 22:57:42
Dystopia 2077 F.O.O.L & The Forgotten 23 89422 -10578 -5596 100000 2024-05-12 01:26:11
Rainbow Rave Parade Chime 24 94077 -5923 -3412 100000 2024-05-05 03:38:07
Right Into You The Tech Team 20 97990 -2010 -804 100000 2023-07-24 01:23:50
Forever and a Day Dy5on feat. Silver Angelina 22 97790 -2210 -1070 100000 2024-06-19 23:51:55
Bassline Shatter M-Project & S2i8 23 92006 -7994 -4229 100000 2024-06-19 23:56:16
To Your Beat S3RL feat. Hannah Fortune 23 94300 -5700 -3015 100000 2024-05-05 03:23:56
Kibo Dion Timmer 22 93033 -6967 -3372 100000 2024-05-05 03:25:36
Herrscher of Finality Omega 23 91855 -8145 -4309 100000 2024-05-05 03:27:16
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  2.7650
Total Execution Time  2.7687
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,941,784 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6298/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (2.7552 seconds)  (Hide)
0.0061   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` = '6298'
GROUP BY `gs`.`grade
0.0020   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` = '6298'
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` = '6298'
AND `r`.`name` = 'total' 
2.7469   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)