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

Add cache to website fetching #21

Closed
2 tasks
SlnPons opened this issue Jul 22, 2024 · 0 comments · Fixed by #55
Closed
2 tasks

Add cache to website fetching #21

SlnPons opened this issue Jul 22, 2024 · 0 comments · Fixed by #55
Assignees

Comments

@SlnPons
Copy link
Collaborator

SlnPons commented Jul 22, 2024

Objective
The current implementation fetches websites at each requests, which makes the website long to load if it has too many files to fetch.

How to

  • Use cache library to avoid fetching the all website at each request
  • Invalidate cache if the website has been updated
@SlnPons SlnPons changed the title Upgrade web server Add subdomain handling, cache & dynamic routine to web server Jul 22, 2024
@thomas-senechal thomas-senechal changed the title Add subdomain handling, cache & dynamic routine to web server Add cache to website fetching Jul 29, 2024
@pivilartisant pivilartisant self-assigned this Jul 29, 2024
@pivilartisant pivilartisant linked a pull request Jul 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants