You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While static site rendering is out of scope for now as it's incompatible with a useful site search, the step of rendering POD to HTML and munging the resulting DOM can be prerendered, stored in either filesystem or database, and then the results directly inserted into the template at request time.
The text was updated successfully, but these errors were encountered:
This is now partially implemented in f4780b9 and 6a0a4ec, for all standard pods. Individual function and variable pages, and the functions and modules index pages, are not pre-rendered yet.
While static site rendering is out of scope for now as it's incompatible with a useful site search, the step of rendering POD to HTML and munging the resulting DOM can be prerendered, stored in either filesystem or database, and then the results directly inserted into the template at request time.
The text was updated successfully, but these errors were encountered: