Nawawi Jamili
Forum Replies Created
-
Hi @takuyoshi,
There are several updates about this issue. Please try the latest version and see if any improvement.
Hi @taufik7000, thank you for trying docket cache, really appreciate it.
Thanks.
Hi there,
Thank you for your nice review. This plugin will delay write to storage around 5 seconds when any action related to activate, deactivate, flush cache and updates.
Thanks.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Max Cache files not respectedHi,
Are there more files that the plugin needs to write to the disk?
Currently, the plugin need to have write permisson in WP_CONTENT_DIR, because it need to write some file for internal use:
wp-content/.object-cache-delay.txt
wp-content/.object-cache-after-delay.txt
wp-content/.object-cache-flush.txtThese file hard-coded in includes/src/Dropino.php, includes/src/Filesystem.php and includes/object-cache.php
The next release, this will move into DOCKET_CACHE_DATA_PATH/
The cron service security-wise is not an option, does the cron tasks suppose to work without it?
Yes. the cron service is just an option to make sure the wp-cron running actively. No need to connect, if you don’t need it.
for now looks like tasks are skipped and the gc never run, any idea why?
Please try to remove all files under DOCKET_CACHE_DATA_PATH/lock/ or just run wp-cli command “wp cache unlock”
do we need to implement a call to it?
I will consider putting an action button to run gc, or just the “run now” option in the cronbot event list in the next release.
Thanks.
- This reply was modified 4 years ago by Nawawi Jamili.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Max Cache files not respectedHi,
Thank you for using docket cache.
Firstly, DOCKET_CACHE_DATA_PATH constant it is for Docket Cache configuration path. When saving any option at Configuration page, the setting will be saved in DOCKET_CACHE_DATA_PATH/options.php file.
Please use DOCKET_CACHE_PATH constant instead, if you need to change the cache file path.
This plugin will do the checking and cleanup using cron event docketcache_gc (garbage collector). To reduce the disk I/O, when flushing the cache file, it will empty the file instead of deleting it.
If the cache file timestamps more than 5 minutes, it means no new data, the garbage collector will remove it.
You can try to test it again by using Cronbot -> “Run All now” or using wp-cli -> “wp cache gc”
Thanks.
closing this topic.
Hi,
1) The purpose of “Admin Page Cache Preloading” is to speedup the cache. Without using it, the cache only happen when you browse the admin page. Admin page is everything under /wp-admin/ path. To answer you question, you don’t need to flush the cache if everything work fine.
2) Docket Cache is an Object Caching plugin. You can read about caching in WordPress here https://docs.docketcache.com/resources/caching-in-wordpress
Thanks.
Hi,
The answer is no. The “Admin Page Cache Preloading” only run when you do flush the cache.
I’m trying to answer your question the best I can.
Thanks.
Hi,
1) It’s not caused the problem. It’s only the suggestion.
2) After uninstall it and still in your plugin list. Your need to remove the docket-cache folder under wp-content/plugins/docket-cache. WordPress will automatically remove it from list. If it still failed, maybe you need to contact your hosting provider.
3) I don’t know why it revert back, since all the test seems work perfectly.Why does this happen? honestly I don’t know. because it only happen to you.
Yes, I’m considering your suggestion.
Thanks.
- This reply was modified 4 years, 1 month ago by Nawawi Jamili.
- This reply was modified 4 years, 1 month ago by Nawawi Jamili.
Hi,
I take note of all your suggestion, and try to improve the documentation.
Thank you for your feedback.
Hi,
No actually. It’s only suggestion, you can uninstall this plugin or completely delete the wp-content/plugins/docket-cache if you can’t uninstall it as you said. Docket Cache does not use the database to store its configuration.
Thanks.
- This reply was modified 4 years, 1 month ago by Nawawi Jamili.
- This reply was modified 4 years, 1 month ago by Nawawi Jamili.
Hi,
I think error 524 it related to cloudflare, https://community.cloudflare.com/t/community-tip-fixing-error-524-a-timeout-occurred/42342
Thanks.
Hi,
You just need to remove drop-in file wp-content/object-cache.php , and Docket Cache will not interfere with your WordPress.
Thanks.
Hi there,
Thank you for using Docket Cache.
When you enable “Suspend WP Options Autoload” basically Docket Cache will set WordPress options with “autoload” yes to no. This action to reduce WordPress “alloptions” size, it can be enabled without issue unless you have not enough RAM.
By the way, you can try to disable “Object Cache Precaching” and “Admin Page Cache Preloading”. And you should enable “Auto update” since Docket Cache actively develop and improved time to time.
Thanks.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Versioninghi there, if you can’t use redis, it’s worth to try..
Forum: Reviews
In reply to: [Docket Cache - Object Cache Accelerator] Ultra Fast backendhi there, thank you for your kind review, really appreciate it.