Index / Questions / Why serve a website as static files inst

Why serve a website as static files instead of WordPress?

Answer

Pre-generated static pages remove per-request database work and the public /wp-admin login screen. I serve minified static HTML through Nginx with RAM file caches, SSD storage and HTTP/2: fewer moving parts, faster loading, easier scaling, fewer security risks.

Sources