cachify icon indicating copy to clipboard operation
cachify copied to clipboard

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!

Results 49 cachify issues
Sort by recently updated
recently updated
newest added

A few years ago a style modification for the dashboard icon was added to look good when used with a dark mode plugin. That plugin contains a markdown editor now...

enhancement

Hello, thank you for you work. In wp-config.php I have some personal changes ``` define( 'WP_DEFAULT_THEME', 'custom' ); define( 'ADMIN_COOKIE_PATH', '/admin' ); /*Im using /admin url */ define( 'SITECOOKIEPATH', '/'...

bug

**Describe the bug** Website's styling is broken after every auto-update of Elementor or Elementor pro (and likely other page builder plugins) because the cache doesn't flush upon plugin updates. **To...

enhancement
question

Our documentation has moved to [cachify.pluginkollektiv.org](https://cachify.pluginkollektiv.org/documentation/). I've updated the GitHub wiki to only link to new documentation site such that users can find the latest version. cachify.de redirects to https://pluginkollektiv.github.io/cachify/...

help wanted
documentation

**Describe the bug** If a page has different views based on the Accept header, Cachify caches the output of the first request. If the request is `application/json` for example, Cachify...

help wanted

Hi there, I got a script, that regularly recaches every previously cached page via HD cache method with wordpress wp_cron (that rellay better is carried out [via system cron](https://developer.wordpress.org/plugins/cron/hooking-into-the-system-task-scheduler/)): ```php

documentation

I use a fresh Debian Stretch system with the official builds of nginx and PHP 7. My caching method is APC and it does cache some files (if I may...

bug

Memcache (or Memcache_d_) and Redis support would be nice via `object-cache.php`. I think Simple Cache does this nicely. WP Spider Cache has a nice abstraction, too.

enhancement

This is a by-product of my digging into #138. I assume that the intention to have cache exception for users of particular browser covers both cache generation and cache retrieval...

bug
enhancement

Inspired by discussion in #98. Here's a list of current uses of `@` operator in the plugin: - [x] [inc/cachify.class.php:1596-1598](https://github.com/pluginkollektiv/cachify/blob/master/inc/cachify.class.php#L1596-1598) - [ ] [inc/class-cachify-apc.php:103](https://github.com/pluginkollektiv/cachify/blob/2abed98e1029729ab55a1d5e8b5723176213070c/inc/class-cachify-apc.php#L103) - [x] [inc/class-cachify-hdd.php:115](https://github.com/pluginkollektiv/cachify/blob/2abed98e1029729ab55a1d5e8b5723176213070c/inc/class-cachify-hdd.php#L115) - [ ]...

enhancement
help wanted