-
So I'm looking at the P95 response times of my server. P95 excludes the worst 5% and shows how long most users have to stare at the loading spinner. Spoiler: way too long! 300ms would be OK ~1s is not OK
-
So I'm forensically checking the code to see where I can avoid unnecessary DB operations. I already found a few places where I could avoid them and others were they can be performed asynchronously. Let's see if the stats improve after todays update 😃



