In this section, we will understand how we can automate many of the performance optimization tasks, from concatenation and compression of contents to the automation of the performance monitoring and performance testing processes.
Performance automation
Performance optimization automation
After analyzing the performance of our application, we will start working on some performance optimizations. Many of these optimizations involve the concatenation and compression of some of the application's components.
We will also have to create a new version of the concatenated and compressed contents every time one of the original components (not concatenated and not compressed) changes. Because these include many highly repetitive...