Search results

  1. serpent_driver

    content-encoding:br doesn't show

    If ESI is enabled in LiteSpeed cache plugin for WP, Brotli isn't supported for dynamic sources.
  2. serpent_driver

    RewriteCond %{REMOTE_ADDR} does not appear to work

    CIDR-Notation doesn't work in modRewrite because CIDR-Ranges don't understand REMOTE_ADDR in modRewrite. Try this: RewriteCond %{REMOTE_ADDR} ^3\.(\d|[1-9]\d|1[01]\d|12[0-7])\. RewriteCond %{HTTP_USER_AGENT} Mozilla RewriteRule ^.* - [F] or if you don't need User-Agent: <RequireAll>...
  3. serpent_driver

    Issue with SVG <symbol> and VPI (Viewport Images) option in LiteSpeed Cache v7.3

    The syntax error already starts in "Expected Code". The title tag must not be a part within <symbol></symbol> tag, so correct this code and the VPI function will work correctly again. If you have still questions please read this post before you ask...
  4. serpent_driver

    Unwanted litespeed-cache-dummy.css Link Tag Appearing in HTML

    Double post: https://wordpress.org/support/topic/remove-dummy-css/
  5. serpent_driver

    IP location redirection plugin

    If you want to redirect requests based on IP address it must be done by modRewrite in .htaccess. Every plugin that provides redirection by IP uses PHP, but if a page is cached there is no more PHP. This affects every plugin for redirection and every page cache, not only LiteSpeed.
  6. serpent_driver

    First loading of a page is very slow.

    Page optimization is not free. The more optimization function you have enabled the higher the load and the longer it takes to process. Use the built-in crawler to warmup the cache frequently because only a warmed cache makes your site fast.
  7. serpent_driver

    Woocommerce providing shipping information to other customers

    It doesn't matter if the issue is caused by LiteSpeed or WordPress. This forum is not the right place where you get support. LiteSpeed stopped the support for the cache plugin long time ago in this forum. Please read this...
  8. serpent_driver

    Woocommerce providing shipping information to other customers

    This forum is for LiteSpeed related topics, so please use the official support forum for WordPress or WooCommerce. https://wordpress.org/support/forums/
  9. serpent_driver

    Database Erorrs

    It isn't the right place as this forum doesn't support the cache plugin for WordPress any longer. The right place you can find here: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ Read this post carefully.
  10. serpent_driver

    Joomla cache question

    LiteSpeed LScache is a server based cache for dynamically generated sources like PHP. Static sources like css, js or any other static sources are not cached by LScache as such sources are cached by the browser. If you want to set browser caching for static sources you must set either by...
  11. serpent_driver

    Cache Not Working If There is A Referrer

    Almost everything is possible, but if you have custom conditions, you need custom configurations of LScache that are not supported by the LScache plugin for WordPress. So please explain what you need. The better your explanation the better the solution can be provided!
  12. serpent_driver

    LSCache plugin issue

    https://wordpress.org/support/topic/lscache-plugin-issue/ https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  13. serpent_driver

    LiteSpeed Cache Causing Design Issues on Website

    and reads the restrictions at https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  14. serpent_driver

    Litespeed cache conflicting with the AMP

    and read the restrictions at https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  15. serpent_driver

    ESI settings don't do what we expect?

    As long as the Drupal cache hasn't been disabled, there's no point in looking for other causes. Currently, the Drupal cache is still active. http://your-domain-name.org/?check-drupal-cache=true
  16. serpent_driver

    Cache Not Working If There is A Referrer

    FYI: miss doesn't mean no-cache. If the cache is miss it means that the current cache status is miss, but is currently cached. A URL must be requested to get the hit status displayed with the next request of the same URL. This is how every kind of cache works.
  17. serpent_driver

    Cache Not Working If There is A Referrer

    Use the built-in crawler (it's faulty) of the LiteSpeed cache plugin for WordPress to warmup the cache or use the much more faster and smart cache warmup crawler for WordPress and LiteSpeed: https://www.cachecrawler.com/Download/Cache-Warmup-Crawler-LiteSpeed-LScache-Wordpress-Plugin::113.html...
  18. serpent_driver

    ESI settings don't do what we expect?

    Drupal cache is still running. Check the response header. If you already have disabled Drupal cache you must purge LiteSpeed cache as well.
  19. serpent_driver

    Unauthorized access to REST API

    Please read this before you post: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  20. serpent_driver

    Cache Not Working If There is A Referrer

    Neither the LiteSpeed LScache Engine nor any LiteSpeed Cache plugin prevents caching with a referrer from Google or any other referrer. However, you should first specify that requests with these referrers will not be cached. Is the x-litespeed-cache-control header miss or no-cache? If you want...
Top