Search results

  1. LiteCache

    Example QUIC conf and Port change

    https://docs.litespeedtech.com/lsws/cp/cpanel/quic-http3/
  2. LiteCache

    Example QUIC conf and Port change

    What do you mean by “document this”?
  3. LiteCache

    Example QUIC conf and Port change

    This is not a limit of OLS, but a limit of lsquic, at least that's how LiteSpeed describes it. And when LiteSpeed writes that the certificate must be trusted, then I understand this as a certificate that is signed by a trusted certificate authority. In fact, you won't find out until you study...
  4. LiteCache

    Example QUIC conf and Port change

    As long as you use a self-signed certificate, the basic requirements are missing. You cannot test QUIC on localhost. I already told you in LiteSpeed Slack that you need a public IP, a domain and a trusted SSL certificate. You can only test QUIC under these conditions.
  5. LiteCache

    Example QUIC conf and Port change

    @Kartheekdasari I think you have a misunderstanding of the requirements of QUIC. If you use OpenSSL and a certificate generated with OpenSSL was not signed by a trusted certificate authority, then that certificate is self-signed. According to LiteSpeed's specifications, it must be a "trusted"...
  6. LiteCache

    Example QUIC conf and Port change

    @Kartheekdasari You know that QUIC doesn't work with self-signed certificates? By the way, port 9443 is not accessible. QUIC expects port 443 and not any other port.
  7. LiteCache

    avif for LiteSpeed: Faster Loading Time with avif instead of webp Images

    Do you know avif? avif stands for AV1 Image File Format, is a modern, open-source image compression format. The AVIF format is based on the AV1 video codec, which was developed by the Alliance for Open Media (AOMedia) to provide efficient and high-quality video compression. The AVIF format...
  8. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    Insufficient server settings that you have changed in the meantime.
  9. LiteCache

    Did you know? Optimizing a website does not improve loading time!

    Did you know? Optimizing a website does not improve loading time! Are you one of the many millions of users who believe that optimizing a website could improve the loading time? Unfortunately, this is a misconception and who is to blame? It's Google, or Google PageSpeed, because PageSpeed...
  10. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    @kumiskiri Was I able to expand your wealth of knowledge?
  11. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    @kumiskiri Whatever configuration you change to speedup your page it has no effect at PageSpeed. PageSpeed can't and don't want to measure the loading time. Core Web Vitals measures the display time, but not the loading time. So you should expand your knowledge...
  12. LiteCache

    LiteSpeed Cache prevents browsers to re-validate pages

    No, this is not possible because Ezoic would have to know LiteSpeed's cache status in order to forward the request to your server in case of doubt. Otherwise, Ezoic would always deliver outdated content and would never query your server for changed content. Apart from that and in the case that...
  13. LiteCache

    No request delivery notification has been received from LSAPI application, possible dead lock.

    @Cold-Egg I have new informations about noabort and noconntimeout directive, especially a solution if it doesn't work. Interested in this?
  14. LiteCache

    WP AWR Plugin - avif and webreplacment for the LiteSpeed Cache Plugin

    After countless requests to LiteSpeed when the LiteSpeed Cache plugin for Wordpress is finally avif ready, the first plugin for LiteSpeed LScache is the solution. The name AWR stands for avif and webp replacement including Image Optimization especially made for the LSCache Plugin for Wordpress...
  15. LiteCache

    HELP - Serve static assets with an efficient cache policy

    @almadeaventura PageSpeed expects a TTL at least 1 year or 31557600 seconds. Any value that is less than 31557600 seconds will be criticized by PageSpeed. But note that you can only set the TTL for your own sources and not for sources from external hosts.
  16. LiteCache

    What OLS server limit (10 vcpu)

    You could actually answer your own question. Just count the amount of plugins, then you have the answer. This is not an OLS problem, but a problem with Wordpress, or an unavoidable problem with any PHP framework. Reduce the number of plugins to a tolerable level. Then your performance problems...
  17. LiteCache

    503 when setting cookie via RewriteRule

    @Xoogu A cookie cannot be set by rewriteRule. A cookie is sent as header, so you must use the OLS way to set a custom header (cookie) Header add Set-Cookie "mycookiename=mycookievalue; path=/; secure;SameSite=None"
  18. LiteCache

    openlitespeed cache without plugin not work

    The session may exists, but if a page is cached you can't check if session exists. A cached page is just plain text and with plain text you can't run PHP, so your thinking is wrong. There are ways to check this anyway, but with OLS those options are severely limited and not safe. Also, don't...
  19. LiteCache

    openlitespeed cache without plugin not work

    Where do you use these rules? https://www.arabchat.mobi/? I still see CDN headers at https://www.arabchat.mobi/
Top