Search results

  1. serpent_driver

    Homepage of the website is not working properly

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

    Styling randomly breaks

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

    Refresh cache from product ID with cURL

    If you have no other application with LScache running you can purge the entire cache with a blank PHP file. Place this file with a filename of your choice whereever you want and add code below into this file. <?php header("X-LiteSpeed-Purge:*"); Execute this file in your browser and the...
  4. serpent_driver

    Refresh cache from product ID with cURL

    Basically yes, but it is no good idea only to "refresh" the affected product page(s). Information about a product can be displayed everywhere in an online shop?! Did you consider that?
  5. serpent_driver

    Simple ajax chat wp plugin cache problem

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

    SSL and www redirect.

    It depends on the request. If user types in http://www.domain.com there are 2 redirects. If he enters https://www.domain.com it is only one redirection. Unfortunately this cannot be prevented.
  7. serpent_driver

    SSL and www redirect.

    This will redirect all requests with http to https RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] And this will redirect all requests with www. to no non www. RewriteCond %{HTTP_HOST} ^www\. RewriteRule ^(.*)$ https://domain.com/$1 [R=301,L]...
  8. serpent_driver

    menu on Mobile version isn't working

    If you have cache plugin for Wordpress, read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ Otherwise a link to your page and information about what kind of plugin you use would be very helpful.
  9. serpent_driver

    CPU utilization stays above 95%

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

    Litespeed cache some pages but some not magento 2.4

    Okay, open a support ticket to get qualified support.
  13. 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".
  14. 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.
  15. 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...
  16. 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...
  17. serpent_driver

    Price display problem / tax rules

    Not legal? Why? This a common method within EU.
  18. 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...
  19. 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?
  20. serpent_driver

    Price display problem / tax rules

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