MageCDN Client Image Migration (Delivery)
A sequence with 6 steps: Create a MageCDN account and select a storage tier.
By InnovaAI ResearchPublished
MageCDN Client Image Migration (Delivery)
- 01
Create a MageCDN account and select a storage tier
Choose Lite ($9/mo, 10GB) for small clients or Plus ($16/mo, 50GB) for larger libraries. Verify the file size limit matches client asset sizes.
- 02
Upload client images via the web UI, cURL, or REST API
Use the web interface for manual uploads, or script bulk uploads with cURL and the REST API endpoints. Confirm upload success by checking the image URLs in the dashboard.
- 03
Apply URL-based transformations for client delivery
Append query parameters for resize, crop, and format conversion (e.g., AVIF/WebP) to the CDN URLs. Test these URLs in a browser to ensure correct output.
- 04
Update client website or CMS image references
Replace existing image URLs with MageCDN URLs in the client's site. Use the dual Cloudflare and BunnyCDN delivery to confirm fast loading.
- 05
Verify automatic AVIF/WebP compression and file size reduction
Check that images are served in modern formats and confirm size reduction (up to 90%). Use browser dev tools to measure load times and Core Web Vitals.
- 06
Document the upload workflow and hand off to client
Provide a simple guide covering how to upload new images via the web UI or API, and how to generate transformed URLs. Include the MageCDN dashboard login and storage plan details.