Hi @jodumont ,
I set up a Ghost + nodeJS site on OpenliteSpeed with a 1GB RAM and 1 general CPU server on DigitalOcean, apply a simple blind cache rule on the server config. And page loads fast from my end.
Sample cache rule,
CacheLookup on
RewriteRule .* - [E=cache-control:max-age=120]...