Search results

  1. Unique_Eric

    Caching / No need to Cache / Already Cached - M2 Crawler

    Hi, If response header not match any of items from the defined list, then it will just shows "No need to Cache ". I can help if you can PM me with debug output result. By the way, how's your test from other servers? Does it works?
  2. Unique_Eric

    Scroll Problem

    May need a test URL to reproduce or provide a report number from lscache plugin. Thanks
  3. Unique_Eric

    M2-crawler issues with some pages

    Maybe need to reproduce first on my end. Could you submit a ticket to LiteSpeed with site/sitemap URL and append this post link?
  4. Unique_Eric

    M2-crawler issues with some pages

    Hi @Hedloff , Please try sh M2-crawler.sh with `-c` parameter see if it helps. e.g. verify method: Do twice this command sh M2-crawler.sh -c -d https://domain.tld/category/test2.html?10 We expect first time return `Caching` and second time should be `Already cached` in the end of the strings.
  5. Unique_Eric

    LiteSpeed cache plugin and Virtuemart

    ok, I can see the ticket and issue page, will update you on the ticket soon.
  6. Unique_Eric

    LiteSpeed cache plugin and Virtuemart

    Hi FusionNetwork, Not here, please submit to https://store.litespeedtech.com/store/clientarea.php or mail to support@litespeedtech.com Please also take 2 screenshot, 1 is "bottom pagination of the link with page 1" , 2 is "page 2 the link again is correct but in reality you are on first page "...
  7. Unique_Eric

    LiteSpeed cache plugin and Virtuemart

    Hi Cosmin , I can not reproduce issue on https://www.posetepiele.ro by following your steps. When i add ?123, that page loads fine and shows a cache miss at first view. We can help you to check ESI module issue if you can submit a ticket to LiteSpeed with a cloned/dev site access ? Best, Eric
  8. Unique_Eric

    website builder compatible

    Hi mxdeon, LiteSpeed web server software helps high traffic servers run faster and more efficiently. We do not, however, offer hosting. If you want hosting, you might want to look into our hosting partners: http://www.litespeedtech.com/partners/hosting-partners If you are asking about...
  9. Unique_Eric

    How can I test our server after installing LiteSpeed to see how much faster it is compared to Apache?

    Hi lazlot, If this is a control panel server, you can easily switch web server and test the speed by some benchmark tool, e.g. ab, h2load..etc. on the other server. If this is a stand along server, you can setup port offset on either LSWS or Apache, also, be sure that both php...
  10. Unique_Eric

    Litespeed also cache the cart

    for anyone who might be interested, the issue happens due to browser cache, so issue gone when turning off browser cache or web console enabled.
  11. Unique_Eric

    Different Cache for Mobile vs Tablet/Desktop

    Hi, It's looks fine. I also did a test, here's my Magento2 with browser tool. Rules I add RewriteCond %{HTTP_USER_AGENT} "iPhone" [NC] RewriteRule .* - [E=Cache-Control:vary=ismobile] RewriteCond %{HTTP_USER_AGENT} "iPad" [NC] RewriteRule .* - [E=Cache-Control:vary=tablet] Step 1, clear...
  12. Unique_Eric

    How to Install Web server

    Hi, May I ask any control panel on this server? and it's pure LSWS, or convert from Apache? LSWS installation wiki is here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:litespeed-web-server-enterprise
  13. Unique_Eric

    Different Cache for Mobile vs Tablet/Desktop

    Hi, Could you try turn on the debug log? Then we can check the header from log together. You can also submit a ticket with log if you prefer not display it on forum Best, Eric
  14. Unique_Eric

    Litespeed also cache the cart

    Hi Jens, LSCache plugin won't cache admin pages at all. Please refresh admin page with web console enabled, see if you can find any `X-LiteSpeed-Cache` tag on it. For now, I may not send the file since it was fresh installed, nothing special on it. (opencart version 3.0.3.2 +...
  15. Unique_Eric

    Litespeed also cache the cart

    Comment out those rules should be good. Purge cache from LiteSpeed Cache Plugin just in case and wait for 900s, then try reproduce issue again.
  16. Unique_Eric

    Different Cache for Mobile vs Tablet/Desktop

    Hi Alex, Can you try this and also enable debug log on LiteSpeed Web server RewriteCond %{HTTP_USER_AGENT} "iPhone|iPod|BlackBerry|Palm|Mobile|Opera Mini|Fennec|Windows Phone" RewriteRule .* - [E=Cache-Control:vary=ismobile] You may see log, e.g. [CACHE] apply rewrite cache vary value...
  17. Unique_Eric

    Litespeed also cache the cart

    Hi Jens, Yes, I can reproduce the issue on your site but not on my fresh OpenCart 3. Do you have access to edit the .htaccess file to turn TurboCache off for testing?
  18. Unique_Eric

    Litespeed also cache the cart

    Hi Jens, We did test with fresh OPCache few times before with no issue. Could you provide test site URL? Best, Eric
  19. Unique_Eric

    [Closed] Can't determine the Home of LiteSpeed Web Server, exit!

    Hi Please try following this wiki, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses:cannot-determine-the-home-of-litespeed-web-server Let us know if it works. Best
  20. Unique_Eric

    How can I prevent my users from installing other cache plugins other than "Litespeed Cache"?

    Hi, So I just tested "a3 lazy load" which has no warning message shows on WHM when cache enabled. Maybe you mean this plugin has compatibility issue with LSCache due to multiple lazy loads? if user use multiple js minifier or css minifier could also bring issues which is normal.
Top