Any selfhost image proxy optimization?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • imageproxy

    A caching, resizing image proxy written in Go

  • I wrote https://github.com/willnorris/imageproxy for exactly this purpose about 10 years ago. It's just been a personal project, but handful of folks have used it over the years. As mentioned below, imgproxy.net is the other pretty popular option, also written in go. Notably, it's backed by Evil Martians (makers of postcss and a bunch of other things), so is a bit more robust, and has gotten a lot more real-world usage and large scales.

  • willnorris.com

    source for willnorris.com

  • They use libvips for image processing, so is a lot more performant. For my imageproxy project, I opted to stick to pure Go libraries, so it's a bit slower, and doesn't currently support webp output. But I've found sticking to go libraries makes it easier to build and deploy; for example, I currently use it on my personal website as a plugin compiled directly into my Caddy webserver.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • flyimg

    Cloud-native application that resizes and crops images on the fly, delivering optimized images in formats such as AVIF, WebP, MozJPEG, or PNG using ImageMagick, with an efficient caching system.

  • There are many, one of them https://github.com/flyimg/flyimg

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How can I load an image at a lower resolution than it is?

    1 project | /r/webdev | 15 May 2023
  • ImageProxy Ruby client

    2 projects | /r/ruby | 18 Feb 2023
  • Image Storage and Delivery

    3 projects | /r/SaaS | 23 Jun 2022