-
-
Notifications
You must be signed in to change notification settings - Fork 5
Production checklist
Greg Bowler edited this page May 9, 2026
·
2 revisions
- Confirm production config values.
- Confirm error handling behaviour.
- Confirm build output and asset serving.
- Confirm database connectivity and schema readiness.
- Sessions and cookies configured safely.
- Debug output disabled.
- Secrets stored correctly.
- Logging configured appropriately.
- Web server configured correctly.
- Backups and monitoring in place.
- Deployment process repeatable.
- Smoke test key user flows.
- Check logs and slow requests.
- Review asset and cache behaviour.
The next page will cover WebEngine application security.
- File-based routing
- Page views
- Page logic
- Dynamic URIs
- Headers and footers
- Custom HTML components
- Page partials
- Binding data to the DOM
- DOM manipulation
- Hello You tutorial
- Todo list tutorial
- Address book tutorial WIP
- Blueprints
- Application architecture
- Coding styleguide WIP
- PHP environment setup WIP
- Web servers WIP
- Background cron tasks
- Database setup WIP
- Client-side compilation WIP
- Testing WebEngine applications WIP
- Production checklist WIP
- Security WIP