go-esi
go-esi copied to clipboard
Pure implementation of the non-standard ESI (Edge-Side-Include) specification in Go
If I'm reading the code correctly, right now all the esi tags are parsed and processed sequentially. This means that if there are 5 esi:includes each taking 50 ms, it'd...
### Description I'm using go-esi in an Traefik + Kubernetes Setup, so I'll explain the feature request based on that. It would be nice if one could add in the...
* bump go to 1.22 * fix golangci-lint errors * process found esi tags in parallel * standalone esi tests with go mock server * common esi tags work (some...