Performance7 min read
How to reduce WordPress TTFB: a diagnostic guide
Reduce WordPress TTFB by separating CDN, network, PHP-FPM, database, cache, and WordPress delays with repeatable diagnostic tests.
- WordPress
- TTFB
- Performance
10 articles
Every article tagged PHP, newest first. Search all articles
Performance7 min read
Reduce WordPress TTFB by separating CDN, network, PHP-FPM, database, cache, and WordPress delays with repeatable diagnostic tests.
Monitoring7 min read
Turn on the WordPress debug log safely, find its file, fix missing logs, read PHP errors, protect access, and rotate or disable logging after debugging.
Performance8 min read
Learn how to size WordPress PHP workers, confirm PHP-FPM saturation, read queue metrics and slow logs, and reduce worker demand safely under load.
Security7 min read
Review a WordPress REST API permission_callback, capability checks, nonces, argument schemas, output, logging, and rate limits for custom endpoints.
Performance7 min read
Set WordPress OPcache settings from cache usage, PHP file counts and deploy behavior, then verify memory, resets and warm-up safely after changes.
Development7 min read
Set up WordPress plugin unit testing with wp-env and PHPUnit, write integration tests, and run the same suite in GitHub Actions on pull requests.
Development6 min read
Build a WP CLI custom command for a plugin with validated arguments, dry runs, batching, progress output, formats, exit codes, staging and cron.
Development5 min read
Run WordPress plugin database migrations safely with dbDelta, schema versions, one-time upgrades, batched data changes, multisite checks and rollback plans.
Development8 min read
Compare ACF blocks vs Gutenberg blocks by build cost, editor UX, rendering, storage and maintenance, then choose the right block model for a client site.