With the load generator successfully run for the second time (now with caching enabled), it’s time to take another look at the time our APIs are spending reading data. You can load the dashboard by navigating to CloudWatch via the AWS console and clicking on the MomentoPizza dashboard. You can also jump directly to it here.
As a refresher, here is what the dashboard is able to show us…
You’ll now see metrics present for additional information relating to caching. The hit rate is shown for the caching of each API endpoint along with cache read latency (average and p99).
Referring back to the results you recorded from the earlier (non-cached) test run, consider how things have (or have not) changed:
We can do better - let’s get back to work.