Search results

  1. serpent_driver

    Litespeed Plugin Expired On WHM And Apache Not starting

    Try this: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cpanel:whm-lsws-plugin-uninstall
  2. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Cache plugin for OpenCart is made by LiteSpeed Inc.. Open a support ticket to ask if it is possible.
  3. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Values in plugin settings are different to .htaccess and can't be translated into .htaccess. To do that someone must have knowledge and experience in code of cache plugin and OpenCart.
  4. serpent_driver

    LiteSpeed Enterprise with Woocommerce Performance very Bad

    @Pong LScache has never been enabled. We are currently searching for the MySQL bottleneck.
  5. serpent_driver

    LiteSpeed Enterprise with Woocommerce Performance very Bad

    I don't know your MariaDB configuration. Do you use custom my.cnf? If yes, please post configuration here. P.S.: Deutschen Support gibts per PM :)
  6. serpent_driver

    LiteSpeed Enterprise with Woocommerce Performance very Bad

    Wrong shop software for this high number of items. I have shops running with > 500.000 items on a VPS and it flies. No CDN (cache), no DB cache. Only LiteSpeed with LScache.
  7. serpent_driver

    About Apache Status and highing Load server

    @Alireza Nazari [http://127.0.0.1/whm-server-status] only checks if Apache is running or not. It's a cPanel function to check if monitored services are running. This function has nothing to do with load status of Apache.
  8. serpent_driver

    cookie time length v LSWS cache lifespan when using VARY

    Okay, but why bind cookie life time to cache life time if cache is public? Sorry, this construction confused me. In my mind cookie TTL for logged in users should only have relation to session life time, but not cache TTL. Maybe you should give us more details why you ask for such settings.
  9. serpent_driver

    cookie time length v LSWS cache lifespan when using VARY

    This question implies you use private cache for logged in users? If yes, why, if you have "punch holes" defined for critical (private) content like shopping cart? Like in almost every application normally there is no need to bind TTL of logged in cookie to LSWS cache TTL.
  10. serpent_driver

    how is possible after the installation PageSpeed Score pass from 69 to 60 ?

    Would you provide us with a link to your page?
  11. serpent_driver

    Issue with instant update and php.ini per user configuration

    @Pong I can confirm that cPanel MultiPHP INI Editor works with LiteSpeed, but changes don't apply immediatly after changes are saved. It can take a few minutes, but it doesn't matter if system is on shared hosting or dedicated server.
  12. serpent_driver

    Please help me convert this simple rewrite rule from nginx to Litespeed

    If it doesn't work, try this RewriteCond %{REQUEST_URI} ^\/index\.php RewriteCond %{QUERY_STRING} ((forums|threads|members|resources|posts|help|tags|attachments).*)$ RewriteRule index.php /forum/%1 [R=301,L]
  13. serpent_driver

    Please help me convert this simple rewrite rule from nginx to Litespeed

    Try this RewriteCond %{REQUEST_URI} ^index\.php RewriteCond %{QUERY_STRING} ((forums|threads|members|resources|posts|help|tags|attachments).*)$ RewriteRule index.php /forum/%1 [R=301,L]
  14. serpent_driver

    domain key error

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

    Journal3, Webp no support in Safari and LSCache

    @cafemasasandalye You already checked that this thread is about OpenCart and not Wordpress? For LScache plugin issues with Wordpress use official Wordpress forum: https://wordpress.org/support/plugin/litespeed-cache/
  16. serpent_driver

    Enable AJAX and Java Script

    https://forum.openlitespeed.org/ This forum is for LiteSpeed Enterprise users
  17. serpent_driver

    Please help me convert this simple rewrite rule from nginx to Litespeed

    Would you provide us with the complete nginx code for redirection?
  18. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    @cafemasasandalye LiteSpeed Enterprise has the same system requirements as OLS. If Apache runs and it runs on every server, LSWS can be executed too. You are the next one who needs essential support about what a HTTP cache is. Your and the problem of @AndreyPopov is the same. You use a theme...
  19. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    @AndreyPopov What do I have to do to make you understand why a cached page can't execute PHP code? What is the problem not to understand that a cached page is a pure static html page?
Top