Search results

  1. LiteCache

    Performance Problems on dedicated Server

    If you run the watch command as root, you will only see the output of the processes that root executes. This should actually be logical that you will then receive the incorrect display of the processes.
  2. LiteCache

    LSCache Mediawiki Plugin

    The cache plugin ignores all cookies except for the login cookie because it has no corresponding settings/functions to take cookies into account. That is why GA does not influence the cache function. But I noticed that you have changed the settings for the browser caching since your first post...
  3. LiteCache

    How to transmit OpenLiteSpeed log files to Matomo?

    This is additional code makes loading of the Matomo script "magic". Use the inspector tab in browser dev console and have a look at the very top of the html output, just after <html> tag. This additional code makes the real defer loading because the default method by using the defer attribut...
  4. LiteCache

    LSCache Mediawiki Plugin

    No and as already said check.lscache.io only checks the presence of LiteSpeed cache header. check.lscache.io is not a cache tester, so the status of the cache header doesn't matter. That's why I have to emphasize it again. Never use check.lscache.io to verify if the cache is working. It just...
  5. LiteCache

    How to transmit OpenLiteSpeed log files to Matomo?

    Use DNT header to automatically control if a cookie banner is displayed or not. Matomo supports it. As said, the my modified tracker code is based on default tracker code, but as also said there is a much more improved version of the default code. This improved version doesn't influence...
  6. LiteCache

    LSCache Mediawiki Plugin

    You seem to have a misunderstanding of check.lscache.io. This test page only verifies that LScache works by checking for the presence of the x-litespeed-cache header, but nothing else and regardless of cache varies a cache plugin can provide. In the case of MediaWiki, and if you have the private...
  7. LiteCache

    Performance Problems on dedicated Server

    What is the problem? Try this! watch -n 60 'ps aux | grep -E "CPU|Memory|php" | awk "{print \$1, \$2, \$3, \$4, \$11}" >> logfile.log' -n 60 == 60s intervall I can tell you before a detailed analysis what the problem with the high server load is. The cause is most likely the combination of...
  8. LiteCache

    Performance Problems on dedicated Server

    Have you ever tried to identify the script or process that is causing the high load?
  9. LiteCache

    How to transmit OpenLiteSpeed log files to Matomo?

    There is an improved version of the tracking code that bypasses the optimization function of the cache plugin and enables better loading of matomo.js. I use this improved tracking code myself.
  10. LiteCache

    How to transmit OpenLiteSpeed log files to Matomo?

    There are 2 alternatives that I use with Matomo myself. First of all, both alternatives are better than the use of the Access_log and secondly, both alternatives cannot be blocked by various browser plugins. 1. Matomo PHP Tracker Client. Easy to integrate into any application...
  11. LiteCache

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

    Is your server ready to serve avif images with AWR plugin? Check it with newly added AWR requirement test. https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Replacement-for-LiteSpeed-LScache::6574.html
  12. LiteCache

    High Cpu Usage & storage almost full.

    No cached files -> no cache..... If you don't want your page being cached disable the cache. Regarding high CPU load, check Guest Optimization setting. If this feature is enabled it causes higher load if your pages are not cached yet. Result: You yourself cause the high load if you always...
  13. LiteCache

    LiteSpeed WP Cache plugin cannot connect to Redis Serer

    This is mostly the case for Shared Hosting, but not usual for VPS or dedicated server. Default settings for VPS or dedicated server: Port: 6379 host: localhost or 127.0.0.1 Check in CLI if Redis is running. systemctl status redis redis-cli KEYS '*' redis-cli --stat
  14. LiteCache

    Origin server not reachable from QuickCloud CDN

    If you are on OLS, webserver is not LSWS, but it is OLS. LSWS === LiteSpeed Enterprise All errors your provide have nothing to do if your server is not connectable with quic.cloud, but are related to settings that are not supported by OLS, so set such headers in OLS config instead of .htaccess...
  15. LiteCache

    Invalid rewrite directive:

    Ignore it. LiteSpeed cache plugin doesn't check LiteSpeed web server version and adds ExpiresByType header to .htaccess regardless if LiteSpeed Enterprise or OLS is used, so ignore this info or remove entries from .htaccees, but ExpiresByType headers will be added again if you change browser...
  16. LiteCache

    How to warm up LiteSpeed LScache of URLs that are not in the sitemap

    How to warm up the cache of URLs that are not in the sitemap. If you use one of the LiteSpeed Cache Plugins for WordPress, OpenCart, PrestaShop or another LiteSpeed Cache Plugin, then you are certainly familiar with the problem that the included cache crawlers can only warm up the cache of the...
  17. LiteCache

    How to make Magento fast with LiteMage, but even faster than light with LiteCache.

    Additional information. Since posts cannot be edit (Why?!), here is the correct link to Control Panel demo for LiteCache for Magento: www.magento.cachecrawler.com/litecache/ User: Demo Pass: Demo
  18. LiteCache

    OpenLiteSpeed Drupal at DigitalOcean - image styles not working

    @szy Check setting for memSoftLimit directive if OLS has this directive. If it is available in OLS encrease the value for this directive. I had similiar problems, but no error log refered to the reason. After encreasing the value for memSoftLimit it worked.
  19. LiteCache

    Eenos - High-Performance Hosting Control Panel Support OpenLiteSpeed and much more

    Since you are promoting this advertising posting in favor of nginx and Varnish, one has to conclude from the statements that Eenos is incompatible with WordPress and the LiteSpeed Cache Plugin. So you can't use LiteSpeed LScache with the Eenos Control Panel?!
  20. LiteCache

    How to optimize performance in OLS Server Configuration tab?

    Read this guide: https://docs.litespeedtech.com/lsws/tuning-dedicated/
Top