Search results

  1. L

    Two Questions: Firefox and how does cache hit miss work

    OK, first. I have Chrome and I have Firefox. Chrome shows a cache hit but only when I refresh but Firefox ALWAYS show miss no matter what I do and it is in fact slower. Any ideas why it doesn't work with Firefox? Then the cache hit/miss, I'm not quite understanding it. I was under the...
  2. L

    Shopping Cart Cache

    I guess I'll update my own request! The answer to my problem is adding this line to the .htaccess file: RewriteCond %{QUERY_STRING} !nocache|cart|checkout [NC] I'm very surprised no one knows about this.
  3. L

    Shopping Cart Cache

    Update: This no longer fixes the cached cart issues. Hosted on A2 servers Please help with any info available, I'm at the end of my rope with this issue!
  4. L

    Litespeed also cache the cart

    I'm also having the shopping cart cached and I have not been able to fix this for months now. I'm also being hosted on A2. The only thing that stops caching the cart is to turn off caching! Not what I want to do. Help!
  5. L

    Shopping Cart Cache

    OK, that did not fix it. Below is code that does fix it when put into the .htaccess but I'm not sure if this will interfere with outher potential cache features. # Stop caching the cart RewriteEngine On <FilesMatch "\.(html|htm|php)$"> FileETag None <IfModule mod_headers.c> Header unset ETag...
  6. L

    Shopping Cart Cache

    Thank you AndreyPopov, I have already disabled ESI, it broke the filter functions. I also have separate cache turned off. So I will try the ajax adjustment! Lee
  7. L

    Shopping Cart Cache

    Hello, I've very new to opencart and all that goes with it so I'm not very knowledgeable - yet. Right now the cart is being cached and it's driving my customers mad because they aren't using the refresh button in the browser, so how can I get litespeed to not cache the shopping cart? Thanks, Lee
Top