Search results

  1. serpent_driver

    Automatic conversion of JPG to WebP format

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  2. serpent_driver

    Auto clear litespeed cache at 12:30am?

    Check the path to clear.php php /home/USER/public_html/clear.php "USER" must be an account name.
  3. serpent_driver

    Subtotal price and product count in elementor's header cart-menu won't sync

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  4. serpent_driver

    Litespeed Cache break sites even when all the setting is off. - maybe a bug.

    Not a bug. Read this. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. serpent_driver

    Auto clear litespeed cache at 12:30am?

    Correct. This purges the entire cache. <?php header("X-LiteSpeed-Purge:*");
  6. serpent_driver

    Auto clear litespeed cache at 12:30am?

    Create a blank PHP page, place it in root directory where OC is installed and copy the code below into this PHP file. This purges the cache for the domain where OC is installed, but not the entire cache on your server. <?php $tag = substr(md5(__DIR__ . '/system/library/lscache'),0,4)...
  7. serpent_driver

    Exclude cookies does not seem to be working

    I doubt that makes sense. The feature to force caching assumes that there must be another cache policy preventing caching. You have found a solution by forcing caching, but this solution leads to new problems that can probably no longer be solved because in the end there are only exceptions and...
  8. serpent_driver

    Google maps is not showing on my page due to LiteSpeed Cache

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  9. serpent_driver

    Exclude cookies does not seem to be working

    That should already be the case with the no-cache rule for referrers, but why do you define force caching for homepage? Is there any other cache rule that should prevent caching the homepage?
  10. serpent_driver

    Exclude cookies does not seem to be working

    Try it again at Slack. Use channel #wpcache and tag @qtwrk. Post the rewrite rule there and tell @qtwrk that you use QC.
  11. serpent_driver

    Exclude cookies does not seem to be working

    Sorry, I have no more idea why it doesn't work at you page. I have justed tested it again on my test page and it works. Do you still use Cloudflare?
  12. serpent_driver

    Exclude cookies does not seem to be working

    Please put the referrer rule at the top.
  13. serpent_driver

    Exclude cookies does not seem to be working

    Do purge all in plugin should be enough. QC checks cache status of your host frequently. You should remove aff* cookies from no-cache rules. If you don't do it you can't verify if referrer rule works.
  14. serpent_driver

    Exclude cookies does not seem to be working

    If you add any cache related rules to .htaccess, never place this code within ## LITESPEED WP CACHE PLUGIN .... # END LSCACHE
  15. serpent_driver

    Exclude cookies does not seem to be working

    Remove this from your .htacces or the aff* cookies. ### marker NOCACHE COOKIES start ### RewriteCond %{HTTP_COOKIE} affwp_ref|affwp_ref_visit_id|affwp_campaign|wptouch_switch_toggle|wp\-affwp_ref_visit_id|wp\-affwp_ref|wp\-affwp_campaign RewriteRule .* - [E=Cache-Control:no-cache] ### marker...
  16. serpent_driver

    Exclude cookies does not seem to be working

    You have quic.cloud running and QC doesn't know about this no-cache rule. Please purge the cache, wait some minutes and try again.
  17. serpent_driver

    Exclude cookies does not seem to be working

    I have just tested it at my test page and it works as expected. Where did you place the code?
  18. serpent_driver

    Exclude cookies does not seem to be working

    Does not cache? This is what you wanted?!
  19. serpent_driver

    Exclude cookies does not seem to be working

    For single referrer: <IfModule LiteSpeed> RewriteCond %{HTTP_REFERER} domain\.com [NC] RewriteRule .* - [E=Cache-Control:no-cache] </IfModule> For multiple referrer: <IfModule LiteSpeed> RewriteCond %{HTTP_REFERER} domain\.com [NC,OR] RewriteCond %{HTTP_REFERER}...
  20. serpent_driver

    LiteSpeed Cache WordPress REST API

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top