Grav php cache options

I’m runnning Grav 1.7.48 php 8.2.28 on my server (Shared Linux)
No problem with the site but noticed caches
memcached, redis and zend opcache are runnnig while
apcu, memcache and wincache are not installed but recomended.

Details of cache options sketch in the documentation.
Is it worth installing all of these or, as I suspect, some are alternatives.
Any suggestions ould be welcome.

FYI. for my testing server I am using Grav 1.8.0-beta.4 on windows laragon with PHP 8.4 seems to work but there are a couple of deprecation issues.

Hi. Your testing server is so different from your production server. That seems like a problem separate to what you asked.

I am wondering after reading your question how you installed Grav on your shared server. I don’t think anyone can help you until that is known. When you install Grav and it’s missing recommended components, you normally see that very clearly when you load the homepage (example).

Please tell us how Grav was installed on your shared host and, if you did that yourself, if you saw any messages.

Hi @hughbris ,
The testing server details were for general info only.
I have no issues with either.
Grav reports the 3 caches as optional and not installed, the question was with the 3 cache regimes runnning - are there benfits from running the others cach systems or are they just different ways of caching the same info.