Poobslag


Total World Records: ??
Country: US

Stars Earned
15
4
6
2

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
Dynamo Oscillator X 19 89368 -10632 -3838 100000 2023-03-02 02:23:24
Can't Let Go Jenna Drey 19 89328 -10672 -3853 100000 2024-06-13 00:48:00
Dabbi Doo Ni-Ni 20 90067 -9933 -3973 100000 2023-02-16 03:00:19
Get Down Kairo Kingdom 22 87770 -12230 -5919 100000 2023-06-22 00:10:06
Joanna Crazy Loop 19 86954 -13046 -4710 100000 2024-04-18 01:30:19
Da Roots Mind Reflection 20 90343 -9657 -3863 100000 2023-10-26 01:01:10
Ize Pie Headtwist & Pump 19 91088 -8912 -3217 100000 2023-10-26 00:59:02
My Life Is So Crazy Initial P 24 23416 -76584 -44112 100000 2023-07-13 00:45:50
ROM-eo & Juli8 Nina 19 90052 -9948 -3591 100000 2024-05-01 23:29:39
Rainspark Sanxion7 21 85132 -14868 -6557 100000 2023-06-22 00:59:26
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 88034 -11966 -4320 100000 2023-02-16 02:58:11
Beautiful Man Radiorama 21 55579 -44421 -19590 100000 2023-03-09 03:47:45
Hero Miss Papaya 20 81617 -18383 -7353 100000 2024-02-29 04:10:33
Esperanza KaW 22 63311 -36689 -17757 100000 2024-06-13 01:06:29
So Deep Silvertear 21 73559 -26441 -11660 100000 2024-02-01 01:45:13
Dopamine You In Mind 23 33096 -66904 -35392 100000 2023-06-08 00:14:23
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 89046 -10954 -4831 100000 2023-05-17 23:17:20
Spaceman Bambee & Lynn 20 95601 -4399 -1760 100000 2023-10-26 01:32:12
Charlene Missing Heart 22 64699 -35301 -17086 100000 2024-06-05 23:26:13
In The Heat Of The Night E-Rotic 20 90791 -9209 -3684 100000 2023-02-09 00:47:28
Closer To Heaven Nëonne 21 84362 -15638 -6896 100000 2023-06-22 00:15:59
Press Start MDK 23 79840 -20160 -10665 100000 2023-07-27 01:07:58
WYGD Bishu 19 93220 -6780 -2448 100000 2023-02-16 02:55:17
Lemmings On The Run E-Rotic 21 89441 -10559 -4657 100000 2023-07-13 00:30:57
Crab Rave Noisestorm 20 88743 -11257 -4503 100000 2022-12-15 01:21:05
Stockholm to Bombay Dr. Bombay 21 85775 -14225 -6273 100000 2023-06-22 00:57:18
BLEEP BLOOP Tokyo Machine 24 19696 -80304 -46255 100000 2024-06-13 00:46:05
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  3.1558
Total Execution Time  3.1591
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,907,392 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7986/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 (3.1403 seconds)  (Hide)
0.0955   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` = '7986'
GROUP BY `gs`.`grade
0.0067   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` = '7986'
AND `ghs`.`private` = 
0.0020   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` = '7986'
AND `r`.`name` = 'total' 
3.0362   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)