Search results

  1. serpent_driver

    Cache Plugin (W3 total Cache vs. Litespeed Cache)

    LiteSpeed with Lscache plugin offers a webserver based cache engine. LiteSpeed cache plugin (function) is only the control panel for the webserver cache. W3 plugin and all other cache plugins are PHP based, so such plugins cannot offer a performance like LiteSpeed. If you want "Warp Speed"...
  2. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    To combine and minify CSS doesn't solve it and hasn't something to with inline css. Disable inline css switch! If you don't get answer from support regarding your issue with cache on manufacturer pages, use OpenCart forum. There are a lot of users they also use LiteSpeed cache.
  3. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Cache reduces time to generate the content before it can be sent to the client. Cache doesn't reduce data. If you embed all your styles (css) inline instead of storing it in css files, styles cannot be cached in browser cache and forces to load all data foreach page request again, again and...
  4. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Get the answer for your manufacturer caching problem from support and if you want I tell you why you are wrong how you use LiteSpeed cache. In my mind you should solve this wrong use first before you try to get your manufacturer pages get cached.
  5. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    I don't know the answer to your question, but the way you use LiteSpeed cache doesn't make sense. If you embed all your styles inline it will increase page load time dramatically. You should have less than 100ms for loading main document and not > 1500ms!
  6. serpent_driver

    LScache crawler improvements

    Okay, I start from the end. -c parameter works for me if I have defined a vary cache rule based on site's cookie, so it helps for me or whatever you mean with "help". Please explain if a missunderstand this question. -c parameter isn't the same like setting an extra cookie for specific vary...
  7. serpent_driver

    LScache crawler improvements

    There are more improvements they can easily added. For example if someone uses cookies and have vary cache rules defined in .htaccess. Add --cookie "cookie_name=" //with double quotes to CURLRESULT define, but take care of "=" suffix. Without this suffix cache rule will not work.
  8. serpent_driver

    Removing Unused CSS Code

    Yes, of course. If you delete css file your theme will break, but removing css will not improve load time. CSS are not too big. Reduce the number of fonts, store them on your server and not at Google. Removing Facebook Like will also reduce load time. With this you can improve load time up to 50%.
  9. serpent_driver

    LScache crawler improvements

    Since I am using LiteSpeed I always use local PC with Powershell and cURL for Windows to warmup the cache, because it is faster than every other method. For customers I am currently checking LScache crawler if the crawler meets customer's requirements. While checking the code of the crawler...
  10. serpent_driver

    Removing Unused CSS Code

    Yes and they are not optimized enough. Use https://tinypng.com/ to compress them for better performance or use LiteSpeed plugin build-in function to optimize your images.
  11. serpent_driver

    Access Control on IP base (Solved)

    Use online .htaccess generator to block certain IP(s). Scroll down to ""Block or Allow an IP" https://www.htaccessredirect.net/
  12. serpent_driver

    Removing Unused CSS Code

    The problems you have to optimize your website is not only unused CSS. It is starting from overdozed code in your template and ends with oversized images. If your are not a developer, search for WP plugins they can optimize your page and/or use optimize functions in LiteSpeed plugin for WP.
  13. serpent_driver

    Hikashop

    I am not shure if am right because I don't know LiteSpeed plugin for Joomla, but I believe LiteSpeed plugin for Joomla supports only Joomla itself, but not add-on applications like Hikashop.....
  14. serpent_driver

    After enabling LightSpeed Cache there are certain things which are not working

    Add an item to cart and press F5 to reload page after you've added item to cart. Then check shopping cart box in header.
  15. serpent_driver

    After enabling LightSpeed Cache there are certain things which are not working

    If you have activated functions for optimizing in Litespeed plugin, disable all these functions and check it again. If everything is okay again activate functions again, but not all at the same time. Do it step by step and after every step check again. It is possible that there are functions in...
  16. serpent_driver

    After enabling LightSpeed Cache there are certain things which are not working

    You don't need additional plugin for caching and/or optimizing. LiteSpeed cache plugin is the all in one solution for caching and optimizing. If you use additional plugin(s) and LiteSpeed cache plugin it will force issues and conflicts with page load behavior like yours you have posted.
  17. serpent_driver

    After enabling LightSpeed Cache there are certain things which are not working

    Do you use LiteSpeed cache and WP-Super-Cache at the same time? If yes, disable WP-Super-Cache.
  18. serpent_driver

    Litespeed and eCommerce?

    If you use CMS where is no LScache plugin available either you need one or you have to develop it. For ecommerce sites "a whole must be punched" for areas they may not be cached like shopping cart and much more. For this "Edge Side Includes" (ESI) is necessary to get an ecommerce site work with...
  19. serpent_driver

    Install LiteSpeed on WINDOWS Server 2012r2!

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lslb:requirements
Top