Search results

  1. serpent_driver

    browser caching

    Pagespeed Insights expects atleast 31536000 seconds for cache-control, but you need to add "Cache-Control" Header to your .htaccess. ExpiresByType does not control browser cache behavior. # Add or remove file types if needed <FilesMatch...
  2. serpent_driver

    Very BAD TTFB

    @Mfa Would you provide us with a URL to your page?
  3. serpent_driver

    Cache activation issue

    Litespeed is Apache compatible, so you can use the same settings as with Apache.
  4. serpent_driver

    Cache activation issue

    Again, to get benefits of a cache you need dynamic generated content, not static. This is a condition of every HTTP cache, not only Litespeed. On your side I would check if Litespeed cache is available at your host. Generate a empty.php file and request it in browser. If you can see...
  5. serpent_driver

    Cache activation issue

    This hasn't something to do if Litespeed is "basic" enough. Litespeed is a webser and Litespeed cache is a HTTP cache. Every HTTP cache like any other can only cache dynamic content and not static content. Read this and try to understand why Litespeed is better than any other webserver...
  6. serpent_driver

    Cache activation issue

    If you are really on a .html site, Litespeed cache supports only dynamic generated pages like PHP but not static html pages. These headers are not Litespeed cache headers.
  7. serpent_driver

    Very BAD TTFB

    Maybe it is caused by your are sitting in Timbuktu? ;) This can be the only reason why your request time is so slow. https://www.presta.litecache.de uses fastest Internet Backbone in the world (Frankfurt/Germany).
  8. serpent_driver

    Very BAD TTFB

    The reason why there is a no-cache header ist caused by POST request. Request frontpage and make a browser reload. Check also requests in developer console. The main document is no GET request, it is POST and POST requests will not be cached. By the way, this page is terrible. 3MB and 30...
  9. serpent_driver

    Geo Ip Rewrite For Files

    Try this: <IfModule mod_geoip.c> RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !^(FR)$ RewriteRule (test).js$ - [F,L] </IfModule>
  10. serpent_driver

    Geo Ip Rewrite For Files

    If you have Litespeed Enterprise open a support ticket to get qualified support. Otherwise and if you use Open Litespeed wait for an answer from Litespeed support team.
  11. serpent_driver

    Geo Ip Rewrite For Files

    Before your rule can work, you have to setup settings in WebAdmin.
  12. serpent_driver

    how to cache website runing plesk panel with Litespeed extenation

    This not a question of support. If you don't read well published information before you buy, this is your fault. Not a fault of Litespeed.
  13. serpent_driver

    Geo Ip Rewrite For Files

    Check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:common:geoip-support?s[]=environment&s[]=variables to make GeoIP available
  14. serpent_driver

    how to cache website runing plesk panel with Litespeed extenation

    Depending on your application it could be possible to use cache without a development/plugin. LS Cache allows to define "Vary" cache rewrite rules in .htaccess. Such rules are almost the same like known rewrite rules to redirect a URL to another URL. With these rules you can make cache...
  15. serpent_driver

    how to cache website runing plesk panel with Litespeed extenation

    Okay again and that is fact. If you want to use Litespeed Cache you need either a plugin or a developer who develops a plugin for your application. Without a development that can organize and control Litespeed Cache you can't use it. Why didn't you ask before you buy a license? Everything you...
  16. serpent_driver

    how to cache website runing plesk panel with Litespeed extenation

    You need a plugin for each application that should get cached pages. Without a plugin you cannot use LS Cache. https://www.litespeedtech.com/products/cache-plugins
  17. serpent_driver

    Xenforo issues with different styles shown for guests

    @Michael A It was only an idea...., sorry.... for trying to help...
  18. serpent_driver

    Xenforo issues with different styles shown for guests

    @Michael A Maybe xf_lscxf_logged_in|xf_user|xf_session_admin cookie will not be removed if logoff?!
  19. serpent_driver

    Xenforo issues with different styles shown for guests

    The big question is, who has developed this plugin? I don't know much about Litespeed cache plugin for Xenforo, so all I know is that this plugin has only rudimentary cache settings and has to be extended with functions like they are available in other Litespeed cache plugins. You should open a...
  20. serpent_driver

    How to exclude specific page from cache like "checkout"

    It doesn't matter if you on shared hosting, vServer or dedicated server. The problem is that this extension doesn't use default checkout and Litespeed Cache plugin doesn't know this extension and can't exclude this extension from beeing cached. You need someone who can extend Litespeed cache...
Top