Caching - How do you actually turn it off?
In spite of all those caching check boxes being unchecked in Settings > Cache, "Clearing" all caches in studio, and even manually deleting cache file in the cache and cache_public folders, caching doesn't seem to actually be turned off. Cache files reappear in the cache folders at the speed of light.
I really need caching to go away completely for debug purposes.
-
- · Houstonlively
- ·
I would have thought this would get someone's attention. In spite of all caching supposedly turned off, this file is in use:
cache_public/bx_templ_less_b81693e72209b412d7c0efaaa50428769907b2e6.css?rev=49
So, once again, How do I entirely stop caching?
-
-
·
LeonidS
- ·
Hello Houstonlively !
This is not a cache file. It is the output of LESS file given as CSS file. So we placed it in the cache_public folder as it is connected with styles too.
-
·
LeonidS
-
How do I make it stop? I need to see where original css is coming from. It's impossible to use a browser inspector to find the original source of the css, as long as thes less files are in use. Surely there's a way to turn it off... isn't there?
-
This is not a cache file and it was just placed there. The LESS file is generated into a CSS file before "being passed" to the browser. And this file is changed every time when you pressing the "Save" button in your mix area.