Search results

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

    Sending http request from OpenLiteSpeed server not working

    Don't block if you don't know to what to block.....
  14. 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...
  15. 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/
  16. LiteCache

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

    You are using optimization features of the LiteSpeed cache plugin that require the LiteSpeed web server. Your 3rd party cache plugin is also incompatible with these optimization features.
  17. LiteCache

    Problem with dynamic subdomains

    Ask React or whatever, I don't know it......
  18. LiteCache

    Problem with dynamic subdomains

    However, there must be a CMS controlled function on your server that tricks the browser (Firefox) into expecting an incorrect mime type. This is not an OLS related issue!
  19. LiteCache

    Problem with dynamic subdomains

    No it isn't and I expect this answer. It seems you are using a CMS like WordPress or any other CMS. Many modern CMS catches all requests and also requests to whatever source type doesn't exists. That's why I asked you what is displayed if you request a source that doesn't exist AND if the...
  20. LiteCache

    Problem with dynamic subdomains

    And how do you identify that the mime type is not correct?
Top