Search results

  1. serpent_driver

    Xenforo issues with different styles shown for guests

    To find the reason for this issue, do the following steps: 1.) Logoff from forum 2.) Remove all cookies from your browser and don't request your forum again until all steps are done. 3.) Add the following Rewrite Rule to you .htaccess where all other Litespeed Cache Rules are defined. You can...
  2. serpent_driver

    Xenforo issues with different styles shown for guests

    In my mind these Rewrite Rules are insufficient for your custom usage. Redis and Cloudflare can make a difference, but it seems to be better to open a support ticket.
  3. serpent_driver

    Xenforo issues with different styles shown for guests

    If guests see the wrong theme, something goes wrong with login cookie if a user logoff. If a user is logging off and login cookie still exists he gets the the theme from logged in user. Have you manually defined these Rewrite Rules or are these rules defined by the plugin? They don't look okay...
  4. 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.
  5. 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.
  6. 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.
  7. 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}...
  8. 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]
  9. 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!
  10. 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/
  11. 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.
  12. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    https://wordpress.org/plugins/litespeed-cache/ Enjoy ;)
  13. 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.
  14. serpent_driver

    Render-blocking and low performance rate with LiteSpeed

    Which cache plugin do you use?
  15. 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.
  16. serpent_driver

    Wrong Prices

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

    LiteSpeed vs PHP-FPM

    That I have expected. Thank you!
  18. serpent_driver

    LiteSpeed vs PHP-FPM

    Simple Question: Does it make sense using LSWS together with PHP-FPM?
  19. 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/
  20. serpent_driver

    Varnish vs LScache

    Is it correct that Varnish doesn't support HTTPS connections?
Top