Vicky11111


Total World Records: ??
Country: US

Stars Earned
9
3
20
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
Remember December Smiley 22 38554 -61446 -29740 100000 2024-06-27 00:00:02
Can't Get Enough Miradey 20 88185 -11815 -4726 100000 2024-08-22 00:33:05
Sun Goes Down Landomania 20 79647 -20353 -8141 100000 2024-04-05 22:54:54
Fleadh Uncut Ian Parker 21 43649 -56351 -24851 100000 2024-06-27 00:02:48
Dies Irae Jason Creasey 19 87047 -12953 -4676 100000 2023-12-20 02:05:24
Ladybug Coconut 19 87168 -12832 -4632 100000 2024-06-15 20:05:21
Gargoyle Sanxion7 24 34103 -65897 -37957 100000 2023-12-20 02:13:49
Bumble Bee Bambee 20 28969 -71031 -28412 100000 2023-12-20 02:36:46
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 86454 -13546 -5418 100000 2024-09-08 22:55:32
Bang Bang Bang DCX 21 85331 -14669 -6469 100000 2024-02-24 21:03:57
Bye Bye Baby Balloon Joga 21 79739 -20261 -8935 100000 2023-12-20 01:22:14
Devil Inside CRMNL 19 84492 -15508 -5598 100000 2024-08-18 22:29:52
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 85183 -14817 -6534 100000 2024-08-18 22:50:30
Electro Asia Re-venge Phoenix 21 85104 -14896 -6569 100000 2024-09-05 23:19:36
Russian Roulette Darwin 22 65938 -34062 -16486 100000 2024-03-05 00:42:29
Hip Hop Jam Indiggo 20 27428 -72572 -29029 100000 2023-12-20 02:26:02
In The Heat Of The Night E-Rotic 20 18369 -81631 -32652 100000 2024-07-16 00:57:37
Katana Fighter Electron 22 80285 -19715 -9542 100000 2024-08-18 22:35:50
Follow My Pamp Andrea Damante feat. Adam Clay 20 73615 -26385 -10554 100000 2024-04-25 23:14:40
Love Arcade Bending Grid 21 79608 -20392 -8993 100000 2024-06-04 22:57:36
GALACTICAL Tokyo Machine 23 38832 -61168 -32358 100000 2023-12-20 02:15:58
Night In Motion Cubic 22 21 76100 -23900 -10540 100000 2023-12-20 02:32:31
The 7 Jump Ken-D 19 77442 -22558 -8143 100000 2024-06-01 22:43:47
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 73093 -26907 -10763 100000 2024-04-25 23:52:19
Keep On Dancing BEAUZ feat. Heleen 20 83779 -16221 -6488 100000 2024-10-20 22:52:17
Boogeyman Wizardz of Oz 19 77562 -22438 -8100 100000 2024-02-07 00:41:39
Halloween Scream Bigshot Bo And The Swing Crusaders 21 81318 -18682 -8239 100000 2024-02-09 01:50:54
The Bass & the Melody S3RL 22 83708 -16292 -7885 100000 2024-01-26 00:22:28
Jingle Bell Rock KaW feat. Bobby Helms 20 57091 -42909 -17164 100000 2023-12-20 02:29:38
What Ya Gonna Do Scott Brown 21 72556 -27444 -12103 100000 2024-05-04 00:38:13
Mothership F.O.O.L & SKUM 24 83654 -16346 -9415 100000 2024-06-26 23:57:11
DMT Technikore 23 78448 -21552 -11401 100000 2024-08-21 23:44:24
Everybody Get Up Tempo feat. Manola 19 28021 -71979 -25984 100000 2024-07-16 01:04:46
Where Did You Go Tatsunoshin 21 32236 -67764 -29884 100000 2024-07-16 00:35:47
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  3.3879
Total Execution Time  3.3909
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,937,696 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/13193/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.3379 seconds)  (Hide)
0.0068   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` = '13193'
GROUP BY `gs`.`grade
0.0040   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` = '13193'
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` = '13193'
AND `r`.`name` = 'total' 
3.3268   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)