Editing a header meant opening a template, finding the part inside it, and editing in place with the rest of the page as context — which sounds helpful…
Upgrading forced a read of a configuration file that had been copied forward through three servers and four PHP versions. The cipher list is the line worth deleting…
Updating four million rows in one statement holds a transaction open long enough for the replica to fall twenty minutes behind. The sleep is not politeness, it is…
A cache that fills, restarts, and refills, with every restart being a period where every request compiles everything. The restart counters are the numbers to alert on and…
The March release implements the stage 3 proposal, which is a different feature from the flag that has been in the language since 2015. The two cannot be…
A cache entry expiring under load means every request recomputes it at once, and a lock that expires before the computation finishes makes it worse. Two things have…
A closure rule copied into eleven form requests, with two of the copies subtly out of date. The interface is a small improvement over the previous one —…
A COPY rebuilds if any earlier layer changed, even when what it copies is identical — –link breaks that chain. The mechanism is that a linked copy creates…