Problem
When analyzing logs it is hard to see if an issue is related to slow network requests. It is technically possible to calculate the time network requests took by taking the start and end timestamps, but this is very time consuming and almost impossible if you do not know which request could be slow.
Solution
Add the time it took for the request to complete in the "Finished API request" log. This will allow spotting slow network requests easily while glancing at the logs.
Problem
When analyzing logs it is hard to see if an issue is related to slow network requests. It is technically possible to calculate the time network requests took by taking the start and end timestamps, but this is very time consuming and almost impossible if you do not know which request could be slow.
Solution
Add the time it took for the request to complete in the "Finished API request" log. This will allow spotting slow network requests easily while glancing at the logs.