I get approximately the same number of files/directories when unzipping 5.4 (2110) as 5.3 (2127).
unzip wordpress-5.4.zip | wc -l
2110
unzip wordpress-5.3.zip | wc -l
2127
ah thank you, i’m not very technical, but do the best i can, just trying to question why my number of files have shot up, if i move a few sites i will be fine… π
Where are the files? Cache directories, uploads, tmp directories? It’s not WP core.
i don’t know, all i know is that the other day the number of files on my server was around 955,000, no after updating all the websites on the server, the number of files are now around 999,000. I have not created any new websites on these servers so it’s only since the updates… π
Number of files and file usage per file system is something you should be checking via logwatch from time to time. Good luck. You’ve got a lotta files!
just been looking on the server and i have 2 folders within wp-content, they are cache and et-cache, both have lots of folders within each, not sure what these are and if this is normal? π
They’re cache files. Find the plugins you use for cache and find the control that clears cache. Caching is good, but it’s good to clear it out once in a while.
ah, looks like that could be it, i use wpfastest cache and i have jut logged into a few sites and deleted the cache, now the number of folders have been reduced and the number of files on my server are considerably coming down… u have been so helpful, could i ask like you say, these “cache files” need to be deleted every now and again, what are they and why are they saved nd what happens when you delete them?
I hope you don’t mind me asking, just trying to understand what’s happened and what to do in the future… π
I suggest you review the WP Fastest Cache documentation.
i will do, thank you, just checked and i have set wpfastest cache to delete cache every 10 hours, but this may just clear the cache and not delete, its a timeout rule, i’ll speak to wp fastest cache tomorrow, thanks for the help, much appreciated… π
Resolved, Thank You… π