Search results

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

    Errors in Server Error Log

    This is ModSecurity, but not LiteSpeed related, so it is up to you to modify ModSecurity rules.
  3. 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...
  4. 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.
  5. 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.
  6. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    FYI: Your webp detection doesn't work.
  7. 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.
  8. 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.
  9. 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...
  10. 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.
  11. 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
  12. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Of course! At least I developed a working solution.
  13. 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.
  14. serpent_driver

    Litespeed webadmin cannot access

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

    LiteSpeed Cache with MySQL usage

    @ricardomecca Would you provide us with a link to your page?
  16. serpent_driver

    domain key error

    Please WordPress support forum for the LiteSpeed cache plugin. Only there you will get support. This forum doesn't support the cache plugin any longer.
  17. serpent_driver

    LiteSpeed Cache with MySQL usage

    If you know what ESI is and how ESI works then you have the answer for your question or have a look at this ESI example: https://www.dev.cachecrawler.com/esi/
  18. serpent_driver

    Expereincing a large TTFB even with Cache Enable

    Page cached == low TTFB Page not cached == high TTFB So always keep the cache warmed with the crawler.
  19. serpent_driver

    LiteSpeed Cache with MySQL usage

    Do you have ESI enabled?
  20. serpent_driver

    Optimizing litespeed for high traffic

    After being on the linked page for only 19 seconds, you can't be expected to have read, let alone understood, what PageSpeed is all about in that short time. That's why you can be called an ignoramus. Even the "Crazy Serbian" took the time to learn something new.
Top