If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
If you don't want dynamic features, a static website generator will provide you with considerably better site performance than most CMSs will provide out of the box.
Few benefits are given below:
a. Flexible
b. Better performance
c. Fewer Server-side Dependencies
d. Improved Reliability
e. Version control and testing
f. High-security
Its simplicity is also a big advantage. There is no database, packages, libraries, etc. instead, once the site is generated you are simply left with HTML files.
For the majority of static site generators, it functions in the following manner:
1. Content is written in a simple markup language (commonly markdown).
2. A pre-made template is selected or a custom template is configured to pair with the content.
3. The template and content are processed through the static site generator which creates the HTML files.
4. Once the HTML files are generated, you can simply upload them to your configured web server or CDN and the static pages become accessible.
For most people, the main advantage of a static site will continue to be its capacity to offer material promptly to consumers. Although static sites can send content swiftly on their own, combining static site hosting with a CDN can help them deliver content even faster.
Comment