Search results

  1. LiteCache

    How to reduce image HEADERS ? Tips on faster image transfers.

    png images are bigger than jpg, jpg images are bigger than webp and webp images are bigger than avif images, so png images are not a good choice. Compare the difference: https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html Images are...
  2. LiteCache

    How to reduce image HEADERS ? Tips on faster image transfers.

    It's the nature of every HTTP request that a response header must be added, so you can't request a source without a response. If you want images to be loaded faster optimize images or use a better image type like webp or much better use avif. avif images are up to 50% smaller in size than webp...
  3. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    @AndreyPopov WOW, you are still alive!
  4. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    As already mentioned in a previous post, the cause of your problem arises when the content is generated. Logically, this generated content is not UTF-8. Such problems can arise when content is copied and pasted from other non-Internet compliant sources into a content editor. However, this is...
  5. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    If you follow the official specifications for generating HTML output, there is no need to fix anything or check anything before caching. Although I don't know of any way to check for correct coding before caching, such a check would make caching unnecessary. You want to get an advantage from...
  6. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    @stevieosaurus The issue is not caused by LScache or by an incorrect encoding format for the output. Especially since the encoding format for the HTML output does not change any bytes. The cause is an incorrect encoding of the source format, which must be either ANSI or UTF-8. Since you are...
  7. LiteCache

    Getting timeout error...

    noabort and noconntimeout don't work in all cases. LSWS (and OLS?) has LSAPI_MAX_PROCESS_TIME Environment Variable. https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/#set-lsapi_max_process_time-environment-variable
  8. LiteCache

    How to install ionCube 13 in PHP 8.1??

    This will help to use the AWR Plugin for WordPress to use AVIF replacement/conversion for the LSCWP cache plugin. Thanks a lot! https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html
  9. LiteCache

    inclusion of http error code in openlitespeed

    @technotic Did you also check this? https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html
  10. LiteCache

    inclusion of http error code in openlitespeed

    You don't have to learn programming. Let others do this job, just try to understand the code. This helps a lot to qualify developers work and also helps to find reasons if a plugin or theme doesn't work as expected.
  11. LiteCache

    inclusion of http error code in openlitespeed

    There is only compatibility for PHP 7.4 to 8.1. Support for PHP > 8.1 will only be possible at the end of this year because we also want to support PHP 8.3, which IonCube is currently unable to guarantee.
  12. LiteCache

    inclusion of http error code in openlitespeed

    Never! Tesla has copied it.... ;)
  13. LiteCache

    inclusion of http error code in openlitespeed

    Make your own fun. :) <?php http_response_code(418); echo "<!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <title>I'm a teapot</title> <style> body { font-family: Arial...
  14. LiteCache

    inclusion of http error code in openlitespeed

    Maybe this is the reason why this status code isn't available.... https://www.rfc-editor.org/rfc/rfc9110.html#name-418-unused https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml#http-status-codes-1
  15. LiteCache

    Multiple lsphp with high CPU usage

    @Rhino Page optimization is not free. If a page is not yet cached, then optimization causes a higher load. This is especially true, but not only, for the LiteSpeed cache plugin. The more optimization functions you use, the higher the load.
  16. LiteCache

    detect external loop redirection with target URL rewrite error for wp-admin

    @dsTravis Check .htaccess files in /wp-content, /wp-admin
  17. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    CloudFlare is the better way to block unwanted access. ModSecurity and .htaccess always causes a high load to drop unwanted access, but CF don't have WAF functions to check headers like it is described in the posted link. The question is what do you prefer. Best blocking method? Use htaccess...
  18. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    Try using 'facebookexternalhit' instead of only 'facebook'. btw. You should read this: https://forum.openlitespeed.org/threads/how-to-block-unwanted-traffic-easily-but-effectively-and-without-waf-or-cloudflare.5989/
  19. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    I can't see facebookexternalhit UA in this code?!
Top