Aimsparkk+
Internal development hub

Clean WordPress starts for every Aimsparkk dev site.

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.

15mAuto scanner interval
WebPSidecar generation ready
WP-CLIBatch optimization support
NoindexDev hub hidden from search

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

New Site Automation

The server scanner checks for WordPress roots under development subdomains and activates the foundation plugin automatically.

systemctl status aimsparkk-site-foundation-scan.timer

Manual Install

Use this when a production or special staging site should receive the same foundation intentionally.

aimsparkk-install-site-foundation /home/user/htdocs/domain.com

Batch Image Optimization

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

Logs

The scanner writes a plain operational log so failures are visible without opening WordPress.

tail -n 80 /var/log/aimsparkk/site-foundation.log