Skip to content

Unexplainable cacher-behaviour #201

Closed Answered by xenocrat
eawmaas asked this question in Q&A
Discussion options

You must be logged in to vote

Hello there,

The contents of inlcudes/caches/twig are created by the Twig template engine used for rendering themes. They don't have anything to do with the cacher module. If you are making a lot of changes or developing a theme, you'll find it convenient to enable DEBUG mode in Chyrp Lite. DEBUG mode will cause Twig to recheck all template files for changes on each request instead of relying on its caches.

The cacher module is actually very simple and doesn't do any caching at all on the server; instead it tells the web browsers of your visitors to keep a local cached copy of the pages it sends to them. If your visitors return to the same page and nothing has changed on the site, then th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eawmaas
Comment options

Answer selected by eawmaas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants