Search results

  1. serpent_driver

    Can we not cache banners that vary with basket contents?

    Regardless of your individual needs, with LScache (LScache == LiteMage) it is possible to either exclude specific areas of a page's content from the cache or to define special cache rules for these areas. LScache uses ESI (Edge Side Includes), which could also be called a fragment cache. The...
  2. serpent_driver

    Pre-cache Mobile pages

    According to the documentation, different versions or different code are used for mobile devices and desktop devices. The screen resolution is irrelevant because, according to the documentation, the user agent decides which code is used for which device. The scope of functions of the OC cache...
  3. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    I already provided the proof! You are required to improve your non-working solution. https://www.litespeedtech.com/support/forum/threads/journal3-webp-no-support-in-safari-and-lscache.18880/post-127923
  4. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Stupid question! Answer: To make it work. You advertise your custom solution as a working solution, but your solution doesn't work. Then why are you asking such a stupid question?!
  5. serpent_driver

    Security Headers Problem

    I think you have the wrong idea about how to run a website. LiteSpeed is primarily a provider of an alternative web server. But running a website requires more than just a web server. You either have to add the necessary information manually or expand the settings of the server control panel you...
  6. serpent_driver

    Errors in Server Error Log

    You should use LiteSpeed's cache plugin suppport at WordPress. Only there you will get qualified support for this issue because this forum doesn't support cache plugin for WordPress any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/...
  7. serpent_driver

    Errors in Server Error Log

    Whitelisting a URL does not solve the problem and is not caused by RankMath. There must be deeper causes for overload. A 503 error code can also be caused by exceeding the max_execution_time. The relevant error logs should provide information about this. Without appropriate error logs it is...
  8. serpent_driver

    Errors in Server Error Log

    This is ModSecurity, but not LiteSpeed related, so it is up to you to modify ModSecurity rules.
  9. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    I am always shure! Who is the LiteSpeed expert? Answer: Not you! Just delete the _lscache_vary cookie and request a URL again with different User-Agent. The _lscache_vary cookie is not set again. Device Detection works at your page, but only if a page isn't cached yet. This means that your...
  10. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Again, your device detection doesn't work, because your PHP detection isn't completely sync with cache varies.
  11. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Nothing is perfect, because not OS version matters, but the Safari Version. Safari webp support starts with version > 13, so stop talking nonsense again.
  12. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    FYI: Your webp detection doesn't work.
  13. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    You can't think as far as I can. :) I don't have to do anything. I don't need any extra programming, no extra function, no device detection and no extra cache and I can still offer all image types from avif to webp to png. Native HTML does the trick.
  14. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    You don't need any device detection if you use HTML picture tag. With picture tag the browser itself checks which image type he supports. At cachecrawler.com I use picture tag and can provide all image types without any detection or cache vary.
  15. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    @AndreyPopov You don't need an extension for OC because everything you need is already on your server. You also don't need a device detection to identify avif or webp support and you don't need cache varies either. All you need is this: #!/bin/bash # Path to image directory...
  16. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    There will not be a module for OC or Journal 3 because, on the one hand, an alternative cache plugin would be needed that would also overwrite the relevant functions in Journal. I can only imagine this as a custom solution.
  17. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    1 example of several. https://www.wp.cachecrawler.com/ Free to download. https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Replacement-for-LiteSpeed-LScache::6574.html
  18. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Of course! At least I developed a working solution.
  19. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    $_SERVER['HTTP_ACCEPT']: image/webp is the same as $_SERVER['HTTP_ACCEPT']: */* That's why all method using this way of detection are faulty.
  20. serpent_driver

    Litespeed webadmin cannot access

    @barin691 This forum is for LiteSpeed Enterprise. For OLS please use OLS support forum. https://forum.openlitespeed.org/
Top