Articles and Lessons tagged with HTTP Interceptor

Logging HTTP Response Times in Angular

Logging HTTP Response Times in Angular

Posted Sep 15, 2018 | | By Maina Wycliffe | Angular
Most API and Backend Services have a metric service to measure to measure request response times. The one downside of this is, it doesn’t consider network latency, or how the device capability is affecting the performance of your web app. This is …
Read More