-
-
Notifications
You must be signed in to change notification settings - Fork 5
Speed and benchmarks
Greg Bowler edited this page May 9, 2026
·
2 revisions
- Focus on user-perceived responsiveness rather than abstract benchmark claims.
- Explain why framework benchmark contests are often misleading.
- Slow queries.
- Heavy rendering.
- Asset size.
- Network round trips.
- Measure user-facing operations.
- Optimise after finding real bottlenecks.
- Use architecture and simplicity as performance tools.
- Explain how static-first pages, thin page logic, and server-rendered HTML affect performance.
Finally, let's move to the repository-entity pattern page to complete the further reading chapter.
- 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