PawCorp / walltaker

Take control of your friends wallpapers
12 stars 11 forks source link

[Enhancement] Online Status next to friends on friends page #25

Closed Lycraon closed 2 years ago

Lycraon commented 2 years ago

Would be nice to see if friends are online on Friends page

pupgray commented 2 years ago

This would be pretty rough on the database in the current set up, I'll have to do some performance testing before rolling this out, will get back to you!

pupgray commented 2 years ago

Done! This was implemented as an async api call, so online status will appear a second after the page loads. this saves my poor postgresql instance 🐘 having to do a join for every friend all at once, now puma can split up your friends between multiple ruby instances, and be able to kill long running requests if they take too long while still not breaking the website

Capture d’écran, le 2022-04-15 à 11 49 35