I’ve been using a caching solution in hopes that down the line it will take some load off my server for when we grow bigger.
Evidently it’s been serving up stale copies of pages so I’ve since stopped using it. This issue shouldn’t happen anymore.
I’ve been using a caching solution in hopes that down the line it will take some load off my server for when we grow bigger.
Evidently it’s been serving up stale copies of pages so I’ve since stopped using it. This issue shouldn’t happen anymore.
That being said, I’ll look at the docs more and see on how to cache just the /pictrs/image endpoint.
Went with Varnish instead of haproxy since haproxy can only do caching in-memory. And images are only being cached now.