View Single Post
  #9  
Old 09-19-2011, 03:38 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,218
actually the cache rate is higher than reported.
since lsws serve static contents efficiently and don't cache them, only cache dynamic pages like php, so the reported rate looks low. the "Total Reqs" include both static and dynamic requests.

another way to improve the cache hit rate is to improve the rewrite rules in .htaccess and increase cache time.
Reply With Quote