Search results

  1. E

    openlitespeed server side caching issues

    maybe because i have 2nd server without quic, and i use M2 there. but here i have kitt + quic, and it does the job.
  2. E

    openlitespeed server side caching issues

    i use kitt with quic.cloud . so this is exaclty what happens. and the same happens with M2-crawler. i get BKD after a crawl. and it is a cache hit. so this is all i care about. i can ditch quic CDN at some point
  3. E

    openlitespeed server side caching issues

    from quic perspective i believe it means , we have no cache but we fetched cached copy from original server so we say BKD. next time we server cached copy with HIT. anyways im tryng to make it work so thaks for help
  4. E

    openlitespeed server side caching issues

    so what does X-Litespeed-Cache BKD mean?
  5. E

    openlitespeed server side caching issues

    it is obvious request goes to quic node, but quic node will query original server if it does not have a cached page. so what is the difference? original server will get request.
  6. E

    openlitespeed server side caching issues

    this is what i get after M2-crawler. by speed and TTFB it is cached copy.
  7. E

    openlitespeed server side caching issues

    ofcourse we have latvian internet quic cloud show BKD as cache status in this case. so i still get cached page, which is all i care about. on next refresh i get HIT from quic, but both are cached pages
  8. E

    openlitespeed server side caching issues

    yes but it warms up local cache and quic server is aware of it, so it still works
  9. E

    openlitespeed server side caching issues

    if fact it was cache vary issue for guest mode. so all is good now
  10. E

    openlitespeed server side caching issues

    so i am on OpenLiteSpeed 1.7.19 i use m2-crawler.sh script to warm up some pages so i run ./M2-crawler.sh -d https://m50.lv/product-category/gifts/art and i get response Caching , and Already cached so i see all good so far. but when i open the link in browser i get miss, which is...
Top