blindpet
Forum Replies Created
-
Very much appreciate the head’s up, fixed now. Will ping soon π
I most definitely will, trying to help the community get more awesome speed out of WordPress π
Should be ready in a few days complete with screenshots of the lovely dashboard π
That is what I thought. I plan to post a tutorial here on how to set this up for your users so wanted to make sure everything was cool before I posted it π
Forum: Plugins
In reply to: [Redis Object Cache] No update required loopHey @tillkruess can you tell me what you tried to work around this error. I just saw it happen with memcached as well and will be hiring someone to try and fix it. If I can have them skip what you already tried it will save some time and if I get a solution I will pass it on to you.
Forum: Plugins
In reply to: [Redis Object Cache] No update required loop@tillkruess suggestion about that thread, move 2 ‘2. If youβre experiencing a compatibility issue with another 3rd-party plugin, please contact the author of the other plugin regarding the issue. This plugin is **very unlikely** to be the cause of the issue.’
after 5. ‘5. Most issues can be solved by flushing the Redis database. You can do that through a desktop client like Medis or Redis Desktop Manager, or alternatively by calling redis-cli flushall.’
It makes more troubleshooting sense as the user will read the items in order. With this order the user will then have read that if they have issues to flush the cache first, then if that fails to contact the developer. Having the ‘contact developer of the other plugin’ so early on will likely generate unnecessary support requests.
Forum: Plugins
In reply to: [Redis Object Cache] No update required loopIt is just my hunch since all of my past problems with object cache were fixed when modifying memcached.
Perhaps the object-cache class needs to be updated or a PR for WordPress core to be friendlier to external object cache daemons?
Out of curiosity were you doing cache flush and deleting transients in your tests?
Forum: Plugins
In reply to: [Redis Object Cache] No update required loopCould this be the problem? Every problem with object cache I had (with memcached) disappeared after this modification.
WPEngine actually forces memcached object cache so it must be possible to stop these loops and other random issues with a redis object cache class. I do not get them with the modified memcached plugin (where i changed the functions from private to public).
Forum: Plugins
In reply to: [EWWW Image Optimizer] Future support for Lepton?Thanks that explains why you said it would be more expensive for me to do it myself. Cloud makes more sense if I ever need it.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Future support for Lepton?That is what I thought, my goal was to do lossy jpg compression on my own VPS for a few images a month using my CPU cycles.
So my question is could EWWW non-cloud be configured to use JPEGmini binary on my VPS?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Future support for Lepton?I was only planning on doing a few images a month and was curious how CPU intensive it was on a VPS.
Are you saying I can use a TinyJPG API key with EWWW? Or does the cloud service use TinyJPG/PNG’S API?
Forum: Plugins
In reply to: [Redis Object Cache] Code 500 on pluginlist@miwalter try activating the plugin via wp-cli, if that works it suggests a misconfiguration with nginx or php-fpm
Forum: Plugins
In reply to: [Redis Object Cache] Not compatible with query monitorExactly, doesn’t that call wp cache flush()?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Future support for Lepton?But if I am running the software on my own VPS it won’t cost you money, right? I’d be using my own CPU cycles π
I actually don’t use jpegs but some of my clients do so I’m asking more on their behalf.
Forum: Plugins
In reply to: [Redis Object Cache] Not compatible with query monitorConfirming it is the transient flush using your plugin’s button that made query monitor pop up and work.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Future support for Lepton?I am glad I shared this and thank you for your in-depth explanation of why it is not a good fit. I thought it was a potential jpegtran replacement.
I have been updating pngquant and libpng-dev so was hunting for other new and improved software.
I actually use self-managed VPS so I am happy to use more CPU for small bursts if it provides any quality or size benefits.
That reminds me, will there ever be options for self-hosted users to use the lossy jpeg compression or will it only be via paid API?