tsontag


Total World Records: ??
Country: US

Stars Earned
5
2
3
20

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
Land Of The Lost Banzai 19 81754 -18246 -6587 100000 2023-10-24 00:34:49
Party People Oscillator X 20 40383 -59617 -23847 100000 2023-10-26 20:45:56
Start & Paws Oscillator X 19 66387 -33613 -12134 100000 2023-10-24 00:37:39
Birdie Doolittle 19 92720 -7280 -2628 100000 2023-09-09 23:17:26
Blow My Mind Alphadelta 19 89056 -10944 -3951 100000 2023-10-26 20:35:57
I Love You Baby Pandera 21 90999 -9001 -3969 100000 2023-10-23 23:40:29
Agent Blatant Ernest + Julio 21 85039 -14961 -6598 100000 2023-10-24 00:51:16
Da Roots Mind Reflection 20 87880 -12120 -4848 100000 2023-09-09 23:20:13
Disconnected Disco Kid Whatever 20 89831 -10169 -4068 100000 2023-09-09 23:08:39
Fleadh Uncut Ian Parker 21 88884 -11116 -4902 100000 2023-10-23 23:20:42
Holy Guacamole Chucho Merchán 23 31971 -68029 -35987 100000 2023-10-26 20:38:33
I Think I Like That Sound Kid Whatever 20 82559 -17441 -6976 100000 2023-08-19 22:40:51
Psalm Pilot Jason Creasey 20 91071 -8929 -3572 100000 2023-10-26 21:46:42
ROM-eo & Juli8 Nina 19 57336 -42664 -15402 100000 2023-08-12 22:59:56
Spin Chicken Freebie & The Bean 21 86916 -13084 -5770 100000 2023-10-26 22:25:38
EternuS Sanxion7 20 90639 -9361 -3744 100000 2023-08-12 23:01:36
July Smiley 20 89278 -10722 -4289 100000 2023-08-12 23:15:11
Bumble Bee Bambee 20 87520 -12480 -4992 100000 2023-10-23 23:12:56
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 88979 -11021 -4408 100000 2023-10-26 22:10:02
NightMoves Playmaker 20 70079 -29921 -11968 100000 2023-10-26 20:48:08
Typical Tropical Bambee 19 91792 -8208 -2963 100000 2023-08-12 23:10:06
Anubis Banzai 20 92011 -7989 -3196 100000 2023-09-09 22:56:21
Music & Police CJ Crew & KaW feat. Christian D. 21 87405 -12595 -5554 100000 2023-10-26 21:50:52
So Deep Silvertear 21 83399 -16601 -7321 100000 2023-10-26 22:13:28
Spaceman Bambee & Lynn 20 91126 -8874 -3550 100000 2023-10-26 20:43:34
Queen Of Light E-Rotic 21 89149 -10851 -4785 100000 2023-10-26 21:31:34
Lay It Down Tchorta & Gui Boratto 19 92616 -7384 -2666 100000 2023-08-12 22:56:31
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 91538 -8462 -3055 100000 2023-10-23 22:58:47
BUBBLES Tokyo Machine 22 84341 -15659 -7579 100000 2023-10-26 20:40:44
Have Fun Rameses B 21 90067 -9933 -4380 100000 2023-10-26 21:28:33
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Rival )  3.1839
Total Execution Time  3.1879
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,920,392 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/11340/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.1583 seconds)  (Hide)
0.0029   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` = '11340'
GROUP BY `gs`.`grade
0.0050   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` = '11340'
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` = '11340'
AND `r`.`name` = 'total' 
3.1501   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)