WordPress performance

August 12, 2026 ยท View on GitHub

How to achieve high performance in WordPress?

ItemToolSpeedup
InfrastructureCPU, disk, web server, PHP (OPcache) and DNSOverall performance
In-memory object cacheRedis, Memcached, APCuoptions, post, post meta etc.
Plugins for administration
(backup, DB cleanup)
Use WP-CLI insteadDegrades performance
Theme and pluginsCache-aware ones using object cache or transients
Translationstiny-translation-cache.mo file parsing
Navigation menustiny-nav-menu-cachewp_nav_menu()
Post contenttiny-cachethe_content()
Template outputtiny-cacheget_template_part()
Widgetswidget-output-cache plugindynamic_sidebar()

This list concentrates on WordPress core generating HTML code. Frontend loading (full page cache) is another topic.