I am currently seeking a way to identify which network requests on my webpage are causing an issue. (Alternatively, I am looking for a method to remotely guide someone through this process.)
Are there any browsers that provide the ability to "step through" network requests within their developer tools, allowing me to pause the loading of other resources for a specific period before proceeding to the next request?
This feature is commonly found in IDE environments, but I am uncertain if it exists in web browsers. (I attempted to search for information using various phrases with no luck.) However, as I do not specialize in frontend development, it is possible that this feature is well-known.