Performance Optimization
Basic optimizations
- Enable caching layer available in app/plugin stack.
- Compress and resize images.
- Remove unused plugins/themes.
- Keep PHP and CMS versions updated.
Performance check loop
- Record baseline load time.
- Apply one optimization change.
- Re-test load time.
- Keep changes with measurable gain.
Advanced options
- CDN integration for static assets.
- Object caching where app supports it.
- Offload heavy media where appropriate.