• Resolved nlarenas

    (@nlarenas)


    Hi! Recently I move my site to a VPS server, and after enabling W3T with database cache the site crashes showing 500 error.

    Any advice?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    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!

    Thread Starter nlarenas

    (@nlarenas)

    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 ??

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    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!

    Thread Starter nlarenas

    (@nlarenas)

    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 10 months ago by nlarenas.
    • This reply was modified 10 months ago by nlarenas.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Database cache crashing site’ is closed to new replies.