Search results

  1. serpent_driver

    Optimizing litespeed for high traffic

    Please don't expect your "gimmicks" to be believed. At the risk of repeating myself again, but if you can process requests of this size, you need a server cluster. No single server in this universe is capable of processing 2000 or more simultaneous requests and when I say server, I mean all the...
  2. serpent_driver

    How to exclude single product page image from JS Delay

    Delayed option means that js is loaded after user action like scrolling or clicking. If your theme or any plugin needs certain js before the user does any action you can exclude certain js file or inline js from being optimized. You can exclude js files from being optimized in Page Optimizations...
  3. serpent_driver

    Optimizing litespeed for high traffic

    @AndreyPopov I have to agree with you for once. I actually already said it, but it's an illusion to believe that only web server 2000 or more simultaneous requests can be handled. That's why you have to assume that @Crazy Serb (crazy nick ;)) is only making theoretical efforts that are alien...
  4. serpent_driver

    Optimizing litespeed for high traffic

    @Crazy Serb You should not hold the web server or LiteSpeed solely responsible for performance. Basically, the LSWS, unlike Apache, is designed to process an almost infinite number of requests, which is due to the event-oriented process architecture and can also be found in nginx. If you're...
  5. serpent_driver

    slow loading website

    If you have network problems, then it's not a LiteSpeed problem. Try this and show the result to your hosting provider: http://winmtr.net
  6. serpent_driver

    Separate perClientConnLimit for Cloudflare

    Sorry, I have to capitulate. Your problem description is not only very confusing, but also paradoxical. Especially since the problem cannot really be narrowed down if you also use CF in addition to the LSWS. However, I still don't see a problem with the LSWS if the default settings for the...
  7. serpent_driver

    Separate perClientConnLimit for Cloudflare

    Maybe I'm misunderstanding you, but what role does Cloudflare play in your problem?!
  8. serpent_driver

    Separate perClientConnLimit for Cloudflare

    The default settings of Connection Hard Limit are very tolerant and are not usually exceeded by any browser with normal surf behavior and even with 100 static sources at the first request of 1 URL. If you now complain that this limit is set too low, it can only mean that you have changed the...
  9. serpent_driver

    Separate perClientConnLimit for Cloudflare

    May I ask how many 1000 sources are on 1 URL that can be downloaded at the same time with the browser?
  10. serpent_driver

    Separate perClientConnLimit for Cloudflare

    Your feature request has no relevance for browsers because, as you yourself have noticed, the simultaneous download of sources in the browser is limited, although this limitation is not uniform. Firefox allows about twice as many concurrent requests as Chrome Browser. I think it is practically...
  11. serpent_driver

    Is it common for support to ghost you?

    Ignore such posts. The LiteSpeed forum has been riddled with trolls for quite some time.
  12. serpent_driver

    Log file location of data shown in serviceMgr.php

    There you should find what you are looking for, documentation is your friend. ;) https://docs.litespeedtech.com/lsws/realtime/
  13. serpent_driver

    503 error on include large file

    This sets the maximum time in seconds a script is allowed to parse input data, like "POST and GET". Timing begins at the moment PHP is invoked at the server and ends when execution begins. The default setting is -1, which means that max_execution_time is used instead. Set to 0 to allow unlimited...
  14. serpent_driver

    503 error on include large file

    PHP Input Vars is a PHP security measure designed to limit the number of "post variables" you can use to execute a function. It defines the number of variables your server can use when running a function.
  15. serpent_driver

    503 error on include large file

    Then ask aaPanel support how to get login data or try login data for aaPanel login.
  16. serpent_driver

    Not Receiving Updates

    Try this: https://groups.google.com/g/litespeed-edge-users
  17. serpent_driver

    503 error on include large file

    Ask your hosting provider or did install LSWS by yourself? If the latter, then you entered the login data during installation.
  18. serpent_driver

    503 error on include large file

    Then, this is the way to configure LSWS: https://YOUR_SERVER_IP:7080
  19. serpent_driver

    503 error on include large file

    Is this Shared Hosting?
  20. serpent_driver

    503 error on include large file

    What about these settings?
Top