Join Nostr
2025-10-11 09:23:55 UTC

Anže on Nostr: I've improved the performance of the starter packs list query from about 200ms to ...

I've improved the performance of the starter packs list query from about 200ms to 2ms. 🎉

The trick was to stop dynamically computing the number of accounts in a starter pack and instead precompute it in a column.

A bit more work on each update, but worth it!