Skip to content

cache URL previews on the server

dakkar requested to merge feature/local-summaly-cache into develop

What does this PR do?

we already tell browsers to cache the preview for 7 days, but each browser will ask the server, and the server will talk to the network, hammering the poor site that got mentioned on fedi

let's instead cache the preview on the server!

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports