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

Cache package info #130

Open
amosyuen opened this issue Jan 8, 2021 · 1 comment
Open

Cache package info #130

amosyuen opened this issue Jan 8, 2021 · 1 comment

Comments

@amosyuen
Copy link

amosyuen commented Jan 8, 2021

Recommend that you cache package info as the scaling is getting a bit slow already and will continue to get worse as more repos are added.

Some ideas:

  • You could build a single cached file containing all the packages in this repo. You can keep it up to date with github action workflow that runs every few hours. Or if you wanted to make it really fancy you could get it to trigger on commits from dependent repos.
  • You could cache client side and update once a day or on clients forcing a cache refresh.
@amosyuen amosyuen changed the title Compile package info into one large file and keep up to date using GitHub Actions Cache package info Jan 8, 2021
@amosyuen
Copy link
Author

amosyuen commented Jan 8, 2021

Clearly I didn't look through your code, looks like you're already doing client side cacheing.

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