Search results

  1. 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/
  2. 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.
  3. 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".
  4. 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...
  5. 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...
  6. 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...
  7. 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?
  8. 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.
  9. 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...
  10. 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.
  11. serpent_driver

    CACHE

    This has nothing to do with cache, but is called client-side scripting.
  12. 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.
  13. 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.
  14. 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...
  15. serpent_driver

    CACHE

    LiteSpeed has a better solution for fragmented cache. It is called Edge Side Includes or just ESI, but I think you don't know the differencies between HTTP Cache and transients. These are completely different things. LiteSPeed LScache is a server based HTTP cache and works completely different...
  16. serpent_driver

    CACHE

    Forget the transient. For loading speed almost only the cache matters. Transients are nice, but there much more and other components they slow down the page speed. Transients don't help either. Everything is only about the cache (LScache engine != transient)
  17. serpent_driver

    403 error even after removing the plugin

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

    CACHE

    Your page will not be fast because of the transients, but only because of the HTTP cache. If you have many pages with pagination and they are slow, then the reason is quite simple to explain. These urls are not in the sitemap and if these urls are not in the sitemap then the cache for these urls...
  19. serpent_driver

    How to clear LiteSpeed plugin config setting and get back to default

    Your question has already been answered in LiteSpeed support forum on WordPress: https://wordpress.org/support/topic/how-to-clear-litespeed-plugin-config-setting-and-get-back-to-default/
  20. serpent_driver

    prevent caching for logged-in wordpress users without plugin

    Okay, if you want to be cool and also a supporter, apply to become an "Authorized LiteSpeed Supporter". Unless that's the case, you just have "Attention Deficit Disorder" https://www.cdc.gov/ncbddd/adhd/facts.html, and that's a disease.
Top