Ghost Optimizations

Hi, I recently started with Ghost CMS. I’m from a WordPress background, and usually we would use caching - Varnish/Litespeed, CDN, images, and SEO optimizations). How are these things handled in self hosted ghost instances? For my clients, I use WordPress, but for myself, I find it a hassle for side projects, I much prefer the clear and simple blogging process.

I used this method

Speed up your Ghost site with Varnish Cache and Webhooks (techbits.io)

1 Like

For Varnish Cache i write a nodejs Middleware for selective URL purging, called Vernice.js.

Vernice.js on GitHub