May 2025
Intermediate to advanced
270 pages
6h 55m
English
In the last two chapters, we learned how to speed up our application by finetuning our database access and by adding caching in both our data access and the responses we return to the client, be it an HTML-based view or a JSON API response. This is great, and it is, in fact, what most people understand by improving the performance of an application.
But in this chapter, we’re going to shift our focus. So far, we have been focused on the tactics, the individual actions one executes to succeed. Now, we are moving on to the strategy—the action plan that will bring us where we want to go. Therefore, we will stop finetuning an existing application and start changing its design. We’ll begin with the gateway to our ...
Read now
Unlock full access