Search results

  1. LiteCache

    How to Set canonical for all PDF Files in subdirectory?

    Try this. Not tested, but should work: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_URI} \.pdf$ [NC] RewriteRule .* - [E=CANONICAL_URL:%{REQUEST_SCHEME}://%{HTTP_HOST}%{REQUEST_URI}] </IfModule> <IfModule mod_headers.c>...
  2. LiteCache

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

    No, it is not about headers but the rewrite rules for cache vary. No, it is not possible. I have invested a lot of time in the past few years to validate bugs and whenever I have reported these bugs, the reports have either been ignored or I have been spoken to in a stupid way or even...
  3. LiteCache

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

    @hp2 @Cold-Egg will not know any answer and he will redirect you the plugin support at WordPress forum, but don't hope you will get any qualified answer since I have reported this bug many times in the last years.
  4. LiteCache

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

    The problems mentioned exist from day one up to the current version.
  5. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    @swapot I'm glad that you've learned something from this discussion and you can now hopefully evaluate for yourself whether a CDN is beneficial to you. But there are still tons of insights to be gained to delve deeper into the subject of CDN: "Big Deal or Big Fake?" If you need further...
  6. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    There is no need to create a rule to bypass caching if you don't enable caching. Using CF Cache + LiteSpeed Cache and LiteSpeed Optimizations at the same time is an absolute no-go! Don't use CF caching and LScache at the same time, because it causes much conflicts! But you can still use CF Cache...
  7. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    You are using an outdated Firefox version.
  8. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    @swapot The article from https://acnam.com/untold-truths-of-cloudflare-cdn/ is very good and also confirms my tests with CloudFlare. Even if you now understand more thanks to these two articles, it does not make using a CDN any easier, as the seemingly uncontrollable routing makes a CDN a...
  9. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    You have already answered this question yourself. In order for a CDN to be faster than without a CDN, the content of a URL must already be cached. Normally, this is rarely the case, which means that an additional layer is created by the CDN, which makes a CDN slower than without a CDN. After...
  10. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    Regardless of whether it is quic.cloud or any other CDN, improved speed requires that the content of a URL be cached in a CDN node, which is rarely the case. If the content is not cached, which is the typical case, then a CDN creates an additional layer, which slows down the network time. With...
  11. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    Thank you for allowing me to help you selflessly, even though the answer is not what you expected.
  12. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    In short, use optimization features of the LScache plugin, but forget whatever CDN. You don't a CDN to benefit from optimizations. Also CloudFlare optimizations conflict with LScache plugin.
  13. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    In this case a CDN doesn't make much sense, meaning you have no advantage of a CDN and the CDN is slower as without CDN.
  14. LiteCache

    Anyone use Cloudflare APO or Quic or both for OLS WP Woocommerce site?

    The most important question is, do you have more international visitors on your site than from your own country?
  15. LiteCache

    Firefox no longer supports LiteSpeed's webp Replacement of Cache Plugin for WordPress

    https://wordpress.org/support/topic/webp-versions-are-not-fully-compatible-with-firefox/
  16. LiteCache

    Firefox no longer supports LiteSpeed's webp Replacement of Cache Plugin for WordPress

    This news is not OLS related, but many OLS users use the cache plugin for WordPress. The issue is that Firefox changes HTTP Accept Header values. Before version 129 the accept header was: Accept...
  17. LiteCache

    How to LScache JS & CSS files?

    This cannot be generalized. Caching static sources using a CDN is neither generally slower nor generally faster. If the origin host is in the same country as the client, then the download via CDN is slower. If the client is located in another country, a CDN is faster in any case. From this you...
  18. LiteCache

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

    @stevieosaurus Header unset ETag matters only if relevant sources are dynamically generated by PHP. If this is not the case there is no etag header.
  19. LiteCache

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

    This is the job of @Cold-Egg or the OLS support. I use LSWS only, sorry btw. If you are a Speed Junkie use https://www.cachecrawler.com/Download/Cache-Warmup-Crawler-LiteSpeed-LScache-Wordpress-Plugin::113.html instead of LiteSpeed's built in crawler to warmup the cache since the built-in...
Top