Hacker News new | ask | show | jobs
by doodlesdev 1128 days ago
Indeed, http headers indicate that the asset policy for the HTML is:

   cache-control: public, max-age=0, must-revalidate
A few things I notice:

   - It uses Cloudflare cache (as you pointed out).
   - All CSS is in the HTML file, so only one request is needed to display the page.
   - The compressed webpage is reasonably lean considering it has all CSS in the same file and uses Tailwind.