jaapmarcus
Forum Replies Created
-
Version: 21.0.0
Forum: Plugins
In reply to: [Auto Prune Posts] Latest Update causes Fatal ErrorJust download https://plugins.trac.ww.wp.xz.cn/export/HEAD/auto-prune-posts/tags/3.0.0/mijnpress_plugin_framework.php
And save it in the folder
Forum: Plugins
In reply to: [Hestia Nginx Cache] AWS Lightsail vps plugin not workAdd hostname.domain.com 127.0.0.1 to your host file and it should take preference when making the call
Forum: Plugins
In reply to: [Hestia Nginx Cache] The Hestia Nginx Cache could not be purged!Check /var/log/hestia and make sure the api connection is working properly
Forum: Plugins
In reply to: [Customizer Export/Import] Unable to import generated .dat filesYes works fine
Forum: Plugins
In reply to: [Hestia Nginx Cache] Can this plugin be used with Azure Web App on LinuxMark this issue as resolved
Forum: Plugins
In reply to: [Hestia Nginx Cache] Can this plugin be used with Azure Web App on LinuxNo, you are required to use HestiaCP for this plugin as it depends on it…
Forum: Plugins
In reply to: [Hestia Nginx Cache] Feature request: wpcli supportForum: Plugins
In reply to: [Hestia Nginx Cache] Add the option to disable automatic purgingNew release have been implemented. I really never check WordPress website. So there are high risks I miss it …
Forum: Plugins
In reply to: [Hestia Nginx Cache] Add the option to disable automatic purgingThere are exactly 2 “bugs”
- The Ajax call is not working at all…
https://github.com/jakobbouchard/hestia-nginx-cache/pull/27 - The “Admin notice” doesn’t show..
The first bug is easy to patch…
2nd one is bit harder it currently checks if the div / element exists and if not it return / cancels the following step..
Forum: Plugins
In reply to: [Hestia Nginx Cache] The Hestia Nginx Cache could not be purged!Make sure you have white listed the public server ip and 127.0.0.1 in the allowed ips for the api
It is slightly better but still not 100% optimised for speed still requests the posts for word count instead of doing it on post save and save it as meta data. That is faster… How ever it doe it every page view for every page…
https://plugins.trac.ww.wp.xz.cn/browser/post-words-count/trunk/post-words-count.php#L150
Also contains now a lot of telemetry *** that made it a lot larger…
https://plugins.trac.ww.wp.xz.cn/browser/post-words-count/trunk/freemius
- This reply was modified 2 years, 11 months ago by jaapmarcus.
Forum: Plugins
In reply to: [Hestia Nginx Cache] Delete only homepage cacheCurrently not supported. Hestia has currently only support to clear the full cache and not certain pages
Forum: Plugins
In reply to: [Hestia Nginx Cache] Guidance around complimentary caching pluginsNginx website doesn’t talk about combining both
If 99% of the content allready cached with fastcgi caching why should I also need to cache the last 1%?
It will also mean more stress on your hard drives as the cached content is stored multiple ways and it is even possible the plugin decreases the performance due to certain changes…
I have been running multiple websites Hestia en cacheing enabled and never had to fallback again to any caching plugin in.
For 1 website I use:
https://github.com/jaapmarcus/wp-nginx-purgeBased on ngx_http_cache_purge module it works great but it also requires a lot of more work.. How ever it has slightly more “advangtages” as you can delete only one cached page except everything…
- The Ajax call is not working at all…