Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. serpent_driver

    EXPIRED HEADERS

    Use editor functions to post code
  6. serpent_driver

    EXPIRED HEADERS

    No pdf. Just post it here.
  7. serpent_driver

    EXPIRED HEADERS

    You are using another cache layer (WP-Rocket). Remove it. It is incompatible with LScache plugin!!!
  8. 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.
  9. 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.
  10. 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?
  11. 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/
  12. serpent_driver

    EXPIRED HEADERS

    English please
  13. 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...
  14. 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/
  15. 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/
  16. serpent_driver

    LSCWP compatible with Speed Kit on Plesk?

    If a page isn't optimized and not cached it causes load to optimize it, so optimize your page and run the cache warmup crawler. If done check the difference. It is reommended to use any presets, but don't start with extreme preset.
  17. serpent_driver

    esi:inline tags don't work

    @davidwebca Test Job: If you can program your solution in such a way that you only need 1 file instead of 2 files, then it's ESI:inline.
  18. serpent_driver

    esi:inline tags don't work

    No, it isn't a seperate request. Otherwise it wouldn't be ESI. An ESI hole is not an iframe, so you can't send headers where headers already sent. Of course it matters. Include your code in a CMS und you will get errors. It is not a simple include, but a ESI:include. The define for scr...
  19. serpent_driver

    LSCWP compatible with Speed Kit on Plesk?

    If everything is okay, what is your problem?
  20. serpent_driver

    prevent caching for logged-in wordpress users without plugin

    It's the same. Cache plugin for WP is just a control panel to manage server side cache. The cache plugin itself doesn't cache anything. You need LScache plugin for WP to handle that. For further cache plugin related question please read this...
Top