Search results

  1. serpent_driver

    CPU utilization stays above 95%

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

    Litespeed cache some pages but some not magento 2.4

    Would you provide us with information from support what is going wrong and how it can be fixed?
  3. serpent_driver

    PHP Warning: Undefined property: stdClass::$vary_language

    Sorry, have no information about a new release, but you can use https://www.litespeedtech.com/slack to get more information.
  4. serpent_driver

    Litespeed cache some pages but some not magento 2.4

    Okay, open a support ticket to get qualified support.
  5. serpent_driver

    Litespeed cache some pages but some not magento 2.4

    Nothing seems to be wrong. Crawler script checks cache status and if status is "miss" then it requests URL again to cache it. If you run crawler again message for cache status should be "hit".
  6. serpent_driver

    PHP Warning: Undefined property: stdClass::$vary_language

    This is only a warning, but is a consequence of that current cache plugin version isn't PHP 8.x ready.
  7. serpent_driver

    Price display problem / tax rules

    No good idea! ESI is a solution, but it is not the bringer of salvation. Depending on application and PHP framework ESI reduces performance up to 100 percent, really! My advice for you: Use a general gross price for all private customers indepently where they come from, because as long a...
  8. serpent_driver

    Price display problem / tax rules

    I just investigated your shop. You can't use different tax and currency with LScache, because PrestaShop stores these information in session and with LScache there is no more session if the cache plugin is not extended. It is possible, but cache plugin has no function to make the usage of...
  9. serpent_driver

    Price display problem / tax rules

    Not legal? Why? This a common method within EU.
  10. serpent_driver

    Price display problem / tax rules

    Netherland? European Union? Why are you making it so complicated? As European seller who sells to private customers you must not offer different tax rate depending on where a EU customer come from. It is quite simple. For EU customers use tax rate from your country. For Switzerland and non EU...
  11. serpent_driver

    Price display problem / tax rules

    May I ask you from which country you are from and do you have only end customers or also business customers?
  12. serpent_driver

    Price display problem / tax rules

    Not really ;) https://docs.litespeedtech.com/lsws/cp/cpanel/geoip/#use-geoip-for-cache-varies
  13. serpent_driver

    Missing headers

    This setting should not exist, because HTTP response headers should always be generated first before rendering the message body. I don't know what was the programmer thinking when he generated this function....?! Anyway, leave it enabled and it works now, right?
  14. serpent_driver

    Missing headers

    I don't know this plugin in detail and also don't know what this setting is good for, because all other cache plugins don't have this setting. Where in plugin control panel can this setting be found?
  15. serpent_driver

    Missing headers

    Okay, if you also have placed the LS code on top of .htaccess I have no idea what is going wrong. But still one question: Did you enable LScache in plugin?
  16. serpent_driver

    Missing headers

    Also do: Edit .htaccess and change: CacheLookup on to: CacheLookup public on and place the complete LS code on top of the .htaccess ### LITESPEED_CACHE_START - Do not remove this line <IfModule LiteSpeed> CacheLookup public on ## Uncomment the following directives if you has a separate...
  17. serpent_driver

    Missing headers

    Please create a blank PHP file, copy the code below in this file and request it. If done please post what is displayed. <?php echo $_SERVER['X-LSCACHE'];
  18. serpent_driver

    Image names being changed by LiteSpeed breaks image links and I get "404 Not Found nginx" (examples included)

    With a very high probability, yes, because LiteSpeed adds some rules to .htaccess. nginx doesn't use .htaccess. There is nothing broken. LiteSpeed Cache plugin needs LiteSpeed webserver for many, but not all features. If you have Shared Hosting you can't replace nginx with LiteSpeed, so you...
  19. serpent_driver

    Missing headers

    Would you provide us with a link to your page?
Top