I had to delete the toot I published earlier because sharing a URL to my new self-hosted Ghost blog overwhelmed the server & took the whole site down (even with powerful caching in place).
Anyway! I spent the past few months learning some basic coding & I was able to manually install Ghost, edit Nginx configs & do other dev magic. It's super empowering! 💪
a graphic with the title "the future is federated" set against the backdrop of a galaxy. below the title you see a URL with the subdomain "blog" erased by hand... pointing to a new URL that reads news.elenarossini.com
@_elena
@troed When I make a query to your website, I see that the Cache-Control header has a max-age=0, which causes it not to be cached: cache-control: public, max-age=0
Did you update your Ghost config to include the caching options? https://ghost.org/docs/config/#caching
I would advise a maxAge of 10s to 60s at least for the frontend