What Gets Applied
- Aimsparkk admin and login branding
- Image resizing and recompression
- WebP sidecar files when supported
- Missing image alt text from filenames
- Clean permalink and media defaults
- Comments and pingbacks closed by default
This hub documents the server foundation that is automatically applied to new development WordPress sites under *.dev.aimsparkk.com. The goal is simple: faster builds, cleaner media libraries, branded admin handoff, and fewer repeated setup mistakes.
The server scanner checks for WordPress roots under development subdomains and activates the foundation plugin automatically.
systemctl status aimsparkk-site-foundation-scan.timer
Use this when a production or special staging site should receive the same foundation intentionally.
aimsparkk-install-site-foundation /home/user/htdocs/domain.com
For migrations, run optimization in batches so large media libraries do not overload PHP or the server.
wp aimsparkk-foundation optimize_images --limit=50 --path=/home/user/htdocs/domain.com --allow-root
The scanner writes a plain operational log so failures are visible without opening WordPress.
tail -n 80 /var/log/aimsparkk/site-foundation.log