cache-master icon indicating copy to clipboard operation
cache-master copied to clipboard

WordPress cache plugin.

Results 33 cache-master issues
Sort by recently updated
recently updated
newest added

1. change jQuery to vanilla JS 2. only output the status if debug option is enabled 3. Based on the branch of "images-fix-and-custom-post-type-improvements"

Hi @terrylinooo I would like to request support for caching the custom post types (besides page & post which you have written in inc/class-cache-master.php line 147 & 148, for now,...

The cache data seems to be overlapping. I installed two wordpress on one server machine and applied Cache Master to each. Then both sites show only one site. Each database...

Hello Author I love your plugin it's make my site fast as lightning but it has some problem. the problem is cache not purge on post published or modified and...

作者你好,我在自己的网站上安装了你的插件,我使用的驱动是SQLite,它工作的很好,但是还有以下这些问题: 1.设置的【排除】项,在config.json中有的时候不生效 我设置了这些排除项目: 排除 $_GET 变量 s search p 但是有的时候,config.json中的excluded_get_vars为空: "excluded_get_vars": [], 所以我得手动添加,才能让他生效: "excluded_get_vars": [ "s", "search", "p" ], 2.我测试了一下几乎所有的驱动,例如:SQLite Memcached Apcu Redis,当同一个服务器有多个网站的时候,例如有三个网站: www.a.com www.b.com www.c.com 使用SQlite驱动可以正常工作,但是如果使用的驱动是:Memcached Apcu Redis ,插件就不能正常工作了,缓存只能缓存其中的一个网站,假如缓存了www.c.com...

If there are multiple Wordpress websites in the server, they will be cached on the same website. If you visit websites B and C, they will all jump to website...

I want auto clear cache and preloading cache anyone know how todo? only schedule clear cache should be fine. thank you.

Hi there, I try to exclude the user's my account login page but it is still being cached. When I try to login to the account from the frontend it...

1. Exclusion list include line: /mainpage/subpage/ (but not /mainpage/) 2. Visit /mainpage/ (via logged out browser/user) 3. Observe the page is **not** cached (footer or html source comment missing) 4....