Search results

  1. serpent_driver

    Feature Request: Lazy Load Comments

    You better should post your suggestion in the home of this plugin. https://wordpress.org/support/plugin/litespeed-cache/
  2. serpent_driver

    Memcached/redis disabled on one domain only

    @cyrilmalka You could bypass this trouble if you don't setup your domains as Addon Domain. You better should setup an account for each domain. This prevents future trouble with configurations, PHP settings and especially caching and so on.... I am shure this thread will not be your last....
  3. serpent_driver

    Litespeed & JCH cache plugin issue

    If you don't know what and how to do, contact plugin manufacturer and ask him where to add this header in plugin code. This single line of code makes JCH compatible with LSCache. header('X-LiteSpeed-Cache-Control: no-cache');
  4. serpent_driver

    Litespeed & JCH cache plugin issue

    If this plugin works like I expect and if you exclude the file, that is responsible for combining css and js files, caching works like it should, but without caching the file for combining and the plugin can do its job. If excluding this file from being cached within LScache plugin doesn't work...
  5. serpent_driver

    Inline JS breaks

    I never heard about browser will auto-close html tags. You better should verify if Joomla has an internal function doing that, if you insert HTML code via Joomla editor. This is not a LSWS issue.
  6. serpent_driver

    Product Quantity in Cart

    Have you already tried to enable "mobile view" in cache plugin settings?
  7. serpent_driver

    Litespeed & JCH cache plugin issue

    I don't know the cache plugin for Joomla, but every cache plugin for LSCache should have a function to exclude URLs from being cached, so check the plugin if there is such function. It should be found in TAB "Exclude Rules"
  8. serpent_driver

    After migrate to LiteSpeed server-> .htaccess header edit

    Why do you lose money? A normal user doesn't care about cookie values if page and checkout is working without any problems. And the last time! If a cookie is set by external host or a proxy like on Google for Analytics it is out of your control. But you can give it try. Have a look at...
  9. serpent_driver

    After migrate to LiteSpeed server-> .htaccess header edit

    Again, all cookies set by PrestaShop have correct values. Cookies with wrong values are either set by external host or by plugin and these cookies can't be overwritten. Ask Google or plugin manufacturer to fix it.
  10. serpent_driver

    Litespeed & JCH cache plugin issue

    To solve it, try to identify the file from plugin that combines .js and .css files and exclude this file from being cached.
  11. serpent_driver

    QUIC problems!

    In your case I would a open a support ticket.
  12. serpent_driver

    After migrate to LiteSpeed server-> .htaccess header edit

    And btw. you can't overwrite a cookie that was set from external host.....!
  13. serpent_driver

    After migrate to LiteSpeed server-> .htaccess header edit

    I have a PrestaShop demo running with LSWS and LSCache and all cookies are secure and same site: none without any modifications. If I check cookies at https://www.agujasycrochet.cl all cookies set by PrestaShop have correct values. If there are cookies set by external host (Google Analytics) or...
  14. serpent_driver

    After migrate to LiteSpeed server-> .htaccess header edit

    Normally there is no need to add defines for such cookie values, because they are default. Please provide us with information about control panel, PHP version, application.
  15. serpent_driver

    How to make LiteSpeed Cache aware of Updates to WordPress Plugin

    your-domain.com/wp-admin/admin.php?page=litespeed-cache#excludes If it doesn't help: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  16. serpent_driver

    QUIC problems!

    Check this out if you don't use any control panel software like cPanel. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:letsencrypt-ssl#setup_ssl_on_lsws https://docs.litespeedtech.com/cp/cpanel/quic-http3/#troubleshooting-checklist
  17. serpent_driver

    QUIC problems!

    What about QUIC in WebAdmin console? Is QUIC enabled?
  18. serpent_driver

    QUIC problems!

    For QUIC, UDP port 443 must be open for incoming && outgoing connections. If you have firewall running check if both directions are open.
  19. serpent_driver

    Serving hard coded images via CDN

    You must say "Goodbye" to WP Compress. If a page is cached there is no way to execute PHP, because a cached page is pure HTML, so WP Compress can't do its job, but don't worry. LiteSpeed Cache plugin for Wordpress has all you need to the same like WP Compress.
Top