Skip to content

Track pending requests in AjaxCache

Winnie Hellmann requested to merge winh-pending-ajax-cache into master

What does this MR do?

Do not start a new request in AjaxCache if one is already pending for the same URL.

Why was this MR needed?

If multiple calls to retrieve were made to the same URL in a short time, the cache made multiple requests.

What are the relevant issue numbers?

#31897 (closed)

Merge request reports