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

Pages should be rendered and cached after being edited #7

Open
itsrachelfish opened this issue Sep 13, 2015 · 0 comments
Open

Pages should be rendered and cached after being edited #7

itsrachelfish opened this issue Sep 13, 2015 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@itsrachelfish
Copy link
Member

Currently, all wiki markup is stored as plain text in the wiki database and converted into HTML any time a page loads. This method is simple, but the cracks begin to show on large pages that use a significant number of markup tags. For example, the FishBux page originally listed everyone's earnings in bold tags, but after the page started listing hundreds of peoples' earnings, it would take up to a second to load.

A solution to this would be to simply generate the HTML when a page is edited and then serve the generated HTML on all subsequent requests.

@itsrachelfish itsrachelfish added bug Something isn't working enhancement New feature or request labels Sep 13, 2015
@itsrachelfish itsrachelfish transferred this issue from another repository Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant