Tairitsu


Country: US

Stars Earned
15
19
11

Wild Mode Embed Generic Embed

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

Total Score Count: 45

Song Title Artist Level Score Grade Date
Land Of The Lost Banzai 19 73317 2025-03-26 19:04:29
Start & Paws Oscillator X 19 26787 2025-02-12 20:31:19
Can't Let Go Jenna Drey 19 58822 2025-02-19 21:13:57
Fleadh Uncut Ian Parker 21 8176 2025-05-07 20:15:22
I Think I Like That Sound Kid Whatever 20 25878 2025-05-07 19:56:46
Dies Irae Jason Creasey 19 76423 2025-02-19 21:10:18
Ladybug Coconut 19 72864 2025-02-26 20:51:11
Click Bait S3RL feat. GL!TCH 20 61441 2025-05-07 19:53:51
Feel The Melody S3RL feat. Sara 20 64409 2025-04-16 18:46:47
Pink Dinosaur Miss Papaya 19 76779 2025-02-05 20:41:20
Bye Bye Baby Balloon Joga 21 9261 2025-04-30 20:02:52
Nightmare FSJ feat. Tara Louise 21 76039 2025-05-01 20:04:18
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 47702 2025-04-30 20:50:34
Nori Nori Nori Judy Crystal 21 40170 2025-03-26 20:15:01
Beethoven Virus BanYa 22 35653 2025-03-26 19:32:46
The Judgement Day Naoki feat. Riyu Kosaka 19 85145 2025-05-01 19:51:28
Step Up Amadeus BanYa 22 23092 2025-02-28 18:29:37
Kick It Man KaW feat. DAZ 19 72756 2025-02-19 20:45:11
Kinky Boots Daz Sampson & Nona 19 79887 2025-05-07 20:17:53
Grab It While We Can FantastixX 19 63826 2025-02-28 18:05:13
Lay It Down Tchorta & Gui Boratto 19 80662 2025-04-16 18:51:45
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 25853 2025-02-12 20:50:57
Right Into You The Tech Team 20 59052 2025-04-30 19:19:50
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 14362 2025-05-07 19:59:04
Perks Bibi Gold 21 21393 2025-03-05 20:19:38
Born to Run Red Parker 19 63235 2025-04-30 20:05:25
Make It Tonight Fracus & Darwin feat. Jake 21 54341 2025-04-30 20:20:02
Down Low Hr. Troels x Felix Schorn 20 73410 2025-04-16 18:49:16
GALACTICAL Tokyo Machine 23 19834 2025-03-05 20:57:57
Fiesta Night Carlito 21 33738 2025-03-05 20:32:11
Elysium Scott Brown 21 72337 2025-03-05 20:44:30
Party ChildsPlay 19 71014 2025-02-12 20:43:46
Electronic City Pops TOKYO twilight scene 21 79032 2025-04-30 19:38:38
Big Boss Big Boss 21 63635 2025-02-26 21:29:22
DMT Technikore 23 29223 2025-05-07 20:42:33
SPEED KING David Kane 24 2973 2025-02-26 20:46:14
Where Did You Go Tatsunoshin 21 64235 2025-04-16 19:56:09
Take Me Away Dougal 22 12590 2025-04-30 19:22:30
Drum 'N' Bossa Carbuncle 20 82634 2025-05-07 20:23:47
Love Toxic FACTOR-X 21 29699 2025-03-26 19:15:51
Running In The 90s Max Coveri 23 6722 2025-03-06 18:07:52
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 77524 2025-05-07 23:53:58
My Heart Is Ticking Like A Bomb E-Rotic 20 75875 2025-03-26 19:26:53
Remember Me Leslie Parrish 21 73121 2025-05-08 00:00:43
Proper Rhythm peak divide 21 69315 2025-07-26 21:14:37
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.1717
Total Execution Time  0.1745
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,584,208 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18417
  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.1589 seconds)  (Hide)
0.1220   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` = '18417'
GROUP BY `gs`.`grade
0.0366   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` = '18417'
AND `ghs`.`private` = 
0.0004   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` = '18417'
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)