Hacker News new | ask | show | jobs
by Scarbutt 2246 days ago
some heavy caching is happening somewhere.
1 comments

No caching (except for the CSS file, which your browser is probably caching), just simple pages and lightweight backends.

https://forgeperf.org

All of our pages are done in 2 requests, or 1 with a warm cache.

I was going to ask how you speed up pygments so much, but apparently the answer is "actually, some stuff is cached".
Ah, yes, some stuff is cached :) but it doesn't do much, we kind of cache it on principle. An example that makes more of a difference is the git SSH pipeline.