Site slows down to crawl until cache is cleared

#1
I am running a Magento site under Litespeed. After a day the site slows down until I clear the cache folder and suddenly it comes back.

The cache gets written as nobody.
 

webizen

Well-Known Member
#2
how many cache files in the cache folder before you clear it? you can try mount the cache folder to /dev/shm and see any difference.
 

webizen

Well-Known Member
#5
your lsws is running as nobody. so the cache files are supposed to be owned by nobody:nobody. is the one owned by root generated at a different time or the name looks different from the rest?

There are maybe 10,000 files, I have a low traffic site on the same server without the problem, or at least that Iknow of
run 'top' from command line and see if your server has higher i/o wait when site is slow (before you clear the cache files). if so, you want to purge your cache more often or move your cache folder to shm as suggested earlier.
 
Top