View Single Post
  #15  
Old 05-25-2009, 08:50 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
If you think LSWS does not cache certain page, you need to check the request/response header see if anything prevent the page being cached.

Request with Query String? Request Cookie? Response Cookie? Request cache-control? response cache-control?

If you think a page can be safely cached even with some header can prevent it from being cached, you can adjust the cache policy to force LSWS to cache that page, you may need to create a context for that URL.
Reply With Quote