An overview of performance and infrastructure

Performance throughout the request cycle

This module goes into depth on each step of the page request cycle. By understanding how a page request is processed and the various components involved, engineers can identify bottlenecks and optimize the performance of their WordPress websites.

Lessons

User Enters URL DNS Resolution HTTP Request Edge Cache Check Origin Web Server WordPress Core PHP WordPress Must Use Plugins (MU Plugins) Database and Object Cache Interactions WordPress Template Loading Plugin and Theme Functionality HTTP Response to Browser Browser Rendering Additional Requests (AJAX, Media, Etc) Summary and Conclusion

Optimizing performance across the whole page cycle: Full Page Caching

Optimizing performance across the whole page cycle: The Application

Optimizing performance across the whole page cycle: WordPress Core and the Database

Optimizing performance across the whole page cycle: Object Cache

Understanding your Traffic Patterns and Usage

Measuring performance

Exercises

Lessons

Quiz