The document discusses automating performance optimization for modern web applications. It describes defining performance issues to address, using tools to solve them, and integrating optimizations into the development process. Key parts that can be automated include minifying JavaScript and CSS, optimizing images, inlining styles, and removing unused CSS. Integrating these tasks with build tools like Grunt and deployment with Jenkins can make performance part of daily development.