• The free version doesn’t even include the leverage browser caching function.

    Also the whole settings are very confusing, it’s not easy to get a quick grasp because there’s so much text. UI needs a serious re-design.

Viewing 1 replies (of 1 total)
  • I’m sorry to hear that you were not satisfied.

    Browser Caching is actually something that needs to be enabled at the web server level, so Comet Cache’s Leverage Browser Caching feature simply adds the necessary rules to your .htaccess file to enable browser caching in your web server.

    Here’s the code that Comet Cache adds; you can just copy and paste this into your .htaccess file to enable browser caching:

    # Enable browser caching.
    FileETag mtime size
    
    <IfModule expires_module>
      ExpiresActive on
      ExpiresDefault "access plus 1 week"
    </IfModule>
Viewing 1 replies (of 1 total)
  • The topic ‘No browser caching and settings not clearly arranged’ is closed to new replies.