It's cool that you admit the caveats upfront. The really useful architectural stuff is the observation that only search.wb.ru gets throttled while card/reviews/basket scale without issues - that's immediately useful across different IP types since throttling happens server-side, so you don't need to mess with proxy-specific tweaks to make it work elsewhere.The basket-NN cache invalidation using hostCache.delete(vol) on failed hits is already in your code, which is solid. What really sells me on your credibility tho is that you actually backed off your run-2 conclusion when run-3 showed it was wrong, an author willing to call out their own measurement errors beats someone who doubles down every time. For anyone using this, hit the low-friction stuff first like does pagination loop? does silent-200 actually happen? to validate it works, then treat the pricier claims like penalty duration as ballpark estimates rather than gospel