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

Partial prerendering #24

Open
JustinLex opened this issue May 2, 2019 · 0 comments
Open

Partial prerendering #24

JustinLex opened this issue May 2, 2019 · 0 comments
Labels
Future Far-off feature ideas for the future

Comments

@JustinLex
Copy link
Member

It would nice to have some server-side prerendering for the website to allow us to offer social media previews and improve our search engine ranking.
"Static" pages like the front page could be prerendered with the frontend build.
Dynamic pages that rely on backend data, like people, events, and workteams could be partially prerendered to show basic information (nothing super-volatile) and set meta tags for social media previews, which could be triggered by the backend whenever certain important attributes are updated.
Dynamic builds could be done with python scripts in docker containers, just receiving some api data and spitting out a partially rendered page for the backend to store in the static site files.
Definitely a far-off future idea, but would be fun to implement.

@JustinLex JustinLex added the Future Far-off feature ideas for the future label May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future Far-off feature ideas for the future
Projects
None yet
Development

No branches or pull requests

1 participant