Search results

  1. 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...
  2. 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.
  3. 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.
  4. 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.
  5. 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?
  6. 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/
  7. 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...
  8. 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...
  9. 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.
  10. 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...
  11. LiteCache

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

    This was already posted before https://forum.openlitespeed.org/threads/how-to-reduce-image-headers-tips-on-faster-image-transfers.6147/post-16554, so there is nothing new, but the amount of data to be transfered if an image is requested can be reduced. As it is supported by OLS add this code to...
  12. LiteCache

    using virtual host context , but css is served as text/html

    FYI: In this case css and js files are dynamically generated by PHP if these files do not exist yet, but the mime-type is respected if such files are generated. Ultimately, what counts is how PHP and witch PHP version is used to run the corresponding PHP Version for executing the script to...
  13. LiteCache

    using virtual host context , but css is served as text/html

    Try disable Cloudflare cache and CF server timing in global CF configuration. Also change browser cache TTL setting to "Respect Existing Headers". FYI: CF APO is not compatible with LiteSpeed cache plugin for WordPress...
  14. LiteCache

    using virtual host context , but css is served as text/html

    You shouldn't post a URL to a "secret" control panel. Just make a screenshot from response headers. Everybody can access to the control panel without login since all pages in control panel are cached by Cloudflare!
  15. LiteCache

    CPU Load Spikes over 100% All the Time on Ubuntu Server

    Do you like logic? I love logic (I am a fan of Spock and Data) and if you like solving problems using logic, then logic and previous knowledge should give you sufficient explanations. Ultimately, the issue can only be solved by identifying the responsible process. OLS and lsphp do not cause high...
  16. LiteCache

    CPU Load Spikes over 100% All the Time on Ubuntu Server

    You should realize that your server configuration may be sufficient for 2 WP sites, but not for 15. If you leave WordPress unchanged, i.e. no plugins and no special theme, your configuration may still be sufficient, but each plugin or theme increases the system requirements. This is especially...
  17. LiteCache

    CPU Load Spikes over 100% All the Time on Ubuntu Server

    @mkoylu The conditions for identifying the cause of the high load are not ideal. Modern content management systems (CMS) all use a PHP framework. This means that all PHP processes run via index.php. This makes it impossible to use system functions to identify individual processes that cause a...
  18. LiteCache

    Sending http request from OpenLiteSpeed server not working

    Don't block if you don't know to what to block.....
  19. LiteCache

    The site endlessly makes requests to itself when the Litespeed Wordpress plugin is enabled

    Cache plugin support at WP forum is the one and only location where you get support for the LiteSpeed cache plugin, so please use it. Nevertheless, there is a nginx based proxy in front of your server and this proxy caches all requests and this constellation doesn't work with every other cache...
  20. LiteCache

    The site endlessly makes requests to itself when the Litespeed Wordpress plugin is enabled

    https://wordpress.org/support/topic/the-site-endlessly-makes-requests-to-itself-when-the-litespeed-wordpress-plugin/
Top