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

guidebook - page caching #8

Open
jshook opened this issue Jan 13, 2020 · 0 comments
Open

guidebook - page caching #8

jshook opened this issue Jan 13, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation guidebook Issues about GuideBook functionality
Milestone

Comments

@jshook
Copy link
Collaborator

jshook commented Jan 13, 2020

Presently, for any page loaded to a client, all of the markdown files have to be loaded and parsed. This is very inefficient and makes the user experience worse with larger sets of documentation. The markdown services already provide a cache version which can be used to avoid reloading for hot-load scenarios.

This enhancement is to read and cache the markdown on the client, and, when a reload is requested, to re-read the cache version from the service and avoid doing a full reload and parse when possible.

@jshook jshook added the documentation Improvements or additions to documentation label Jan 13, 2020
@jshook jshook added this to the Future milestone Jan 15, 2020
@jshook jshook added the guidebook Issues about GuideBook functionality label Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation guidebook Issues about GuideBook functionality
Projects
None yet
Development

No branches or pull requests

1 participant