In early February, we reduced our 90th percentile U.S. subsequent page load time by 46% on our Job Details page. We achieved this by using the Ember cache to display critical data and avoid making an API call to fetch the initial data we render. There are a few strategies you could use for passing cached data between pages in a Single Page App (SPA). In this...