Looking for the steps from account creation to go-live, what generally needs to be done?
1 Like
Here is the initial list we have:
- Set up Team, Site and Environment
- Set up performance monitoring (e.g. speedcurve or Rigor) to measure before/after speed
- Establish CI Flow (GitHub Actions or other)
- On creating a site it is best to have at least a development and pre-prod environment , and a process defined to promote from pre-prod to prod
- Protect production branch
- Enable Caching
- Enable Prefetching
- Enable Static Prerendering
- Enable and Utilize Devtools for performance optimization
- DISABLE devtools in production environments
- Create a production Environment
- configure your custom domain(s)
- Upload your https (TLS / SSL) Certificate
- Regression test with hosts file pointing your domain to the XDN
- Pre launch lower DNS TTLs
- Update DNS
- Post Go live testing and monitoring=
3 Likes