IoIxD / dforum

Service that allows Discord forums to be indexed by Google and read without a Discord account.
ISC License
36 stars 3 forks source link

Optimize the HTML and whatnot so that bigger pages can get past Cloudflare. #51

Closed IoIxD closed 1 year ago

IoIxD commented 1 year ago

We now host a post that has nearly 3000 messages. It's actually only 3 megabytes but 56mb worth of resources is transferred and CloudFlare refuses to send this to the user.

We need to look into optimization of resources sent in order to have larger posts like this sent.

The post in question

samhza commented 1 year ago

Issue with Cloudflare serving that post has to do with timeouts not size

IoIxD commented 1 year ago

Indeed, I forgot that we hadn't pushed Sam's "message cache" changes