top | item 45559388

(no title)

ashitlerferad | 4 months ago

And pagespeed score reflects that. It does not matter if it’s in ram, most of the pages/load will be on the CDN and caching anyways.

Servers put the most requested into RAM also.

discuss

order

celsoazevedo|4 months ago

> most of the pages/load will be on the CDN and caching anyways

Not always. Most CDNs for websites (essentially reverse proxies) don't cache pages by default so private content isn't made publicly available. You have to enable/configure what is cached.

In this case, Cloudflare isn't caching the HTML: "cf-cache-status: DYNAMIC". If page cache was enabled, it would be something like "HIT" or "MISS".