Search results

  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. LiteCache

    An unsolvable stale cache problem

    What about CloudFlare cache?
  6. 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/
  7. LiteCache

    An unsolvable stale cache problem

    @et_goldenm Run "Purge All - CSS/JS Cache" This kind of purge should solve the issue.
  8. 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...
  9. 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...
  10. 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?
  11. 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...
  12. LiteCache

    What do I need a CDN (Content Delivery Network) for and when do I have which advantages of a CDN?

    The following explanations should help to answer the basic question of what advantages and disadvantages there are by using a CDN and whether there are alternatives. Basically, a CDN follows the principle: "Bring content closer to the user". Leaving everything else aside, everyone should be...
  13. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    And again and again, if you get 304 status code in your case and only in your case this is not a result of special settings. This is a absolute normal behaviour of every browser if he requests a static source that is not css, js or image. In your case index.html is a static source!
  14. LiteCache

    [Resolved] How to use multiple Sitemaps in Cache Plugin for Warmup Crawler?

    A few days ago there was an intense discussion in LiteSpeed Slack about why you can only enter 1 sitemap for the crawler in the cache plugin for WordPress. If you have a plugin installed, such as YOAST or Rank Math, the question does not arise because these plugins automatically create an index...
  15. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    *** New Features *** *** New Features *** *** New Features *** *** New Features *** *** New Features *** Since version 1.6 of the cache plugin for the LiteSpeed LScache plugin for Wordpress, there is a new function that dramatically reduces the crawl and warmup effort. While every Wordpress...
  16. LiteCache

    How to Cache POST when using LSCWP and Guestmode

    In case you are thinking of switching from OLS to LSWS at some point, I want to point out one of the many differences between the OpenLiteSpeed and LiteSpeed Enterprise web servers. The LSWS offers the possibility to cache POST requests. The OLS cannot do that. While POST is typically only used...
  17. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    LSCWP manages nothing. LSCWP is just a control panel to set cache headers. There is nothing special with this plugin.
  18. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    Of course, there must be an reduction, but it is only caused by browser cache behavior and has nothing to do with LiteSpeed and LScache. As already said, index.html at your page is identified as a static source and is not cached by LScache.
  19. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    For all interested readers of this topic, please do not use the comments of the user @kvv213 as a guide if you plan to use OpenLiteSpeed. 99% of the topics discussed here are based on insufficient knowledge of how to properly configure a server. However, using OLS does not mean additional work...
  20. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    For your information. The index.html is identified by the browser as a static file and not dynamic. That's why you can throw your supposed achievement completely overboard.
Top