Delfinatorx671


Total World Records: ??
Country: US

Stars Earned
15
2
4
3

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
Bumble Bee Bambee 20 93832 -6168 -2467 100000 2024-05-01 20:05:24
Waka Laka Jenny Rom vs. The Zippers 21 89126 -10874 -4795 100000 2024-06-13 22:33:08
Ghosts Tenth Planet 20 94373 -5627 -2251 100000 2024-10-02 21:20:22
Anubis Banzai 20 92986 -7014 -2806 100000 2024-10-02 19:57:29
Music & Police CJ Crew & KaW feat. Christian D. 21 69702 -30298 -13361 100000 2024-07-08 20:29:37
Fantasy Melissa 21 87209 -12791 -5641 100000 2024-07-01 20:37:16
Speed Over Beethoven Rose 22 63734 -36266 -17553 100000 2024-10-02 20:48:17
Classic Madness Fracus & Darwin 21 82284 -17716 -7813 100000 2024-07-08 21:50:38
Black Magic Matduke 23 47798 -52202 -27615 100000 2025-03-07 00:20:49
Crime Time CJ Crew & KaW feat. Sedge 22 48173 -51827 -25084 100000 2024-04-19 20:03:05
Riddimino Philstep 23 79920 -20080 -10622 100000 2024-07-17 20:02:02
Operator Miss Papaya 19 84212 -15788 -5699 100000 2024-03-27 21:56:27
Queen Of Light E-Rotic 21 92845 -7155 -3155 100000 2024-07-08 20:31:17
Get Up'n Move S & K 20 90638 -9362 -3745 100000 2024-04-19 19:46:09
We Got The Moves Electric Callboy 20 90662 -9338 -3735 100000 2024-05-01 19:26:55
Only You DEXTER KING feat. Alexis Donn 19 97547 -2453 -886 100000 2024-07-01 20:11:51
Breathe Me Back To Life Stonebank feat. Lena Sue 20 94943 -5057 -2023 100000 2024-04-19 19:59:42
Under The Bed Macks Wolf X Tatsunoshin 21 94258 -5742 -2532 100000 2024-10-02 20:08:55
Definition of a Badboy Scott Brown 20 91849 -8151 -3260 100000 2024-07-08 21:19:12
Tick Tock Technikore 20 96173 -3827 -1531 100000 2024-10-02 21:24:16
Heaven On Earth HELLO GLOOM 22 84800 -15200 -7357 100000 2024-04-19 19:39:49
Accelerate Teminite & Skybreak 24 42421 -57579 -33166 100000 2024-07-08 20:27:56
Where Did You Go Tatsunoshin 21 91246 -8754 -3861 100000 2024-07-17 19:46:34
GOAT 2BT3K 22 89199 -10801 -5228 100000 2024-10-02 21:53:15
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.6835
Total Execution Time  2.6863
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,893,704 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14800/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.6745 seconds)  (Hide)
0.0175   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` = '14800'
GROUP BY `gs`.`grade
0.0034   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` = '14800'
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` = '14800'
AND `r`.`name` = 'total' 
2.6534   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)