Static Pages
.png)
image: static-page.draw.io
- Quite the most senior.
- The server sends the response to the client without further processing.
Pro
- Content are ready to serve to SEO
- Fast because HTML is never generated (only transfer page to client)
Con
- Page that is seldom updated, this will suite
Dynamic Website

- Dynamic web pages are used when the content is frequently updated.
- Server will render the dynamic content in HTML
Pro
- Improve SEO
- Workload is locate with server side
Con
- Every new page has to be loaded
- FE (Frontend) and BE (Backend) are hard to split