💬 Subreply Now even , , , and your followers pages are cached. Popular gets cached for an entire day if there's no new data. The size of memcached was increased too just to be sure. Conclusion: everything is cached.
Mark Dain I'm really interested to know how you're tackling cache invalidation on . Suppose someone sends me a message, do you rebuild the page and then put it in memcached?
8y, 38w 1 reply
💬 Subreply django-cachalot takes cares of invalidation. It only saves SQL queries results in memcache, not the entire page. What the last change did is to make sure things exists() before calling update() on them.
8y, 38w reply
Login or register your account to reply