Disable Cache for Site

Is there any way to permanently disable cache of my site

Add the following in your site_config and check

“disable_website_cache”: 1

1 Like

by default its →

 "disable_website_cache": false,

Are you sure i need to write 1 or true. Also whether it will impact core functionality ?

This will work. Set it to 1 or true.

It will simply disable caching for the site. So any changes you make, you do not restart bench again.