View Single Post
  #10  
Old 01-20-2011, 09:56 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
Quote:
Looks like Litespeed cache still leading for small test.php file at least at 13-20K rps - nearly 5x times faster than litespeed no cache, or up to 2x times faster than apache or litespeed with varnish defaults
great!

Quote:
just tested and with CacheEnable disk / removed, litespeed doesn't cache anything at all, test.php averages 4600 rps.
maybe lack of
RewriteEngine on ?

please try these in .htaccess
Code:
RewriteEngine on
RewriteRule test.php - [E=Cache-Control:max-age=45]
note: use test.php instead of /test.php
Reply With Quote