Reviews
Hello there,
Write a review of your experience using Docket Cache here. Alternatively, you may write on the WordPress plugin page.
Note: This page is not intended for a support thread, for the support you can always post it on the WordPress support page.
Thanks!
HI there,
Great plugin, thanks a lot!
The only issue I have – since plugin installed – i can’t update child template php files (functions.php) anymore.
Always getting the following: “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”
Once plugin uninstalled – everything back to normal.
Ok, I disabled one-by-one and then everything in CONFIGURATION section just to see the difference – getting the same error.
Please advise,
Oleg
Hi Oleg,
Enable WP_DEBUG and WP_DEBUG_LOG https://wordpress.org/support/article/debugging-in-wordpress/ and share the debug.log url (domain/wp-content/debug.log).
Thanks.
Hi,
You’re right. I will try to fix it in the next release.
Thanks.
Edit: Fixed in version 21.02.02
Great plugin. Sped up my website 3x thank you!
Thanks.
Very good and well developed plugin. Congratulations and thanks a lot!
BTW, I’m using it with Nginx with apache as reserve proxy with cache enabled..When I have nginx cache off it’s almost the same speed, less then 1 second difference.
I read your article about WP cache and learned a lot. Are there any hints or special tweaks for using nginx cache opcache and docket>
Thanks a lot!
Hi, thank you for your reviews.
Docket cache is an object cache plugin, which is related to database queries and most of the docket cache features and tweaks related to it. If your website doesn’t have a lot of content, there’s not much to compare. For heavy websites, there are some speeds that you will experience especially in the WP Admin Panel.
Currently, I don’t have much issue dealing with nginx reversed proxy, it seems your server is well configured. No tweaks or hints I can give, btw, you can always play around with the configuration and refer to docs https://docs.docketcache.com/constants for more information.
Thanks again.
Hello, Thanks for your plugin.
There are over 400,000 posts on my site. I have been tested all the cache plugins. But only Docket Cache is the best cache plugin for me.
Hope can precache Specify urls
E.G: https://docketcache.com/shop/*
Best Regards
Hi, thanks for your kind review.
Your valuable suggestions will be considered in future updates.
Thanks again.
Thank you very much, it’s working nicely. One question I had is regarding the ‘Advanced Post Caching’. The description says WP Post Queries, but what is not entirely clear is if that includes custom post types/taxonomies as well or just ‘post’ type queries and if anything else needs to be done to set it up to do so.
Thanks again!
Hi,
Thank you for using Docket Cache.
Advanced Post Caching, basically we cache the WP Queries for ‘post’ that involved counting and only for Post Type ‘post’. This caching will reduce database query.
You may refer here:
https://developer.wordpress.org/themes/basics/post-types/
https://developer.wordpress.org/reference/classes/wp_query/
These are what we cached:
$posts
Gets filled with the requested posts from the database.
$post_count
The number of posts being displayed.
$found_posts
The total number of posts found matching the current query parameters
This caching also caches the total numbers of Comments and Posts at the wp-admin sidebar.
I hope this answers your question.
Thanks.
Amazing plugin, thank you for this.
Feedback: Could see toggle switches for the options to enable/default/disable and etc? Default would be middle of the toggle.
Other than that, greatly appreciate your work on this and will report back in a month to see how well this high traffic client site performs. Love all of the features it offers. Works with OPCache out of the box too 🙂
Hi,
Thank you for your feedback and suggestions, really appreciated it. Will consider a “toggle” option in a future release.
Thanks.