TopherK


Total World Records: ??
Country: US

Stars Earned
3
28
4

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
Time is Ticking Elpis feat. Black Elway 19 98537 -1463 -528 100000 2022-08-27 22:30:33
Firewalker Xenon 19 96647 -3353 -1210 100000 2022-08-27 21:44:37
Lucky Star Miradey 20 93082 -6918 -2767 100000 2022-08-27 21:47:24
Be My Hero Freezer 21 87136 -12864 -5673 100000 2024-03-29 04:09:52
Dream A Dream Captain Jack 20 94704 -5296 -2118 100000 2023-05-06 05:53:14
Reminds Me Of Home Eagle | Stallian 21 95283 -4717 -2080 100000 2022-08-27 22:14:35
Crazyloop Crazy Loop 22 86598 -13402 -6487 100000 2023-04-29 03:54:19
Drifting Away Filo Bedo 20 96067 -3933 -1573 100000 2023-05-06 05:51:11
Gargoyle Sanxion7 24 80495 -19505 -11235 100000 2023-05-06 05:55:43
Coming Out Playmaker feat. Robina 19 98117 -1883 -680 100000 2023-04-29 03:59:42
Senorita Jenny Rom 23 90091 -9909 -5242 100000 2023-05-06 05:05:30
Ghosts Tenth Planet 20 94189 -5811 -2324 100000 2022-08-27 21:51:38
In My Dreams Rebecca 20 82632 -17368 -6947 100000 2022-08-25 20:21:58
Come On Now Miss Amani 20 97521 -2479 -992 100000 2022-08-27 23:25:21
Sky High Lucyfer 20 93675 -6325 -2530 100000 2024-03-29 04:05:31
Into My Dream Lagoona 23 92507 -7493 -3964 100000 2022-08-25 21:10:02
Fall Silently Christoph Maitland & Toby Emerson feat. Veela 22 90832 -9168 -4437 100000 2022-08-27 22:21:25
Sky High DJ Miko 20 94704 -5296 -2118 100000 2023-05-06 04:55:00
Kick It Man KaW feat. DAZ 19 97108 -2892 -1044 100000 2022-05-22 04:31:34
If You Can Say Goodbye Kate Project 19 93046 -6954 -2510 100000 2022-06-23 00:20:20
Kinky Boots Daz Sampson & Nona 19 96673 -3327 -1201 100000 2022-08-25 21:12:26
Turn Me On E-Rotic 20 87601 -12399 -4960 100000 2022-05-22 04:28:51
Closer To Heaven Nëonne 21 92580 -7420 -3272 100000 2022-08-25 20:42:22
Never Ending Story DJ AC-DC 20 95389 -4611 -1844 100000 2023-05-06 04:50:46
Insane Niko Noise 20 91809 -8191 -3276 100000 2022-08-25 21:07:21
Here For You PIXL feat. Q'AILA 19 97046 -2954 -1066 100000 2022-05-22 04:28:51
Moonlight PIXY 20 94856 -5144 -2058 100000 2023-05-06 04:48:01
How We Win FWLR 21 93344 -6656 -2935 100000 2024-03-29 04:12:16
Ooh La La La E-Rotic 21 90380 -9620 -4242 100000 2022-08-25 20:34:35
Bust It Out FWLR 24 84143 -15857 -9134 100000 2024-03-29 04:14:56
Demon's World CJ Crew 22 84345 -15655 -7577 100000 2022-08-25 20:30:37
TURBO Tokyo Machine 21 99173 -827 -365 100000 2022-08-27 22:27:50
Crab Rave Noisestorm 20 96761 -3239 -1296 100000 2023-04-29 04:11:07
Forever and a Day Dy5on feat. Silver Angelina 22 93808 -6192 -2997 100000 2023-04-29 04:08:57
Northern Lights Saxsquatch 21 95701 -4299 -1896 100000 2023-04-29 04:06:29
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  3.0100
Total Execution Time  3.0129
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,949,584 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6597/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.0007 seconds)  (Hide)
0.1744   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` = '6597'
GROUP BY `gs`.`grade
0.0743   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` = '6597'
AND `ghs`.`private` = 
0.0005   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` = '6597'
AND `r`.`name` = 'total' 
2.7515   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)