Technote

WordPress guides for Developers

For developers who work on WordPress as code: hooks and filters, WP-CLI, Git workflow and deployment automation.

25 articles· Developers

Performance optimization Intro

Reading a query profile: slow versus duplicated

They sit side by side in the same panel but they are not the same problem. One needs the query rewritten; the other disappears with a cache. Telling…

Developers 8 min read

Development workflow Intro

Hook timing: before init, the world is not there yet

The same code on the same hook behaves differently depending on when it runs. Taxonomies, post types and translations all see an incomplete world before init.

Developers 7 min read

Development workflow Intro

The REST API you already have

You are already using it even if you never go headless — this is how the block editor saves your posts. Knowing the response shape halves your client…

Developers 7 min read

Development workflow Practical

A .gitignore for WordPress on GitHub

The line between what belongs in a WordPress repository and what must never enter it is sharp. The moment wp-config.php lands in a repo, your database password and…

Developers · Site operators 6 min read

Performance optimization Intro

Measure before you fix: the first thirty minutes

Optimising by intuition usually improves something. The trouble is that it was rarely the bottleneck. Start by splitting the request into segments and getting numbers.

Developers 7 min read

₩270,000 · Join the program