Created
May 25, 2012 20:49
-
-
Save e2thex/2790471 to your computer and use it in GitHub Desktop.
ESI module flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .------------------------. | |
| | Page Call | | |
| '------------------------' | |
| | | |
| v ____________________________ | |
| .---------. \ \ | |
| / Call to \ \ ESI module ask plugin to \ | |
| ( ESI PATH? )--------->) build content ) | |
| \ / / / | |
| '---------' /___________________________/ | |
| .------------------|------------------------------|-----------------. | |
| | | ESI plugin Modules | | | |
| |------------------|------------------------------|-----------------| | |
| | v v | | |
| | _________________________ _________________________ | | |
| | \ \ \ \ | | |
| | \ Various plugins alter \ \ plugin build content \ | | |
| | ) render arrays to be ) ) for esi request ) | | |
| | / ESI ones / / / | | |
| | /________________________/ /________________________/ | | |
| | | | | | |
| '------------------|------------------------------|-----------------' | |
| v | | |
| __________________________ | | |
| \ \ | | |
| \ \ | | |
| ) Drupal Renders ESI tags ) | | |
| / / | | |
| /_________________________/ | | |
| | | | |
| | | | |
| v | | |
| .------------------------. | | |
| | Page Return |<-----------------' | |
| '------------------------' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment