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

Optimize pageMap and inversePageMap #58

Open
transitive-bullshit opened this issue Feb 23, 2021 · 0 comments
Open

Optimize pageMap and inversePageMap #58

transitive-bullshit opened this issue Feb 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@transitive-bullshit
Copy link
Owner

Currently, we're storing these critical data structures in an LRU cache, but we should really be storing them as part of each deployment and updating them asynchronously.

This will greatly speed up access any pages that are not in Vercel's cache.

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

Successfully merging a pull request may close this issue.

1 participant