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

Removed experimental URL cache #21751

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Removed experimental URL cache #21751

wants to merge 1 commit into from

Conversation

daniellockyer
Copy link
Member

fix https://linear.app/ghost/issue/ENG-1803/remove-url-cache-code

  • this feature was intended to write a static cache of our URLs from the URL service, which should help boot become faster because we don't have to fetch them from the DB
  • however, we added this a long time ago and never gave it the love to get it going correctly, so it's been sitting there unused for years and not providing any real benefit
  • little bit of spring cleaning, we can clean up the code here and potentially revisit it in the future

@daniellockyer daniellockyer force-pushed the remove-url-cache branch 2 times, most recently from 896c4bf to fdbe914 Compare November 28, 2024 15:12
fix https://linear.app/ghost/issue/ENG-1803/remove-url-cache-code

- this feature was intended to write a static cache of our URLs from the
  URL service, which should help boot become faster because we don't
  have to fetch them from the DB
- however, we added this a long time ago and never gave it the love to
  get it going correctly, so it's been sitting there unused for years
  and not providing any real benefit
- little bit of spring cleaning, we can clean up the code here and
  potentially revisit it in the future
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

Successfully merging this pull request may close these issues.

1 participant