From the course: Google Cloud Platform (GCP) Essential Training for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Finding unoptimized areas of your app with Cloud Trace

Finding unoptimized areas of your app with Cloud Trace - Google Cloud Tutorial

From the course: Google Cloud Platform (GCP) Essential Training for Developers

Start my 1-month free trial

Finding unoptimized areas of your app with Cloud Trace

- [Instructor] All right, let's learn how to use Google Cloud Trace to find performance issues and bottlenecks in our application. This is the Trace service in the Google Cloud console. The first thing we see is this overview page. There's a lot of information here, but they're going to break it down one-by-one. Over here, we have the insights section where Trace provides us with tips on how we can improve our application if there are any. Then we have the Recent Traces over here which shows the most recent traces that has been sampled from our application. Trace doesn't analyze every single request to our app, rather it samples a subset of requests and then displace the most recent ones here. Up next we have the most frequent URIs. Now this is important information for us, because these are the URLs that are most used by our users. And we want to keep the latency on these URLs as low as possible to give our users the best…

Contents