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

Implement in memory cache to store roadmap title against roadmap id for faster OG generation #1

Closed
thatbeautifuldream opened this issue Apr 6, 2024 · 0 comments

Comments

@thatbeautifuldream
Copy link
Owner

Description

The problem with roadmap/:id page is that when we seek an OG image the page tries to call the db to featch the title which takes some tome to query and return back so that the OG can be generated.

Additional Information

We will need to fix that with the discussed Cache implementation so that there are pre-populated entries that can be hit when we try to access these OG images.

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

1 participant