request coalescing
RU: request coalescing (схлопывание запросов)
A general CDN and proxy behaviour where concurrent cache-miss requests for the same URL at one edge node are merged into a single upstream fetch; all waiting requests are served from the one response that arrives. Bunny.net and Nginx (proxy_cache_lock) use this term.