Search results

  1. serpent_driver

    Litespeed servers seem like a marketing scam, are they really faster?

    There is no cache plugin neccessary for WP and you can use LScache for (almost) every application, but it is more comfortable with plugin than without. All you need is a few lines of rewrite rules in .htaccess to make LScache available. Maybe you know LScache is a HTTP Cache like Varnish, but...
  2. serpent_driver

    Hosting company has installed LiteSpeed Cache - what now?

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

    Cache Mobile option enabled or disabled?

    Yes, they are wrong.
  4. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    If so, it has to be examined why the code doesn't work. Basically the code is correct. If it doesn't work the reason can only be a typo for the cookie value, but it is up to you to give it a chance to correct the code.
  5. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    You only reported 1 issue and you asked for disabling cache for logged in users. You got what you asked for. Nobody has an advantage if you only complain, but you don't give LiteSpeed details to improve cache plugin for OC.
  6. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    It is not an art to develop a HTTP cache that can only cache pages for not logged in users. Use my code and you get the same.
  7. serpent_driver

    LS cache for Opencart 2.3

    https://www.litespeedtech.com/support/forum/threads/bug-with-opencart-2-3-0-2-journal-3-1-4-with-pop-up-login-shortcode-customer-name.19400/
  8. serpent_driver

    Litespeed reading from php.ini file and user.ini

    I can confirm this statement!
  9. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Your comments force to give you some expainations, because you have a huge missunderstanding, but first of all you have to know everything you want to get is possible. With LScache there are no limits. LScache offers a lot of unique features to make a HTTP cache available. But LScache is not...
  10. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Change to conventional login without AJAX popup and LScache will be a solution for you. Have you tried my code?
  11. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    You should think about using other Template than Journal. Maybe Journal creates nice looking Design, but the code is horrible. Tonnes of Javascript, CSS and fonts. That is tooooo much and the best cache solution or a HighSpeed dedicated server isn't able to make your shop faster because of...
  12. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    1 hour hour ago there were only x-nitro-* header
  13. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    If I check response header of this plugin I can see "hit" value for cache header, so it seems still to work.....
  14. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    What about your NitroPack cache plugin. Do you use it together with LScache plugin?
  15. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Try Slack instead of Ticket Support: https://www.litespeedtech.com/slack or send mail to: support@litespeedtech.com
  16. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Copy and paste to your .htaccess. This (should ) disable cache for logged in users. RewriteCond %{HTTP_COOKIE} _lscache_vary=session:loggedIn [NC] RewriteRule .* - [E=Cache-Control:no-cache] If it doesn't work log a ticket to get support from LiteSpeed support.
  17. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This is all the result of what goes wrong with AJAX login. Much better, so please wait.
  18. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Hm, this cookie has logged out value. You do have to login and check cookies again and post it.
Top