And another one. Seven to go.
Hehe. Just went through my spam folder. Mailgun it is. (There’s probably better options, and I don’t want this to become yet another “single point of failure” and so on, but lousy email deliverability, unfortunately, is real—and caused, in part, by the sort of “crappy” shared hosting I’m constantly promoting. 😃)
Although I occasionally dabble in Docker (and use a somewhat proper Valet setup for most of my WordPress stuff), nearly all my “development” consists of just hacking away on “build” sites like this. Later changes mostly happen in VS Code, where I’ll have PHPCS running to clean up things and help me find the most obvious flaws. Most of my “testing” is just that: static analysis/linting, and actually using the things I’m building. And lots of debug logging.
One of ’em suddenly got slow as heck; switched from Redis to file-based caching, all good now. (Shouldn’t it be the other way around? Then again, this is shared hosting, not a VPS, let alone dedicated HW.)