Search results

  1. serpent_driver

    configure system and non-system users UID...

    Contact LiteSpeed support by raising a ticket at support@litespeedtech.com
  2. serpent_driver

    configure system and non-system users UID...

    Again, please verify which version of LiteSpeed web server you are running!
  3. serpent_driver

    configure system and non-system users UID...

    It seems you are using OpenLiteSpeed and not LiteSpeed Enterprise, so please use OLS support forum as this forum is for LiteSpeed Enterprise. https://forum.openlitespeed.org/
  4. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Basically, you are right and a CDN is not generally an advantage. This is especially true if the visitors to a site come predominantly from your own country, because then direct access to the origin host is faster. However, if you have a lot of international access, you benefit significantly...
  5. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Did you know that the delay if a CDN or proxy used don't matter for PageSpeed or any other web page test?
  6. serpent_driver

    Feature Request: HTTP-Early-Hints header

    That's hard to imagine and even if it were true, it would be hard to measure. With a proxy (not a CDN) it would be more possible, but CF is a CDN. Therefore, you save a huge amount of time resolving the IP address and this benefit is far greater!
  7. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Why switching to other web server? If you already have <link rel="preload" ....> in your page just use CF Early Hints with 1 click.
  8. serpent_driver

    Mobile Theme Cache

    Did you read this? https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  9. serpent_driver

    Magento 2 installation with Varnish + Litemage?

    Yes, LiteSpeed or LSWS is a web server, but nothing else.
  10. serpent_driver

    Magento 2 installation with Varnish + Litemage?

    Installation is different so follow installation of each advicement.
  11. serpent_driver

    Magento 2 installation with Varnish + Litemage?

    There is no special way or method. Varnish is a page cache for HTML output and Redis is a MySQL cache, so there is no need for special adjustment to work each cache, but Redis is obsolete if a page is already cached. You can use Redis indepentently if any other page cache used.
  12. serpent_driver

    Magento 2 installation with Varnish + Litemage?

    You can use LiteMage and Redis, but LiteMage and Varnish will cause conflicts. Two page caches don't double the page cache benefits. Use LiteCache instead and double the speed of LiteSpeed: https://www.cachecrawler.com/LiteCache:::39.html
  13. serpent_driver

    Litespeed not start

    The error messages displayed encourage one to assume that LSWS has actually been installed?! Please raise a ticket at support@support@litespeedtech.com
  14. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Still not possible, but if you have CloudFlare you can use CF Early Hints speed feature.
  15. serpent_driver

    Problem with svg files growing in size. Please help

    LiteSpeed Cache plugin doesn't support svg images because these image type is not an image, its's a document, so any advicements to this issue are obsolete.
  16. serpent_driver

    Litespeed issue with wp Travel Engine and/or elementor

    You should read before you post: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  17. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    This forum provides you with support related to LiteSpeed Enterprise. If you have OLS then please use OLS support forum. There is no universal solution.
  18. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    Again, if you have LiteSpeed Enterprise and not OpenLiteSpeed this script works.
  19. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    The script also works with LiteSpeed web server.
  20. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    Try this: if (function_exists('apache_get_modules')) { $modules = apache_get_modules(); $module_name = 'mod_env'; if (in_array($module_name, $modules)) { echo "$module_name is loaded."; } else { echo "$module_name is not loaded."; } } else { echo "Function...
Top