Search results

  1. serpent_driver

    problem with activate Lazy Load Images

    It seems you have any additional plugin installed that controlls the behaviour of the images and this conflicts with lazy load feature. If case this is a WooCommerce based page you get support for cache plugin only at Wordpress support page for cache plugin. This forum doesn't support LiteSpeed...
  2. serpent_driver

    Litespeed and TCP Fast Open

    @mistwang Why don't you read previous same posts? This is nginx spam?
  3. serpent_driver

    Litespeed and TCP Fast Open

    ngnix spam!
  4. serpent_driver

    LSCWP feature request

    This feature already exists: https://docs.litespeedtech.com/lscache/lscwp/cache/#purge-all-on-upgrade
  5. serpent_driver

    Magic curl option for fast recache and small lscache size

    Don't think complicate, use it and enjoy to save data that has not to be unnecessary downloaded. All, but not LScache extension for OC use this method.
  6. serpent_driver

    lscache purge all not work!

    To purge the entire cache you can also use alternative ways and for this you don't have to use curl. Generate a blank PHP page and paste the code below to this file: header("X-LiteSpeed-Purge:*");
  7. serpent_driver

    Magic curl option for fast recache and small lscache size

    Again yes, but this is why request method has explicit to set to override HEAD requuest to GET method.
  8. serpent_driver

    403 Error on post updating wordpress

    The next possible reason is that your licence has expired. If you have LiteSpeed web server running and there is no valid license every request will result in a 403 or LiteSpeed web server is switching to Apache.
  9. serpent_driver

    Magic curl option for fast recache and small lscache size

    .... and that's why request method GET has explicit to be set.
  10. serpent_driver

    Magic curl option for fast recache and small lscache size

    Again, request method has nothing to do with "CURLOPT_NOBODY". This curl option has affect on returning message body and depending on the value for this option the ouput of the request will be returned or not. For caching a page you don't need the return and that's why it is better to set value...
  11. serpent_driver

    Magic curl option for fast recache and small lscache size

    This is not a HEAD request. HEAD means only HTTP Header and no message body, but message body is not HTML body. That is a big difference. A only HEAD request prevents to cache a page.
  12. serpent_driver

    Increase Public Storage Expire

    You seem to talk about cache plugin settings of Wordpress? If so, you should know that these forum doesn't support cache plugins, even they are made by LiteSpeed itself. To get support for your issue please check this...
  13. serpent_driver

    Images for Twitter Cards being blocked

    Your issue will be solved here: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  14. serpent_driver

    Problem with css desktop/mobile version

    Maybe I am wrong, but I got an email notification from Google user group that a new version has been released, but I just checked it. I am wrong. This notification is about a user who writes a post about version 1.4, so sorry! :(
  15. serpent_driver

    Problem with css desktop/mobile version

    Today a new version has been released.
  16. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Of course it is matters for both. Unsufficient cache rules causes wrong cached pages. I checked your page today and found some wrongly defined cache rules regarding apple devices.
  17. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Yes, but UA is always not really safe and can easily be modifed.
  18. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    No, I use completely different data. User Agent is yesterday, I use "client hints" https://web.dev/i18n/en/user-agent-client-hints/ https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API https://developer.mozilla.org/en-US/docs/Web/HTTP/Client_hints
  19. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Yes, for Multithreading Magic Crawler. :) I don't really need these cookies, but they make it easier to define safe cache rules. The current are not really good.
  20. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Already all settings tried, but without success...
Top