Search results

  1. serpent_driver

    Joomla PHP Exception /plugins/system/lscache/lscache.php Line: 67

    Please check this: https://www.litespeedtech.com/support/forum/threads/with-php8-x-i-get-an-error-has-occurred-attempt-to-assign-property-id-on-null.21109/
  2. serpent_driver

    phpbb3 litespeed cache

    There is no cache plugin for phpbb3, so which application or cache plugin do you talk about?
  3. serpent_driver

    "UseCanonicalName Off" equivalent

    Why don't you use traditional forwarding? Doesn't need a special module and always works. RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
  4. serpent_driver

    LSCache for WordPress v4.4.5?

    You are right. It causes conflicts. If you want to get max performance use only LiteSpeed plugin, because it is optimized for cache AND for page optimizing. There is no better plugin!
  5. serpent_driver

    Better use litespeed optimized option or those present in my wordpress theme ?

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

    Problem with LS Cache PluginWordpress

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

    Mini cart as ESI module is not rendered

    You can be sure that there will be a new release. According to the management team, this should take place this month. However, I cannot guarantee that this schedule will be adhered to. Just be patient and sign up for LiteSpeed Slack https://www.litespeedtech.com/slack. There you have the...
  8. serpent_driver

    Mini cart as ESI module is not rendered

    ESI function in plugin should be modifed.
  9. serpent_driver

    separated cache for logged and not logged in users

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

    duplicate long tasks on my website

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

    My website is having issue with Lightspeedcache plugin

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

    ESI settings on LScache

    Remove or deactivate all these plugins to prevent conflicts before you use LiteSpeed. Yes, test it by your own. This allows you to evaluate the differences yourself.
  13. serpent_driver

    Mini cart as ESI module is not rendered

    No, not at all! The problem isn't that big either and could be solved in the simplest way with simple code changes. It only becomes big through the effects in your specific case with several languages, the mini cart and ESI.
  14. serpent_driver

    Mini cart as ESI module is not rendered

    Yes, at least I am very sure, but to understand that you would need to know and understand the basics of ESI, LScache and Cache Varies. But that would take several pages to make you understand. That's why I'll make it short. The problem can be solved. LScache, but not the Cache Plugin, has...
  15. serpent_driver

    Mini cart as ESI module is not rendered

    Please remove the link to purge the cache. It is secret!!!
  16. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    The solution with LSAPI_MAX_PROCESS_TIME is still not ideal because it affects all PHP processes. Limiting the runtime is not an arbitrary limitation. I would therefore at least test whether conventional methods also work. This would have the advantage that you could limit an extension of the...
  17. serpent_driver

    Exploit detected

    This has already been answered at LiteSpeed Slack . Detection of malware is false positive.
  18. serpent_driver

    Apache to LiteSpeed - case sensitive issue

    WHM is also from cPanel company, but WHM is the control panel for the entire server. cPanel is the control panel for account, but this is only for your information. Since you only have limited access to your server administration, you only have 2 alternatives: 1.) Ask Hostinger if mod_speling...
  19. serpent_driver

    Apache to LiteSpeed - case sensitive issue

    Do you have access to WHM(cPanel) like this https://trycpanel.net/ ?
  20. serpent_driver

    Apache to LiteSpeed - case sensitive issue

    httpd -M should also work. Just try it.
Top