WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

622

Should be down for somewhere from 15 minutes to 2 hours max. See you all on the other side!

Should be down for somewhere from 15 minutes to 2 hours max. See you all on the other side!

(post is archived)

[–] 1 pt

Cool thing about downtime on notabug is you can just hit one of the other mirrors heh. Glad your downtime went well.

[–] 2 pts

Thanks man, appreciate it. I check your site from time to time, between life and this place lately i haven’t had enough time, never enough time. I should have a bit more soon. Did you ever figure out a solution for scaling your site? I’m super curious what that would look like since it seems like it’s all html5

[–] 1 pt

I built a redis adapter for gun so that I can use redis as a backing store for gun AND as a reliable memory cache for content delivery.

I’m now avoiding using gun in the ui for anything non-essential (writes, chat and infinite scroll for now) to reduce load and leaning on redis almost entirely for content delivery.

With this I think my site can handle quite a bit of traffic now but haven’t given it a good stress test yet.

Being all HTML5/Single page react is going to help me scale it, not hinder me there with the way I have things planned.

But I do hope to get in server side rendering soon as well and the redis setup makes that easier as well.

tl;dr all hail redis!

[–] 2 pts

Okay I actually understood about 10% of that. You are way out of my league lol. I have learned a lot since starting this but I have 1000 miles to go.