Search results

  1. LiteCache

    Performance Problems on dedicated Server

    btw. You know that deactivating the built-in crawler can easily bypassed and you can't prevent this bypass....?
  2. LiteCache

    Performance Problems on dedicated Server

    You can only "watch" the current running processes only with the account/user you are logged-in. If you are logged-in as root, then ps aux command only shows processes that are executed by root.
  3. LiteCache

    LSCache Mediawiki Plugin

    No, not the cache plugin. I mean the GDPR plugin.
  4. LiteCache

    LSCache Mediawiki Plugin

    Would you provide me with a link where you got this plugin from?
  5. LiteCache

    LSCache Mediawiki Plugin

    I am now pretty sure that the malfunction is caused by the GDPR plugin and that this plugin sends a purge header so that the consent selection can be saved. If I'm correct, then you have to choose another plugin for the GDPR function or ask the plugin's programmer how to deactivate this purge...
  6. LiteCache

    Performance Problems on dedicated Server

    No, with any user account.
  7. LiteCache

    LSCache Mediawiki Plugin

    Please temporarily deactivate the GDPR plugin and purge the cache.
  8. LiteCache

    LSCache Mediawiki Plugin

    I just disabled my adblocker and can now reproduce the problem you described. Would you please post the .htaccess and any custom header settings you changed/added in OLS?
  9. LiteCache

    LSCache Mediawiki Plugin

    https://wiki-test.westeros.org/index.php/Main_Page?test=11
  10. 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.
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. LiteCache

    Performance Problems on dedicated Server

    Have you ever tried to identify the script or process that is causing the high load?
  18. 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.
  19. 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...
  20. 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
Top