Search results

  1. serpent_driver

    How to exclude specific page from cache like "checkout"

    Again, I don't know this plugin. If there is no function to add a new hook you have to find someone who extends this plugin or try it manually with a vary cache rule in .htaccess. Or open a support ticket to get help.
  2. serpent_driver

    Xenforo issues with different styles shown for guests

    Setting a cookie to logged in users is not enough. This cookie must be binded to login status, so if logged in users logoff this cookie must be removed. Otherwise cookie still exists if users logoff and they will get wrong theme.
  3. serpent_driver

    Xenforo issues with different styles shown for guests

    No, logged it users get different cached pages as not logged in users, but both get cached pages.
  4. serpent_driver

    How to exclude specific page from cache like "checkout"

    I don't know Opencart cache plugin and don't know if there is a function to exlude URLs from caching. If there is no such function you can exclude specific URLs from being cached in defining a cache rule in .htaccess. Otherweise check plugin functions. Example: RewriteCond %{REQUEST_URI}...
  5. serpent_driver

    Xenforo issues with different styles shown for guests

    Set a cookie for users who login and define a vary cache rule in .htaccess: Example: RewriteCond %{HTTP_COOKIE} "loggedin" [NC] RewriteRule .* - [E=Cache-Control:vary=loggedin_user]
  6. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    Before you start using Litespeed Cache you should learn how to optimize a webpage. Otherwise you will get to much trouble!
  7. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    Additional Info: This forum doesn't support Litespeed Cache plugin for Wordpress. You will get support at Wordpress Forum https://wordpress.org/plugins/litespeed-cache/
  8. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    You have a very large number of static files. These static files causes blocking rendering on client side. Rendering files like CSS and JS is part of the client and not the server and is not part of HTTP cache. If you want to improve it reduce the number of static files.
  9. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    https://wordpress.org/plugins/litespeed-cache/ Enjoy ;)
  10. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    You are talking about Litespeed Cache. Litespeed Cache needs a plugin for specific application like Wordpress. If you use Litespeed Cache without plugin, it is (almost) impossible to use Litespeed cache.
  11. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    Which cache plugin do you use?
  12. serpent_driver

    Wrong Prices

    No, it is compatible with PS. The problem is that US doesn't know "without tax" to foreign customers. Litespeed is Amercia, PS is Europe, so you have to find someone who can extend the plugin or you wait some weeks until our plugin is ready. It's made for European usage and much more.
  13. serpent_driver

    Wrong Prices

    @dwilden If you use PS with Litespeed cache plugin this plugin doesn't support different vary cases for your need.
  14. serpent_driver

    LiteSpeed vs PHP-FPM

    That I have expected. Thank you!
  15. serpent_driver

    LiteSpeed vs PHP-FPM

    Simple Question: Does it make sense using LSWS together with PHP-FPM?
  16. serpent_driver

    Varnish vs LScache

    Yes, I also found this information, but to get HTTPS support Varnish Plus is needed. Have you checked pricing for Varnish Plus?!!? You should change you marketing! https://www.varnish-software.com/pricing/
  17. serpent_driver

    Varnish vs LScache

    Is it correct that Varnish doesn't support HTTPS connections?
  18. serpent_driver

    SmartPush no-cookie directive

    Knock Knock! Anybody at home?
  19. serpent_driver

    Server Push Rewrite Rules

    Knock Knock! Anybody at home?
Top