Curated resource guide

WordPress Performance Optimization Resources

Improve WordPress performance through measurement rather than generic optimization checklists. This guide connects Core Web Vitals, server response time, PHP, database queries, caching, media, frontend assets, third-party scripts, profiling, real-user monitoring, and load testing into a repeatable performance workflow.

Scope

What this guide covers

  • Performance auditing methodology
  • frontend and backend bottlenecks
  • Core Web Vitals
  • server response time
  • PHP execution
  • database queries
  • object caching
  • page caching
  • CDN
  • browser caching
  • images
  • fonts
  • CSS
  • JavaScript
  • third-party scripts
  • REST/AJAX requests
  • cron
  • autoloaded options
  • plugins and themes
  • admin performance
  • logged-in users
  • WooCommerce
  • profiling tools
  • synthetic and real-user monitoring
  • performance budgets
  • load testing
  • before/after measurement
  • and avoiding placebo optimizations

Selected references

Curated resources

Links open the original publisher so you can use the complete, current material in context.

  1. 02
    5

    WordPress Optimization Guide

    Official advice for diagnosing server, database, caching, file, and content-delivery bottlenecks in a WordPress stack.

    developer.wordpress.org
  2. 03
    5

    Lighthouse Overview

    Understand what Lighthouse audits measure, how lab results are produced, and where its findings fit into broader testing.

    developer.chrome.com
  3. 04
    5

    PageSpeed Insights API Overview

    Compare real-user Chrome data with lab diagnostics when prioritizing Core Web Vitals work.

    developers.google.com
  4. 05
    5

    Query Monitor

    See query timing, PHP errors, HTTP requests, hooks, scripts, and request context while diagnosing WordPress.

    wordpress.org
  5. 06
    5

    Performance Lab

    The WordPress performance team uses this plugin to test focused improvements before suitable features reach Core.

    wordpress.org
  6. 07
    4

    WebPageTest

    Run repeatable waterfall, filmstrip, geographic, device, scripting, and performance-regression tests against real pages.

    webpagetest.org
  7. 08
    5

    Measuring WordPress Performance

    Separate profiling from benchmarking and define repeatable scenarios, controls, field data, and before-and-after evidence.

    make.wordpress.org
  8. 09
    5

    Web Vitals

    The primary overview of the user-centered metrics and thresholds used to assess loading, responsiveness, and stability.

    web.dev
  9. 10
    5

    Xdebug Profiler

    Collect call-level timing and memory profiles for evidence-based backend performance work.

    xdebug.org
  10. 11
    4

    WP-CLI Profile Command

    Profile WooCommerce bootstrap, hooks, database work, and request stages before changing infrastructure or plugins.

    github.com
  11. 12
    5

    k6 Documentation

    Design scriptable load tests with clear scenarios, thresholds, metrics, and automated execution.

    grafana.com