Search results

  1. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    PageSpeed Insight uses this UA for Desktop: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse This UA has no cache-control like every other non Mac and non Safari desktop device. This is a default setting in OpenCart with...
  2. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    ! must be between "!". Was wrong in last try. Bot for Google Mobile has no "Googlebot-Mobile" UA. That's why i marked the current cache-control define for mobile view should to be redefined The current UA for Google Mobile: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P)...
  3. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Next try. :) For this next try I setuped a test page and it works with and without Lscache. If It doesn't work for you, it's not my fault. In this case either device detection in OpenCart/Journal3 or Webp plugin has a wrong detection. You can test it on this test page if you have a browser...
  4. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    I can't promise, but I believe I have a solution, but must still test it.
  5. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Forget it! None of this code will work, because you have 3 functions that try to detect device: - LiteSpeed - Journal3 - and this plugin for webp Every function for device detection works independent from each other. No way to solve it!
  6. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    There is a way to make it possible, but only with a very complex kind of chache-control definition. No. https://httpd.apache.org/docs/2.4/rewrite/flags.html Scroll down to: "NC|nocase
  7. serpent_driver

    My Blog Assets are Not Caching

    Use an alarm clock and set "wakeup time" to the defined time after you purged cache ;)
  8. serpent_driver

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

    If you ask for an explanation about what you basically not understand how WP and LiteSpeed cache works, will force more questions. Believe me! So, the only answer I will give you, is that this configuration is static cache related and defines when cache of static sources will expire. End of...
  9. 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.
  10. 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.
  11. 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 ;)
  12. 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.
  13. serpent_driver

    .htaccess file location on server

    Some hosts don't allow custom .htaccess and will be renamed if detected.....
  14. 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.
  15. 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...
  16. 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...
  17. 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/
  18. 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...
  19. 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...
Top