trendycloud
Forum Replies Created
-
Forum: Plugins
In reply to: [Hosting Benchmark tool] Very neat plugin: question about “average_times”Hello!
Sorry for the late answer.
Many thanks your explanations and your time.
I will contact you later by mail: I have some “touchy” questions… ^^
Have a great day and thank you again for this great plugin. 🙂
Forum: Plugins
In reply to: [Redis Object Cache] Page TimeoutHello!
Please, I do not want to debate!
read error on connectionis a timeout [...],Indeed!
Error establishing a connection to redis objectI had to update wp-config.php for several websites:
define ( 'WP_REDIS_TIMEOUT', 5 ); define ( 'WP_REDIS_READ_TIMEOUT', 5 );From my point of view, something changed (in my case: 06/10/2023).
I do not know what changed and I really do not care. ^^
This plugin works flawlessly and fits perfectly our needs.
Have a great day!
Hello!
After digging in the code of both plugins (Redis Ojectet Cache & Gift Cards Pro), it turns out that there is a conflict about PHP classes named “Client”.
In ROC : \Predis\Client
in GCP : \MultiSafepayAPI\ClientGift Cards Pro, using PHP autoload feature, loads twice the class “\Predis\Client” (do not ask me why, I truly do not know… ^^)
From my point of view, namespaces are not really “isolated” when autoload kicks in so this lead to a fatal error because the same class “Client” already exists (without considering PHP namespaces).
My knowlegde in PHP OOP is very limited so any hint would be appreciated!
Have a great night and many thanks for your answer! 🙂
Done! ^^
Hello!
Again, many, many thanks for your precious answer and the hint. 🙂
Long story short:
- “Redis Server” works great and is quite easy to configure
- “Redis Object Cache” works flawlessly and is very easy to install
- Source code of the Plugin is “insanely” clean and readable!
- We saw improvements even with the WP administation… ^^
Concerning “Object Cache Pro”, I have no doubt that it is worth the money but, currently, this is way too “advanded” (and pricy) for our needs.
However, if the website would have to handle massive visitors spike after being showed on TV, I know whom to contact… ^^
Have a great day! 🙂
Many thanks for your precious answer!
Have a great day. 🙂
Thank you for your answer!
However, my question was more:
- “can Redis be configurered with “No Persistence””?
- “Are all WordPress objects discardable at any time”?
- “Is there any data loss when flushing Redis cache”?
I know you are really busy so if you have some RTFM, it would be great! 🙂