Search results

  1. 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%.
  2. 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...
  3. 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.
  4. 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/
  5. 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.
  6. 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.....
  7. 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.
  8. 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...
  9. 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.
  10. 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.
  11. 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...
  12. serpent_driver

    Install LiteSpeed on WINDOWS Server 2012r2!

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

    Difference between "lscache_runner" UA and any other UA

    There must be a greater difference. If I use lscache_runner UA for cache warmup with curl instead of crawler and if I request all cached pages again, the amount of headers is much smaller and I get status code 201 instead of 200.
  14. serpent_driver

    esi:inline tags don't work

    No, I can't, sorry. After I didn't get this information from LiteSpeed paid support, because they also don't know it, I worked on it for some weeks to find it out. Now, I know what has to be done. I can't give you this knowledge because that's part of my business. I hope you understand this...
  15. serpent_driver

    esi:inline tags don't work

    @NiteWave && @Andy Badwool You are both completely wrong. LiteSpeed has its own logic how to handle <esi:inline
  16. serpent_driver

    Hosting company has installed LiteSpeed Cache - what now?

    If you don't have LiteSpeed Cache plugin installed nothing happends and everything is the same as before without LiteSpeed cache. But you should try LiteSpeed cache plugin for Wordpress. It provides you not only with a server side cache funktion and has a lot of unique functions to optimize your...
  17. serpent_driver

    esi:inline tags don't work

    I don't kidding you! Why should I do that?! I only wanted to be safe don't tell you information you don't need, so please don't understand my reply wrong, okay? As I already told you, the information about how to use ESI as inline tag isn't public and is undocumented, but it works because I...
  18. serpent_driver

    esi:inline tags don't work

    There are different ways to use ESI. <esi:include basically doesn't need <esi:inline, but if you want to use ESI inline you must combine <esi:inline and <esi:inlude. Have you already tried the ESI example at...
  19. serpent_driver

    esi:inline tags don't work

    Before you are able to get what you want, you must understand basics about ESI and how LiteSpeed modifies (undocumented) ESI language. You find information about it at: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:no-plugin-advanced:esi-support.
  20. serpent_driver

    Problems with cached pages 1.6.1.12 - LiteSpeed (v1.2.7)

    To get PrestaShop run with LiteSpeed LScache you need ESI support, but Open LiteSpeed doesn't support ESI.
Top