# Disable Sage views cache

**URL:** https://discourse.roots.io/t/disable-sage-views-cache/23315
**Category:** sage
**Created:** 2022-06-08T20:48:42Z
**Posts:** 3

## Post 1 by @cssllc — 2022-06-08T20:48:42Z

Is it possible to disable Sage views cache? I followed the directions [here](https://discourse.roots.io/t/sage-9-on-wpengine/9090), and that works great, however: whenever the WP Engine server reboots, the `/tmp` directory is destroyed, which results in white screens until someone notices and contacts WPE support to restore the `/tmp` directory.

Is disabling the views cache possible?

---

## Post 2 by @Sean_C — 2022-06-09T18:45:30Z

I could be wrong, but not sure you can disable Sage from caching the views. I believe the cache files are essentially the blade view files converted into straight PHP code so that it will run in Wordpress. At the very least, presuming it was possible to disable the cache, I imagine attempting to ‘compile’ the blade\>php at runtime would generate a pretty impactful performance issue.

---

## Post 3 by @cssllc — 2022-06-10T22:05:47Z

That makes sense. Disappointing of course, but understandable.
