Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POD render cache #14

Open
Grinnz opened this issue Jun 9, 2019 · 1 comment
Open

POD render cache #14

Grinnz opened this issue Jun 9, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Grinnz
Copy link
Owner

Grinnz commented Jun 9, 2019

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.

@Grinnz Grinnz added the enhancement New feature or request label Jun 9, 2019
@Grinnz
Copy link
Owner Author

Grinnz commented Sep 28, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant