- 01
Uptime and availability monitoring
Continuous uptime and response monitoring with alerting, so a failure is detected by us rather than reported by a customer.
- 02
Staged software updates
CMS core, theme, plugin, and dependency updates reviewed against changelogs, applied in staging, tested, then promoted to production.
- 03
Security patch management
Security patching prioritized by exposure, with out of band handling for actively exploited vulnerabilities.
- 04
Backups and verified restores
Scheduled database and file backups stored off the production server, with periodic test restores to prove recovery works.
- 05
Certificates, DNS, and domain hygiene
Certificate renewal, DNS record review, and domain expiry tracking, because three of the most disruptive outages are also the most preventable.
- 06
Runtime and environment currency
Runtime version management across PHP, Node, and database engines, planned ahead of end of life rather than after support ends.
- 07
Performance monitoring and tuning
Performance budgets tracked over time, with attention to image weight, script accumulation, caching behavior, and database growth.
- 08
Functional testing of critical journeys
Regular testing of the functionality that matters: forms, notifications, search, logins, checkout, booking, and any custom interaction.
- 09
Integration and measurement continuity
Verification that analytics, tag management, CRM sync, and third party APIs are still receiving and sending data after every change.
- 10
Access and account governance
Access review, credential rotation, role hygiene, and removal of dormant accounts, since most compromises begin with access rather than code.
- 11
Link, redirect, and error monitoring
Broken link, redirect, and error monitoring so status codes and internal paths stay correct as content changes.
- 12
Dependency reduction
Removal of abandoned plugins, unused themes, orphaned media, and dead code, because unused software is still an attack surface.
- 13
Change documentation
Documented change records for every cycle: what was updated, what was tested, what was found, and what is recommended next.
- 14
Incident response and recovery
Incident response with containment, restoration from a verified clean backup, root cause identification, and closure of the path used.
- 15
Ongoing minor changes
Small content and template adjustments handled inside the cycle, with larger changes scoped separately so a retainer stays honest.
- 16
Platform risk reporting
A standing view of technical debt, aging dependencies, and platform risk, so replatform decisions are planned rather than forced.