Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 646 Bytes

page-generation.md

File metadata and controls

14 lines (11 loc) · 646 Bytes

Page generation process

Page generation scheme

Typically page generation process is split into several steps:

  • run preprocessors (see Preprocessors)
  • execute handler code: parse request parameters and make some requests to backends (see Making HTTP requests)
  • wait for responses (or timeouts) from each backend, run callbacks and possibly make some more requests
  • aggregate all responses and construct result in one of supported ways (see Producers)
  • run postprocessors and templating (see Postprocessing)