static website
static website
A static website consists of fixed content, usually in HTML, CSS, and JavaScript, which is the same for all users. Why use it? Static websites are fast, easy to deploy, and require less server-side processing. Best practices include optimizing images and using CDNs to improve performance. Static websites have been widely used since the early days of the web.
Source: