Hello @nlarenas
Thank you for reaching out and I am happy to help!
Can you please sahre which caching method you used fror Database Cache? Also, have you run the Setup guide in Performance>Setup Guide and see the results for the DB caching with the available cahcing methods?
Thanks!
Thank you for getting back to me. Im using disk for database cache, is the only option I get. Right now I had to disable W3, the site got slower with it when enable 🙁
Hello @nlarenas
Thank you for your feedback.
Using Disk caching method for Database caching is not recommended. Since you are on VPS, I would recommend you to install Redis or memcached php module and use this for DB and/or Object Caching instead.
Using memory-based caching for Database and object caching is recommended, since fetching data from the database is faster than caching and fetching it from the disk.
Also, make sure to run the setup guide in Performance>Setup guide
Let me know if this helps!
Thank you!
Thank you, I will give it a try with memcached and will come back in case of more help needed :D. So far the setup guide is showing longer times if I use memcached.
-
This reply was modified 2 years, 1 month ago by
nlarenas.
-
This reply was modified 2 years, 1 month ago by
nlarenas.