• Resolved flashsystem

    (@flashsystem)


    Hi, recently I did a mistake by following what wordpress health center suggested me to do, installing a plugin called “Redis object cache” to improve my website speed.

    I did and after that during about 2 weeks, I found that my website is so slow, when I browse in website or in wordpress panel it takes time to load and sometimes receive error 500 timeout.

    Then I started to receive warning emails from c-panel that my storage plan is getting exceed, after investigating I found that the error_log file in public_html/ is so large, something around 200MB and even when I deleted that it still grew days later. I downloaded and opened the file found the problem is with “Redis object cache” plugin, removed it and now everything is fast and good enough.

    But I still see my storage is used much more than before I installed this plugin, So I want to know how can I delete what ever this plugin has created in my website?
    Any way to delete all unnecessary caches?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Yes, you can run redis-cli flushall, but I doubt there is anything in there.

    You probably installed the plugin without ever configuring or connecting it to Redis Server.

    Thread Starter flashsystem

    (@flashsystem)

    Maybe @tillkruess I don’t mean it’s a bad plugin of course I just don’t need it.
    Anyway can u tell me how exactly I should run that code?

    • This reply was modified 3 years, 10 months ago by flashsystem.
    Plugin Author Till Krüss

    (@tillkruess)

    I’d suggest asking your hosting provider for assistance with redis-cli.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How clean what Redis object cache plugin created?’ is closed to new replies.