CapitainePQ


Total World Records: ??
Country: FR

Stars Earned
6
4
16
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
Bagpipe A-Moe 20 90031 -9969 -3988 100000 2024-08-18 10:52:35
Moonstone Virgill 19 90375 -9625 -3475 100000 2024-08-18 10:48:30
Pop4 Vibes & Wishdokta 22 39025 -60975 -29512 100000 2024-08-13 10:38:20
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 84013 -15987 -6395 100000 2024-08-13 10:30:27
Click Bait S3RL feat. GL!TCH 20 91895 -8105 -3242 100000 2024-08-13 12:03:17
Rainspark Sanxion7 21 85222 -14778 -6517 100000 2024-08-13 11:37:54
Utopia Smiley 22 50171 -49829 -24117 100000 2024-08-18 11:41:04
Be Alive Stian K 20 86473 -13527 -5411 100000 2024-08-13 12:00:42
Bumble Bee Bambee 20 84214 -15786 -6314 100000 2024-08-18 10:55:17
Bang Bang Bang DCX 21 81381 -18619 -8211 100000 2024-08-13 11:26:58
Hero Miss Papaya 20 80892 -19108 -7643 100000 2024-08-13 10:33:46
Dolphin Talk Pyramyth 23 80697 -19303 -10211 100000 2024-08-18 12:03:50
Hypnosis Colin Kiddy 21 84700 -15300 -6747 100000 2024-08-13 10:42:02
Megalovania Toby Fox 21 78863 -21137 -9321 100000 2024-11-24 13:11:18
Russian Roulette Darwin 22 35060 -64940 -31431 100000 2024-08-13 10:22:49
SubZero Donk Terrorist vs. 204 22 59412 -40588 -19645 100000 2024-08-13 10:16:50
Canon D.2 Yahpp 23 45252 -54748 -28962 100000 2024-08-18 12:33:13
Katyusha Schustin 21 89714 -10286 -4536 100000 2024-08-13 11:34:34
Moonlight PIXY 20 87196 -12804 -5122 100000 2024-08-18 11:44:14
We Got The Moves Electric Callboy 20 82292 -17708 -7083 100000 2024-08-13 10:58:14
Bewitched PIXY 22 78988 -21012 -10170 100000 2024-08-18 12:26:51
Pump It Electric Callboy 21 73804 -26196 -11552 100000 2024-08-13 12:06:19
Right Into You The Tech Team 20 85976 -14024 -5610 100000 2024-08-13 11:23:33
Crab Rave Noisestorm 20 80845 -19155 -7662 100000 2024-08-18 11:10:25
Make It Tonight Fracus & Darwin feat. Jake 21 81102 -18898 -8334 100000 2024-08-13 11:36:14
Sirens RENOLD X Scarlett 19 88333 -11667 -4212 100000 2024-08-13 10:56:34
Halloween Scream Bigshot Bo And The Swing Crusaders 21 82573 -17427 -7685 100000 2024-08-18 12:00:54
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  2.5478
Total Execution Time  2.5514
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,907,696 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18046/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 (2.5375 seconds)  (Hide)
0.0013   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` = '18046'
GROUP BY `gs`.`grade
0.0031   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` = '18046'
AND `ghs`.`private` = 
0.0002   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` = '18046'
AND `r`.`name` = 'total' 
2.5329   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)