Cleanup & Images
Image optimization and stale content cleanup.
Image Optimization
Scan for new images and manage optimization. Images are automatically scanned and optimized in the background when the editor loads.
The optimization process:
- Detects new or changed images across all sites
- Generates responsive WebP variants (400w, 800w, 1200w, 1600w)
- Creates JPEG fallback and thumbnail for editor preview
- Uploads optimized images directly to Cyon
Re-optimize All Images
Force all images through the optimization pipeline again with updated filenames.
This queues all images for re-optimization:
- The process runs in the background and may take a while
- Old image files will remain on Cyon until you run "Clean Up Stale Images"
- After completion, "Publish All Sites" is required to update HTML references
Clean Up Stale Images
Find and archive old original images that have been replaced by optimized variants, or orphaned image files no longer in the manifest.
Safe cleanup process:
- Images are moved to
/_stale/{site}/assets/, not deleted - A log file tracks what was moved and when
- You can manually restore files if needed
Clean Up Stale Pages
Find and archive page folders that no longer exist in the site configuration.
Safe cleanup process:
- Folders are moved to
/_stale/, not deleted - A log file tracks what was moved and when
- You can manually restore folders if needed