ai-roadmap-generator icon indicating copy to clipboard operation
ai-roadmap-generator copied to clipboard

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

Open thatbeautifuldream opened this issue 2 months ago • 1 comments

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.

thatbeautifuldream avatar Apr 06 '24 01:04 thatbeautifuldream