Y
Hacker News
new
|
ask
|
show
|
jobs
by
Scarbutt
2246 days ago
some heavy caching is happening somewhere.
1 comments
ddevault
2246 days ago
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.
link
Hello71
2245 days ago
I was going to ask how you speed up pygments so much, but apparently the answer is "actually, some stuff is cached".
link
ddevault
2245 days ago
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.
link
https://forgeperf.org
All of our pages are done in 2 requests, or 1 with a warm cache.