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

Website loads latest information without requiring a double refresh #11

Closed
ericbenwa opened this issue Jan 19, 2023 · 3 comments
Closed

Comments

@ericbenwa
Copy link
Member

No description provided.

@poofytoo
Copy link
Contributor

This one's tricky - the retrieval time of google docs is naturally really slow (on the order of a few seconds.) The reason that double refresh exists is because of how things are cached on the server due to ISR

For the menu bar, it's annoying that it needs the double refresh- so, I think we'll try a method of server side caching to cache the file structure once. But for the pages itself, I don't have a good idea of how we can remove the need for a double refresh.

@ericbenwa
Copy link
Member Author

Ok.

@ericbenwa
Copy link
Member Author

ericbenwa commented Feb 2, 2023

I'll close out this issue and open a new one for the server side caching technique you mention.
#21

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

No branches or pull requests

2 participants