Search results

  1. LiteCache

    Periodic Cache Cleanup for Virtual Host Caches

    @KratosGemini Basically, there is no need to delete the /lscache directory manually. LScache has a self-cleaning function that automatically deletes all cache files. However, only for these cache files whose lifetime has expired. Caches of URLs that have been manually purged are not affected...
  2. LiteCache

    Timeout not working: websites go down

    Wordfence has a misunderstanding of what noabort means. This directive is intended to prevent user abort. Wordfence wants to regulate the timeout, but somehow it doesn't want to get into Wordfence's heads. Also, Wordfence's recommended use of the noabort directive poses a security risk, but...
  3. LiteCache

    Timeout not working: websites go down

    @AndreyPopov If it works with OLS, then that seems fine, but keep in mind that this setting applies to all scripts and is therefore a security risk. But I doubt that this setting works in all cases.
  4. LiteCache

    Timeout not working: websites go down

    @Cold-Egg I tested the noabort and noconntimeout directives with the LSWS and OLS in different scenarios. It works, but not in every case and depends on the PHP processes or child processes. An example of this would be a script that converts images using Imagick. In this case it doesn't work.
  5. LiteCache

    No request delivery notification has been received from LSAPI application, possible dead lock.

    @Cold-Egg That's very strange. No matter what attempts I read from numerous users, they all come to the conclusion that these directives do not work in OLS, so I can only conclude from your answer that it must be due to the type of script and process. Can you tell me how you tested this?
  6. LiteCache

    No request delivery notification has been received from LSAPI application, possible dead lock.

    These directives are unsupported in OLS. Only max_execution_time works in this case with OLS.
  7. LiteCache

    Use OpenLiteSpeed for Shopware 5 or Shopware 6

    Sorry, you are wrong. I have developed a cache plugin for Shopware 5 and it works with OLS. The plugin you link to is not a LiteSpeed plugin, just a third party "service". You can't get the plugin from this provider and you can't buy it either. This is not an OLS issue, but a question of the...
  8. LiteCache

    How to reduce cache warmup crawl time by up to 70%

    If you run not just one, but several WooCommerce sites, then you are inevitably bound to the purge behavior of the cache plugin. This inevitably means that in the event of a product update, not only the cache of the product page, but also the cache of the categories will be purged. This is still...
  9. LiteCache

    How to protect yourself from bots?

    There is a very simple but extremely effective method for distinguishing bots or "natural" requests from "unnatural" requests. This requires neither complex programming nor any external service. If anyone is interested in it, I'll write a documentary about it here in the forum.
  10. LiteCache

    How to reduce cache warmup crawl time by up to 70%

    It would be nice if you could do it the way you suggest. However, you seem to lack the relevant knowledge. The problem that the cache has to be purged affects WooCommerce users in particular, but not only. Products in a shop, their information about them and their status are not limited to the...
  11. LiteCache

    An unsolvable stale cache problem

    https://goldenmoments.sg/media wrong, but if requested it should redirect to https://goldenmoments.sg/media/ https://goldenmoments.sg/media/ right There must be a no-cache rule either in the plugin or in the .htaccess. Check your plugin settings, but I advice you to reset to default settings...
  12. LiteCache

    An unsolvable stale cache problem

    Check your .htaccess. There is something wrong. https://goldenmoments.sg/media can also accessed by https://goldenmoments.sg/media/ https://goldenmoments.sg/blog can also accessed by https://goldenmoments.sg/blog/ Both URLs without redirection but they should be redirected...
  13. LiteCache

    An unsolvable stale cache problem

    What about CloudFlare cache?
  14. LiteCache

    URI refers to a static file with PATH INFO

    Does that help you? https://forum.openlitespeed.org/threads/uri-refers-to-a-static-file-with-path_info-error.5440/
  15. LiteCache

    An unsolvable stale cache problem

    @et_goldenm Run "Purge All - CSS/JS Cache" This kind of purge should solve the issue.
  16. LiteCache

    OpenLiteSpeed Rewrite Rules Ignored or Overridden

    @mikegs1 You've obviously made a lot of effort, but you can save 2/3 of this work because it's unnecessary. Especially since every rewrite rule does not make your server faster and safer. Most of these rules are therefore meaningless. I cannot recommend other interested readers to adopt these...
  17. LiteCache

    How to reduce cache warmup crawl time by up to 70%

    It's primarily about Wordpress or the LScache Plugin (LSCWP) for Wordpress, but the problem affects every LiteSpeed Cache Plugin for which a Cache Warmup Crawler is available. In order to benefit from LScache, it is imperative that the cache is warmed up. If you don't do that or maybe don't...
  18. LiteCache

    Which web server is the best?

    If statistics are to be believed, there is currently only 1 web server that has shown significant growth rates for more than 10 years. All others seem to have been weakening for quite some time. Where does that come from?
  19. LiteCache

    Why doesn't Google PageSpeed measure the loading time?

    Ever since Google Pagespeed, there has been a misconception that Google doesn't really want to create despite sufficient criticism. But before I demonize Google, I want to first praise Google. Praise for the fact that Google has been the only authority for almost 20 years now, which is committed...
Top