ctrlcctrlv / infinity

A vichan fork permitting users to create their own boards
Other
318 stars 149 forks source link

Implement Memcached to scale with board #165

Open TheOpenDevProject opened 10 years ago

TheOpenDevProject commented 10 years ago

I think this would be a useful feature as traffic increases the load on the database will increase significantly, especially since the same posts are being accessed without change fairly frequently.

Would be willing to do all the initial implementation work.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5165682-implement-memcached-to-scale-with-board?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github).
czaks commented 10 years ago

memcached is already partially supported. 8chan uses APC for caching now tho.