Is there any way to disable all cache in discourse

Is there any way to disable all cache in discourse? I want to disable all the cache. Where I can change cache settings.

Can you explain what you mean by cache, and share some details on problem you think you’re going to solve by clearing it?

8 Likes

I am doing hard delete of likes for a particular user, But it still showing on user → activity page , may be from cache. So i want to disable the cache to verify things.

EDIT: looks like the cache on the User Summary page is like for an hour?

that’s probably not holding you back much now?

I believe Redis is used for the cache, so you could probably flush the redis cache to get a quicker change, but note that’s going to give a short term performance hit to your site?

disabling cache completely would seem like a bad idea if this is a production site?

1 Like