mmajis / plantuml-serverless

Serverless PlantUML diagram rendering
GNU General Public License v3.0
48 stars 22 forks source link

Cache-Control Header Missing #14

Closed circlesmiler closed 3 years ago

circlesmiler commented 3 years ago

If the service is used from a browser, the diagram images could be cached. But there is no Cache-Control header in the response. So, the caching is very short or disabled, even if the diagram can not be different as before, right?

mmajis commented 3 years ago

Hi @circlesmiler!

You’re right, looks like caching could be improved. I’ll add cache control with one year max age at some point.

Thanks!

mmajis commented 3 years ago

Fixed with f5e197ef57ce8edab1d429888e0024bcc527f1fb and available on v0.0.9