Search results

  1. serpent_driver

    Product Quantity in Cart

    @savonnemoi If you defined the right values for the hook try this instead of yours. {widget_block name = "stsidebar"} {hook h = "litespeedEsiBegin" m = "stsidebar" field = "widget_block" tpl = "module: stsidebar / views / templates / hook / rightbar-item.tpl"} {include 'module: stsidebar /...
  2. serpent_driver

    web server received unexpected signal=11

    You should open a support ticket.
  3. serpent_driver

    Litespeed Plugin Expired On WHM And Apache Not starting

    @vwebtech I can't reproduce what went wrong with your installation, but if I read your explanation I think you missunderstood something. You always talk about WHM cache plugin. There is no cache plugin for WHM. There is only a plugin for WHM to control LiteSpeed webserver. If you only install...
  4. 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
  5. 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.
  6. 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.
  7. serpent_driver

    LiteSpeed Enterprise with Woocommerce Performance very Bad

    @Pong LScache has never been enabled. We are currently searching for the MySQL bottleneck.
  8. 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 :)
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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?
  14. 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.
  15. 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]
  16. 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]
  17. serpent_driver

    domain key error

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  18. 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/
  19. serpent_driver

    Enable AJAX and Java Script

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