Tag

php

All posts in this stream, newest first.

Updating PHP Without Breaking WordPress: A Checklist

A step by step process for moving to a newer PHP version without downtime, covering compatibility scans, staging tests, the deprecation warnings you can safely ignore, and the rollback plan you hope you never need.

by Robbie·Jun 22, 2026·5 min read

Cutting WordPress TTFB: From Sluggish to Single Digits

TTFB is the sum of every delay before your server sends its first byte. This guide breaks down exactly where those milliseconds go and shows you the concrete levers to shrink each stage, including how edge caching can push cache-hit TTFB into the double digits.

by Robbie·Jun 13, 2026·7 min read

Local WordPress Development Environments Compared

Docker-based tools, one-click apps, and command line setups all promise the same thing: a working copy of your site on your laptop. Here is how to pick one, match it to production, and keep it in sync without losing a weekend to configuration drift.

by Robbie·May 26, 2026·5 min read