π
June 7, 2026
βοΈ Alex M.
π¬ 14 comments
WordPress
Most guides tell you to install another plugin. But after managing dozens of WordPress sites, I've found that the biggest performance wins come from server-level changes. In this post, I'll walk through the exact steps I use β from enabling FastCGI cache in nginx to tuning PHP-FPM workers for low-RAM VPS instances.
We'll cover: choosing the right hosting tier, enabling HTTP/2 push, lazy-loading images natively, and why you should probably ditch your caching plugin entirely if you're on a modern server stack.
Read More β
π
May 29, 2026
βοΈ Alex M.
π¬ 6 comments
Tutorials
Nginx is one of those tools that looks intimidating until it suddenly clicks. In this tutorial we build a full reverse-proxy setup from scratch β including SSL termination with Let's Encrypt, automatic HTTPβHTTPS redirects, and proper proxy headers so your backend app sees the real client IP.
By the end you'll have a production-ready config you can reuse for any web app running on your VPS.
Read More β
π
May 14, 2026
βοΈ Alex M.
π¬ 23 comments
Tools
Every time I spin up a new VPS, I run through the same checklist: disable root SSH login, set up UFW, configure fail2ban, install Docker, set the timezone, enable automatic security updates⦠After doing this a hundred times I finally turned it into a shell script.
I'm sharing the full checklist and the script in this post. It works on Debian 12 and Ubuntu 24.04.
Read More β
π
April 30, 2026
βοΈ Alex M.
π¬ 8 comments
WordPress
Migrating a live WordPress site is stressful β wrong DNS TTL or a missed database prefix can mean hours of downtime. Here's the method I've refined over 30+ migrations: duplicate first, switch DNS last, and always keep a rollback window.
Read More β