Comment on Pre-rendering static websites with the 23 year-old wget commandComments−combatentropy7yWould it be less maintenance to use your web server's cache feature? Both Apache and Nginx can cache dynamic pages to static files.−tjholowaychukOP7yThese days I think most people deploy static sites to a CDN, they get you such great performance I can't imagine not using a CDN, my site loads in 10ms in London for example.
Comments
Would it be less maintenance to use your web server's cache feature? Both Apache and Nginx can cache dynamic pages to static files.
These days I think most people deploy static sites to a CDN, they get you such great performance I can't imagine not using a CDN, my site loads in 10ms in London for example.