Static Site
A static site generates its HTML pages ahead of time, at build time, rather than on every visit.
Unlike a dynamic site that queries a database on every request, a static site delivers files that are already ready. The server has nothing to compute, it just sends the file directly.
The result: faster loading, a smaller attack surface, and cheaper hosting. It is the default choice for a showcase site or a blog whose content does not change on every visit.