Search results

  1. serpent_driver

    Possible to ignore some parts of pages from cache?

    ESI works almost everywhere, but the cache plugin for PrestaShop only supports module. You can exclude a specific user like the admin from caching if the admin has a unique cookie. This completely excludes the admin from caching. <IfModule Litespeed> RewriteCond %{HTTP_COOKIE}...
  2. serpent_driver

    Images for Twitter Cards being blocked

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

    Problem with LS Cache PluginWordpress

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

    Simple ajax chat wp plugin cache problem!

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

    EXPIRED HEADERS

    Your server isn't Cloudflare. Your server is LiteSpeed and you use Cloudflare CDN.
  6. serpent_driver

    EXPIRED HEADERS

    The issue is caused by this code: <IfModule mod_expires.c> # Ligue o módulo. Expira Ativo em # Defina os tempos de expiração padrão. ExpiresDefault "acesso mais 2 dias" ExpiresByType image/jpg "acesso mais 1 mês" ExpiresByType image/gif "acesso mais 1 mês" ExpiresByType image/jpeg "acesso mais...
  7. serpent_driver

    EXPIRED HEADERS

    # END Imagify: tipo de arquivo webp # SSL Realmente Simples O cabeçalho sempre define Strict-Transport-Security: "max-age=31536000" env=HTTPS Cabeçalho sempre define Content-Security-Policy "upgrade-insecure-requests" O cabeçalho sempre define X-Content-Type-Options "nosniff" O cabeçalho sempre...
  8. serpent_driver

    EXPIRED HEADERS

    You also have a configuration in your .htaccess that doesn't work that way and would have to be adjusted to use with the LScache plugin.
  9. serpent_driver

    EXPIRED HEADERS

    As already said, you have another plugin installed that is responsible for this issue. Either de-install this plugin or remove the following code from .htaccess. <IfModule mod_expires.c> # Ligue o módulo. Expira Ativo em # Defina os tempos de expiração padrão. ExpiresDefault "acesso mais 2...
  10. serpent_driver

    EXPIRED HEADERS

    Use editor functions to post code
  11. serpent_driver

    EXPIRED HEADERS

    No pdf. Just post it here.
  12. serpent_driver

    EXPIRED HEADERS

    You are using another cache layer (WP-Rocket). Remove it. It is incompatible with LScache plugin!!!
  13. serpent_driver

    EXPIRED HEADERS

    Check your .htaccess and search for "cache-control". There is a custom setting in your .htaccess that must be responsible for it.
  14. serpent_driver

    EXPIRED HEADERS

    You have Wordpress running, so everything you have to do is to use plugin settings. Go to LScache plugin settings: Cache -> Browser cache. Enable it and set a value of: 31536000 That's it.
  15. serpent_driver

    EXPIRED HEADERS

    Expired headers are never missed, so I think you mean cache-control header for static sources like images, css, js and so on?
  16. serpent_driver

    Section background images in Elementor not being changed to Webp

    @thatsmehta For this please use cache plugin support page at Wordpress. This forum doesn't support cache plugin any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  17. serpent_driver

    EXPIRED HEADERS

    English please
  18. serpent_driver

    Section background images in Elementor not being changed to Webp

    @thatsmehta If you tried rewrite rule from above there is no converting or replacement as with images that are defined im html <img> tag. Therefore you don't see .webp images in html code. This rewrite rule forces the webserver to send .webp file instead of jpg|png|gif if browser supports...
  19. serpent_driver

    Formatting Error in Image Website due to CSS Combine & Guest Mode

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

    Adsense Code is Unreadable when LS cashe is activated

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