Search results

  1. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    I've tested it and can confirm your result. I overlooked that "Safari" is always part of every Mozilla based UA, so my code can't work and have no idea how to solve, sorry.
  2. serpent_driver

    Help me to enable cache for text/html and php files

    Yes, but your questions are mostly WP related and this forum doesn't support WP related issues! When will you respect this?! This is a WP related question.
  3. serpent_driver

    Help me to enable cache for text/html and php files

    You don't give up.....? ;) 3600 = 3600 seconds = 3600 / 60 = 60 minutes / 60 = 1 hour = cache will expire in 1 hour 86400 = calc by your own ;)
  4. serpent_driver

    My Blog Assets are Not Caching

    That's not completely right. LiteSpeed caches also static sources, if static sources like CSS are generated by PHP. Such static sources get cache header and can be found in /lscache directory. Cache plugin for WP has an own cache-control define for this.
  5. serpent_driver

    .htaccess file location on server

    Some hosts don't allow custom .htaccess and will be renamed if detected.....
  6. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    LScache plugin for PrestaShop should have an editor mode like in cache plugin for Wordpress. If Presta plugin always overwrites custom settings you can't use the modified code.
  7. serpent_driver

    Help me to enable cache for text/html and php files

    The rules for getting WP support are unmistakable. If it takes longer to get response, please don't forget we have still "Corona". https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ Or use LiteSpeed documentation...
  8. serpent_driver

    Cache Plugin (W3 total Cache vs. Litespeed Cache)

    Using more than 1 cache plugin doesn't make sense, because there is a big difference between LScache for WP and all other cache plugins for WP. LiteSpeed has a powerfull web server based cache engine. The plugin to use this cache is only to control cache engine. It doesn't cache. Every other...
  9. serpent_driver

    Help me to enable cache for text/html and php files

    For these questions please use official plugin support. This forum doesn't support WP plugin related issues: https://wordpress.org/support/plugin/litespeed-cache/
  10. serpent_driver

    Help me to enable cache for text/html and php files

    Cache headers will only displayed once if a page isn't cached and still have "miss" cache heder. In Browser press F12, the developer console will be opened. Choose network tab and click on the first entry for the main document. Some applications like Wordpress generates static sources on the...
  11. serpent_driver

    Advantages of LiteSpeed for custom php

    You can use LScache even if your application is session based. The question is what the session needed for. Do you need PHP session in every case? Have you ever heard about Edge Side Includes (ESI), one of "magic" features of LiteSpeed/LScache? Higher consume of resources is not only a problem...
  12. serpent_driver

    Help me to enable cache for text/html and php files

    Answers for all your questions can be found at: https://docs.litespeedtech.com/lscache/lscwp/overview/
  13. serpent_driver

    Help me to enable cache for text/html and php files

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:no-plugin-setup-guidline
  14. serpent_driver

    Litespeed cache for phpbb3

    To be ripped off means to be cheated. Neither me nor anybody else nor this forum ripped someone off, but who cares about you?! You are the looser of this situation. If I would stop my work (and I will stop it) neither you nor any other phpBB owner will ever get a solution to run LScache, so your...
  15. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    No, all rules are to get webp support. Remove 1 and cache will not work for webp.
  16. serpent_driver

    Problem with sitemap

    Should work with this version, so you could run this method on your server with cron, but you don't need Powershell.
  17. serpent_driver

    Problem with sitemap

    Check curl version on your server: run curl --version
  18. serpent_driver

    Problem with sitemap

    For this method you need Powershell (already installed on every Windows based computer) and you must run it from your local computer, because for this method you need curl (for windows) version newer than 7.33. curl is part of OS and most servers only have version 7.29 installed. With this...
Top