skip to Main Content

My hoster reported that I exceeded the INODES, a number that corresponds to the number of files I use.

The problem is, I discovered that the W3 Cache plugin and Hummingbird Cache conflicted and created several cache folders, taking up my entire server.

The only solution they provided me would be to delete the caches in the directories below.

wp-content/cache/object/post-queries
wp-content/cache/object/term-queries
wp-content/cache/object/comment-queries

Is there any way to resolve this issue? I can delete these folders????

I tried with Hosting support, but they only gave me FTP. I tried to start deleting these folders, but Filezilla is taking a long time to delete and the hosting said it could be deleted, but they told me that it might cause an error and I was worried.

2

Answers


  1. Many cache plugins delete their files and other assets when you deactivate them. Try that. If it works, reactivate one of those two plugins and delete the other. They probably work at cross-purposes to each other.

    Plugins are supposed to delete their files when you delete them from your system. Try that. You can always reinstall one of them.

    If your cache files are still there you need to keep deleting them by hand.

    And you should open support topics on those plugins telling the developers they need to delete files on deactivation and / or deletion.

    The file manager in cpanel uses an efficient method to delete an entire folder full of files. (FileZilla enumerates the files and deletes them one by one, which is slow.)

    Login or Signup to reply.
  2. WordPress plugins “W3 Total Cache” and “WP-Optimize” can conflict each other.

    Also, WordPress “W3 Total Cache” and “LiteSpeed Cache” can conflict.

    Or like…

    My advice is: check WordPress plugins, which perform caching or minification.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search