Hello,
I just tested LiteMage for a customer and the load on apachebench went down from 900ms to under 200ms. Great!
We have also added so that cache should be stored at each user home directory:
<IfModule LiteSpeed>
CacheRoot litemage_cache
</IfModule>
But none directory is created.
We are using RAMdisk for other cache, but LiteMage cache should be used for each customers account under /home/user/, but that is not working.
Currently the cache files are being stored here:
/dev/shm/storage/litemage/domain.tld
I just tested LiteMage for a customer and the load on apachebench went down from 900ms to under 200ms. Great!
We have also added so that cache should be stored at each user home directory:
<IfModule LiteSpeed>
CacheRoot litemage_cache
</IfModule>
But none directory is created.
We are using RAMdisk for other cache, but LiteMage cache should be used for each customers account under /home/user/, but that is not working.
Currently the cache files are being stored here:
/dev/shm/storage/litemage/domain.tld
Last edited: