Search results

  1. serpent_driver

    Litespeed cache setting browsing problem

    This is not a cache problem, but a problem of wrong plugin settings for optimizing. Your css is loaded by javascript and javascript is loaded defered. That's why you see an unformated layout after page loading. Purging CDN cache could help, but to solve it you better should visit home of LScache...
  2. serpent_driver

    How to Protect Your Server from Notty Logins using Fail2Ban

    Google is your friend: :) https://www.google.com/search?q=change+ssh+port+centos
  3. serpent_driver

    How to Protect Your Server from Notty Logins using Fail2Ban

    @sibipaul Thank you for your explanation, but there is a much easier way to protect unallowed SSH access. First of all and the most important to do: Change SSH standard port. This reduces the rate of login tries up to 90%. If you have cPanel, use cPHulk and ConfigServer Security & Firewall...
  4. serpent_driver

    [Feature] Apply Expires header to a partial response for a range request.

    If it is just a regular expires header, why do you name it a new "feature"? Setting expires header to a partial response could already be done before v5.4.9 with Apache rewrite rules?!
  5. serpent_driver

    GTM Localization Error: Your client has issued a malformed or illegal request.

    Disable adblocker in your browser...... This is not a LSWS issue!
  6. serpent_driver

    [Feature] Apply Expires header to a partial response for a range request.

    LiteSpeed Web Server v5.4.9 Build 1 has been released yesterday. This build has a new feature to apply expires header to a partial response for a range request. Where can I find more information to apply this new feature?
  7. 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/
  8. 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....
  9. 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');
  10. 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...
  11. 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.
  12. serpent_driver

    Product Quantity in Cart

    Have you already tried to enable "mobile view" in cache plugin settings?
  13. 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"
  14. 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...
  15. 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.
  16. 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.
  17. serpent_driver

    QUIC problems!

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

    After migrate to LiteSpeed server-> .htaccess header edit

    And btw. you can't overwrite a cookie that was set from external host.....!
  19. 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...
Top