pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
101 stars 32 forks source link

Show a notice, if the configured caching method is no longer available #305

Open stklcode opened 1 month ago

stklcode commented 1 month ago

We currently check for availability of the backend, e.g. if if a compatible PHP extension is available for external object caches or permalink structure is active for HDD caching. If this is not the case, we silently fall back to Database Caching which is always available.

We should at least add an admin notification to attract attention, because the plugin configuration does not fit the server environment which leads to potentially unintended behavior.