Florian Schlachter
Florian Schlachter
Add an own JavaScript client to access simpleapi. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1192378-javascript-client?utm_campaign=plugin&utm_content=tracker%2F290300&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F290300&utm_medium=issues&utm_source=github).
Hi, I just went through your middleware and noticed that you're not caching the compiled templates. Instead, [you're compiling them on every request](https://github.com/ngerakines/ginpongo2/blob/master/middleware.go#L18) which harms performance by at least factor...