Request Flow¶
How a browser request becomes a rendered page.
Steps¶
Nginx accepts the request and forwards it to the app server.
SmallBlock resolves the route (page, asset, API).
Middleware applies authentication, language, and caching.
The view fetches content and selects a template.
Template tags/plugins render dynamic regions.
Response headers are set and returned to Nginx.
Troubleshooting¶
Check Nginx error logs for proxy issues.
Enable app debug logs to trace route resolution and plugins.