Costcotarget


Total World Records: ??
Country: US

Stars Earned
1
14
16
4
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
Flight Of The Bumble Bee MonstDeath 25 69535 -30465 -19041 100000 2026-03-07 08:10:03
Remember December Smiley 22 97259 -2741 -1327 100000 2026-02-16 21:59:53
Joanna Crazy Loop 19 98329 -1671 -603 100000 2026-01-26 20:03:43
Zodiac Banzai 21 97678 -2322 -1024 100000 2026-02-22 06:30:42
Agent Blatant Ernest + Julio 21 89499 -10501 -4631 100000 2026-02-12 00:39:53
Crazyloop Crazy Loop 22 99446 -554 -268 100000 2026-03-04 02:30:50
Da Roots Mind Reflection 20 99644 -356 -142 100000 2026-02-26 05:47:10
Flying High Filo Bedo 21 96435 -3565 -1572 100000 2026-03-04 02:34:48
Land Of The Rising Sun Spacekatz 21 99339 -661 -292 100000 2026-03-05 02:43:59
Reactor Jason Creasey 19 96702 -3298 -1191 100000 2026-01-26 18:04:20
Sunshine Triple J 22 99101 -899 -435 100000 2026-02-21 06:42:27
Mellow Rikki & Daz 20 99373 -627 -251 100000 2026-03-05 02:46:24
Utopia Smiley 22 98075 -1925 -932 100000 2026-02-22 06:33:18
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 99647 -353 -127 100000 2026-03-05 02:23:09
Waka Laka Jenny Rom vs. The Zippers 21 99414 -586 -258 100000 2026-02-23 05:09:48
Monolith Affinity 25 90363 -9637 -6023 100000 2026-02-07 05:41:47
Music & Police CJ Crew & KaW feat. Christian D. 21 99413 -587 -259 100000 2026-03-07 07:48:58
So Deep Silvertear 21 99702 -298 -131 100000 2026-03-07 07:45:27
Dam Dadi Doo Fantasy Project 22 93336 -6664 -3225 100000 2026-02-19 06:18:27
My Generation Captain Jack 20 99762 -238 -95 100000 2026-02-15 06:26:51
Spaceman Bambee & Lynn 20 99944 -56 -22 100000 2026-02-26 05:38:46
Summer Smiley 25 95002 -4998 -3124 100000 2026-02-21 07:18:10
The Judgement Day Naoki feat. Riyu Kosaka 19 98870 -1130 -408 100000 2026-01-26 22:01:32
Cartoon Heroes Barbie Young 21 99121 -879 -388 100000 2026-03-04 02:38:18
Kick It Man KaW feat. DAZ 19 99331 -669 -242 100000 2026-02-19 05:11:22
Contrast Donk Terrorist vs. Daniel Seven 22 96915 -3085 -1493 100000 2026-01-26 18:11:16
Energizer ZiGZaG 23 92957 -7043 -3726 100000 2026-02-22 06:38:46
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 95264 -4736 -2505 100000 2026-01-31 05:07:26
To Your Beat S3RL feat. Hannah Fortune 23 91428 -8572 -4535 100000 2026-01-26 20:07:33
Party ChildsPlay 19 99821 -179 -65 100000 2026-02-26 07:11:17
Kibo Dion Timmer 22 95636 -4364 -2112 100000 2026-01-26 19:54:52
Electronic City Pops TOKYO twilight scene 21 99386 -614 -271 100000 2026-02-16 06:37:49
Big Boss Big Boss 21 99743 -257 -113 100000 2026-03-07 07:55:48
Mothership F.O.O.L & SKUM 24 99287 -713 -411 100000 2026-02-28 05:34:15
Paranoid 180 24 50700 -49300 -28397 100000 2026-01-31 06:46:34
Rubix Cube Rusko 21 95538 -4462 -1968 100000 2026-01-31 06:13:58
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.8652
Total Execution Time  3.8681
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,052,504 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/26582/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.8542 seconds)  (Hide)
0.0043   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` = '26582'
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` = '26582'
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` = '26582'
AND `r`.`name` = 'total' 
3.8476   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)