Performance: Automated backup strategies
MEDIUM IMPACT
Automated backup strategies affect server resource usage and page load speed during backup operations.
Configure backups to run during off-peak hours with incremental backups that only save changed data.Using a full backup plugin that runs on every page load or during peak traffic hours without throttling or scheduling.
| Pattern | Server Load | Backup Duration | User Impact | Verdict |
|---|---|---|---|---|
| Full backup on every request | High CPU and disk usage | Long (minutes) | Slows page load, poor LCP | [X] Bad |
| Scheduled incremental backups | Low CPU during peak | Short (seconds) | Minimal impact on users | [OK] Good |