Skip to content

[HttpCache] Add a waiting trace when finding the cache locked #60498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 7.3
Choose a base branch
from

Conversation

mpdude
Copy link
Contributor

@mpdude mpdude commented May 21, 2025

Q A
Branch? 7.3
Bug fix? no
New feature? yes
Deprecations? no
Issues
License MIT

This adds a new waiting trace that will be recorded by the HttpCache when the cache had to wait for another, concurrent request to the same resource to finish first.

The information can be used for profiling - a high rate of waiting requests means there is a lot of concurrency, so that it might be beneficial to either speed up request processing or consider using stale-while-revalidate.

…Case.php

Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants