xenocrat / chyrp-lite

An ultra-lightweight blogging engine, written in PHP.
https://chyrplite.net/
BSD 3-Clause "New" or "Revised" License
402 stars 42 forks source link

Caching issues #207

Closed xdpirate closed 11 months ago

xdpirate commented 1 year ago

Whenever a post is edited, the cache has to be cleared (ctrl+refresh) to reflect the changes. I've seen this behaviour in the post editor and on blog post pages. This seems to have gotten better since the last update, but I can still trigger the caching issue in the Manage > Uploads page, where if I delete an upload, it will still be in the list until I force refresh the page.

xenocrat commented 1 year ago

Hello there,

I assume you are using the Cacher module. I'm glad it's gotten better with recent updates and I think I see the issue causing continued problems when deleting files in Manage > Uploads. I'll aim to have this fixed in the next release.