Search results

  1. serpent_driver

    Webpanel issue

    Use server IP or any domain instead of localhost. Which error do you see?
  2. serpent_driver

    Page cache is not detected and the server response time is slow

    If you don't know how to install LSWS on your server the only way to get it run change hosting company that offers hostings with already installed LSWS on VPS. https://docs.litespeedtech.com/lsws/installation/ https://www.a2hosting.com/vps-hosting/unmanaged/
  3. serpent_driver

    Magento multistore litemage cache only main domain

    Please tell us a bit more about this reported ussue.
  4. serpent_driver

    Page cache is not detected and the server response time is slow

    Please tell us bit more about this issue.
  5. serpent_driver

    [Request] Metrics for Object Cache

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  6. serpent_driver

    Websocket Proxy?

    https://docs.litespeedtech.com/lsws/cp/cpanel/websocket-proxy/
  7. serpent_driver

    Switched to LSWS, server not using free memory

    Unfortunately, there is no smiley to express the fact that I'm slapping my thighs with laughter. So just imagine it. :) There is not much or special configuration to be able to use LSWS satisfactorily even under maximum load. However, you have to differentiate. LSWS is just a web server that...
  8. serpent_driver

    Switched to LSWS, server not using free memory

    Does HBO make porn? ;) Again, if you think that caching of static sources reduces whatever, then use a CDN. If the load goes to high for dynamically generated content keep the cache always warmed. However, the cache crawlers offered by LiteSpeed are lame ducks and cause a relatively high...
  9. serpent_driver

    Switched to LSWS, server not using free memory

    You should think about changing your hosting. There are often traffic limits, but these limits are very tolerant, so I can only imagine you exceeding these limits to a limited extent. If you notice several tens of thousands of requests per second, that may initially sound unbelievable or...
  10. serpent_driver

    Switched to LSWS, server not using free memory

    "Most" should mean more than 50% Who cares about the traffic if the traffic doesn't matter?! Anyway, use CF for static sources if you think that you get any advantages of using it. FYI: In your case, the loading of static sources is not faster with a CDN, as they are only loaded after the...
  11. serpent_driver

    Switched to LSWS, server not using free memory

    The basic idea of a CDN is: "Bring content closer to the user". This idea is based on that all of the content of your page is cached and stored at CDN node. For dynamically generated documents this idea makes no sense if the origin host uses a page cache as well, because the cache status of both...
  12. serpent_driver

    Switched to LSWS, server not using free memory

    Tip of the day! ;) Never use more than 1 page cache for dynamically generated documents, because 1 page cache + 1 page cache != 2 page cache != double speed btw. Where does the most vistors of your MediaWiki site come from? Your own country or other countries? Configure CF to use headers...
  13. serpent_driver

    Switched to LSWS, server not using free memory

    Please check this aiagn because the plugin code says otherwise. Only the cache of the respective article is purged. This purge function lacks the possibility of differentiation, so that, like other LScache plugins, you have the option to choose which cache from which pages should be purged for...
  14. serpent_driver

    Switched to LSWS, server not using free memory

    Unfortunately, the cache plugin for MediaWiki only offers very few options, although this plugin should be fundamentally revised. Especially since the cache function only has an on/off function. If you want to exclude logged in users from caching, use this rewrite rule. RewriteCond...
  15. serpent_driver

    Switched to LSWS, server not using free memory

    Has the issue dissolved itself? ********************************************************************************************************************************************************************************** Join https://www.cachecrawler.com - Lightning fast Cache Warmup Crawler for...
  16. serpent_driver

    Switched to LSWS, server not using free memory

    Try this, but don't use root to identify which script is causing the load. https://forum.openlitespeed.org/threads/performance-problems-on-dedicated-server.5894/post-15421...
  17. serpent_driver

    This forum is longer supported by authorized LiteSpeed support partners.

    Due to the recent events on the LiteSpeed Blog, LiteCache has ended its support partnership with LiteSpeed. LiteSpeed must therefore provide its own resources to provide support for this forum. Given that LiteSpeed Support has not dutifully fulfilled support requests in this forum for several...
  18. serpent_driver

    How to block unwanted traffic (bad bots) easily but effectively and without WAF or CloudFlare.

    How to block unwanted traffic easily but effectively and without WAF or CloudFlare. I have been working on the topic of how to block unwanted traffic, i.e. bad bots etc., for several years when PHP is not available due to LScache. The same applies if a Wep Application Firewall or CloudFlare is...
  19. serpent_driver

    Black background on Index Off page since last update

    Make a suggestion for improvement as I don't think this "mistake" will be automatically corrected.
  20. serpent_driver

    Black background on Index Off page since last update

    @Hosterion Support Locate error documents (*.shtml) on your server and remove the css style in these files: <style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style> Unfortunately, the LiteSpeed interpretation of the color scheme is incomplete and therefore only...
Top