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.

  • Burger@burggit.moeOPM
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    That being said, I’ll look at the docs more and see on how to cache just the /pictrs/image endpoint.

    • Burger@burggit.moeOPM
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Went with Varnish instead of haproxy since haproxy can only do caching in-memory. And images are only being cached now.