what we ship
shippeddevmarketplace · 200 employees

django monolith rescue

p95 latency 4.1s → 380ms.

1import{ db } from'@/db'23export asyncfunctiongetUser(id) {4returndb.user5.findUnique({6where: { id },7select: { id, email, name }8});9}
−91%p95 latency
the problem

checkout was slow. nobody was sure why. nobody had touched the orm in 18 months.

the result

profiled, indexed, rewrote 4 queries. shipped behind a flag, then on. the team rehired the senior who'd left.

stack
pythondjangopostgres
got something that rhymes with this?let's scope yours →