Search results

  1. serpent_driver

    CACHE

    It is usable and is also available for download, but the native version, for which you don't need the Kitt Cache Crawler, still needs a few minor adjustments.
  2. serpent_driver

    How to disable caching sitewide?

    Of course its possible! The cache-control header was invented exactly for this!
  3. serpent_driver

    CACHE

    You don't need anything at all for lazy load because the loading="lazy" attribute has been a standard feature of almost every modern browser for quite some time. A so-called 1-pager can of course be cached. What you probably mean is the occasionall oading of content when the content to be...
  4. serpent_driver

    CACHE

    For once I agree with you. The term plain text is wrongly chosen in this context. But that doesn't change the fact that an appropriate header is needed to tell the browser what content-type it is.
  5. serpent_driver

    CACHE

    It's not about crawling the URLs again. You have to read it properly and try to understand it. The first thing to do is to record (track) the URLs that are requested by users and generate a sitemap based on this, so that the crawler only crawls the URLs that are actually requested. By the way...
  6. serpent_driver

    CACHE

    Of course you need a corresponding PHP function that generates CSS or JS files. For me, no CSS or JS files are generated, but combined. Only then is it possible to cache static sources. However, to be fair, it has to be said that there is no advantage to doing so, because when the respective...
  7. serpent_driver

    WooCommerce 'Please choose product options by visiting' when ESI enabled

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

    CACHE

    Coming soon. If released you can download it at https://www.cachecrawler.com. The current version is for my Kitt Cache Crawler and still have to modify it for native usage without Kitt Cache Crawler.
  9. serpent_driver

    CACHE

    @AndreyPopov Have a look at the two attachments. These are zipped cache files from static sources (CSS and JS), cached by LScache. So forget the fairy tale that cache file is a "HTML screenshot".
  10. serpent_driver

    CACHE

    How did you come up with this idea? If I write HTML code in a .txt file and change the file extension to .html, what happens when I request that file in the browser? A plain text file is not defined by the content but by the http header and with this header I tell the browser how to handle the...
  11. serpent_driver

    CACHE

    But only in theory. There is another and much better solution. As a website operator, you mistakenly assume that all of your pages are requested by users. If you use tracking software and deal extensively with the evaluation of the tracking analysis, you will find that a very high proportion of...
  12. serpent_driver

    CACHE

    There's nothing you can tell LScache about. LScache is not a bot that follows every link. LScache is just a cache engine. But I understand what you are talking about and there are solutions for that, but these solutions are not part of LScache or a plugin or Wordpress. Either you have such a...
  13. serpent_driver

    CACHE

    What is the difference between "is not in wordpress" and a "single Wordpress page"? Can you please describe that in a bit more detail?
  14. serpent_driver

    CACHE

    Use any plugin for sitemap generation. The crawler uses and supports any sitemap that is also used for search engines. There is nothing special.
  15. serpent_driver

    CACHE

    An HTML page is a text file that only becomes an HTML page because of the file extension and is rendered as such by the browser. Therefore, the content-type of an HTML page is "text/html". If the documentation speaks of an HTML page, then this is for the simplified functioning of the cache. This...
  16. serpent_driver

    CACHE

    Neither the one nor the other. If I let PHP generate any other file format such as CSS, JS, XML or PDF, LScache will also cache static files. Do not you think? Just visit my website and check the response headers of the CSS or JS files.
  17. serpent_driver

    CACHE

    This has nothing to do with cache, but is called client-side scripting.
  18. serpent_driver

    CACHE

    The only safe way to verify if a URL is cached is to check server response header: x-litespeed-cache: hit or miss.
  19. serpent_driver

    CACHE

    Yes. If you are logged in and if you have caching for logged in users enabled, then the cache is private. That means that every logged in user has an own (private) cache copy.
  20. serpent_driver

    CACHE

    It depends on kind of hosting and LScache configuration. Normally /lscache directory is in home directory of your account, but some hosting provider sets /lscache directory outside, so you can't access it. It also possible to store cache files in SHM. If you want to access the cache files you...
Top