Tina otoge


Country: FR

Stars Earned
11
34
3
3

Wild Mode Embed Generic Embed

Currently displaying scores for mode. Select another difficulty to view scores for it.

Total Score Count: 51

Song Title Artist Level Score Grade Date
Dream A Dream Captain Jack 20 87871 2025-10-15 16:19:59
Monody TheFatRat feat. Laura Brehm 22 81063 2026-03-05 13:03:29
Unity TheFatRat 21 80363 2025-06-23 17:08:46
Fleadh Uncut Ian Parker 21 85626 2026-03-05 13:08:32
Pop4 Vibes & Wishdokta 22 78834 2025-11-07 11:58:53
Click Bait S3RL feat. GL!TCH 20 81427 2025-10-10 16:34:40
Darkness Sanxion7 22 81004 2026-03-05 17:57:47
EternuS Sanxion7 20 93172 2025-10-15 16:32:42
Feel The Melody S3RL feat. Sara 20 77467 2025-10-13 16:26:44
Gargoyle Sanxion7 24 83071 2025-06-23 17:23:16
Bang Bang Bang DCX 21 83646 2025-06-23 17:20:53
Monolith Affinity 25 41883 2026-02-09 18:53:44
Bye Bye Baby Balloon Joga 21 83614 2025-10-15 16:04:41
Dopamine You In Mind 23 81891 2025-10-15 16:06:50
India's Glitch Kirill Gramada 21 90654 2025-10-13 16:36:30
Life Ride Pyramyth 22 87245 2026-03-05 13:01:28
Black Magic Matduke 23 65013 2025-10-15 16:35:19
MAX428 Omega 27 2959 2025-12-14 13:57:19
Electro Asia Re-venge Phoenix 21 91524 2026-03-05 13:06:19
BU-44 Naoki 21 82941 2025-10-13 16:31:37
Winter BanYa 25 32647 2025-10-15 17:28:44
Cryosleep Machinae Supremacy 20 85330 2024-08-17 15:53:33
Paradox Naoki feat. Riyu Kosaka 20 82538 2024-08-17 15:51:53
Say Na Na Na Serhat 19 90520 2025-10-15 16:01:28
Kalinka Quiqman 20 83920 2026-03-05 17:42:01
Katyusha Schustin 21 89868 2026-03-05 17:39:51
BUBBLES Tokyo Machine 22 84322 2025-11-07 11:51:35
Shiawase Dion Timmer 23 76544 2025-12-14 14:33:55
Dark Fenix DE-SIRE 22 72204 2025-10-20 16:27:05
Have Fun Rameses B 21 79770 2024-08-17 15:55:13
How We Win FWLR 21 63572 2025-10-13 16:34:11
TURBO Tokyo Machine 21 90620 2025-11-03 17:39:44
Right Into You The Tech Team 20 76573 2025-10-13 16:29:25
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 78221 2025-10-20 16:29:16
A Little Love Glitterati 21 85957 2026-03-05 18:00:59
Work Stella Mwangi 21 86125 2025-11-03 17:44:36
UFO Little Sis Nora & S3RL 20 91841 2026-03-05 17:44:56
Under The Bed Macks Wolf X Tatsunoshin 21 83538 2026-03-05 17:47:40
Kibo Dion Timmer 22 80622 2026-03-05 12:59:31
Where Did You Go Tatsunoshin 21 85428 2025-10-15 17:16:53
GOAT 2BT3K 22 85868 2025-10-24 10:48:30
Running In The 90s Max Coveri 23 78232 2026-03-05 17:37:11
Ping Pong AronChupa & Little Sis Nora 20 90251 2025-10-15 16:17:17
Worn Out Tapes peak divide 23 82499 2026-03-05 17:55:01
Bella Ciao BEAUZ & XYSM 20 88032 2026-02-09 18:26:47
Sevillana Mirage Re-venG 24 82895 2026-02-09 18:32:31
Death By Glamour Toby Fox 23 79379 2026-01-12 11:56:20
BUSTED Boom Kitty & Teminite & Tokyo Machine 22 82322 2026-01-16 17:08:42
Get Away Steve Modana 20 85123 2026-01-16 17:06:15
Neptune The First Black ∞ Hole 24 76692 2026-01-16 17:33:20
Rubix Cube Rusko 21 80849 2026-01-16 17:04:17
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Scores )  0.1724
Total Execution Time  0.1761
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,662,184 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18145
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.1612 seconds)  (Hide)
0.1246   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` = '18145'
GROUP BY `gs`.`grade
0.0344   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` = '18145'
AND `ghs`.`private` = 
0.0022   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` = '18145'
AND `r`.`name` = 'total' 
  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)