Search results

  1. serpent_driver

    Brotli encoding(compression) for LSCache on LSWS/OLS - how enable?

    Do you have a board in front of your head or are you doing it on purpose? I'll show you what's wrong with your hosting and you insult me? What's wrong with you?
  2. serpent_driver

    Brotli encoding(compression) for LSCache on LSWS/OLS - how enable?

    And what? You have OLS and you use LScache?! And anything else is missing!
  3. serpent_driver

    Brotli encoding(compression) for LSCache on LSWS/OLS - how enable?

    Relax yourself :) Nobody wants to take anything away from you or attack you. If I'm speaking here, it's probably because there's no one else. This forum is lonely and poorly supported. Anyway, let's talk about logic. You complain that your "OLS" server doesn't work as you expect. Have you ever...
  4. serpent_driver

    Brotli encoding(compression) for LSCache on LSWS/OLS - how enable?

    There is no "multiple times". If browser supports br, content-encoding is available with the first request. Where does this statement come from?
  5. serpent_driver

    Brotli encoding(compression) for LSCache on LSWS/OLS - how enable?

    For static sources your server uses br for content-encoding, but this is only related to content-encoding and not for cached files. If I check your response headers your server displays "nginx" and not OLS as server software. Does your host use nginx as proxy in front of your hosting? Maybe this...
  6. 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...
  7. serpent_driver

    Litespeed and TCP Fast Open

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

    Litespeed and TCP Fast Open

    ngnix spam!
  9. serpent_driver

    LSCWP feature request

    This feature already exists: https://docs.litespeedtech.com/lscache/lscwp/cache/#purge-all-on-upgrade
  10. 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.
  11. 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:*");
  12. 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.
  13. 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.
  14. serpent_driver

    Magic curl option for fast recache and small lscache size

    .... and that's why request method GET has explicit to be set.
  15. 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...
  16. 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.
  17. 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...
  18. 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/
  19. 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! :(
  20. serpent_driver

    Problem with css desktop/mobile version

    Today a new version has been released.
Top