Skip to content

Commit 788a5a5

Browse files
committed
Remove a grammatical error
1 parent a29c6fb commit 788a5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/entries/why-lektor/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Static website: Here the webpages are pre-loaded to the server and when the requ
3131

3232
Dynamic website: Here the webpages are generated by the server. It is connected to a database and all the data is fetched from there. It uses server-side scripting and also client-side scripting (if necessary). It is called dynamic because the webpages are processed by the server.
3333

34-
So why go static? — Because the vast, vast majority of websites will be read many more times than they will be updated. This is crucial because dynamic content does not come for free. It needs server resources and because program code is running there it needs to be kept up to date for to ensure there are no security problems that are left unpatched. Also when a website gets a sudden spike of traffic a static website will stay up for longer on the same server than a dynamic one that needs to execute code.
34+
So why go static? — Because the vast, vast majority of websites will be read many more times than they will be updated. This is crucial because dynamic content does not come for free. It needs server resources and because program code is running there it needs to be kept up to date to ensure there are no security problems that are left unpatched. Also when a website gets a sudden spike of traffic a static website will stay up for longer on the same server than a dynamic one that needs to execute code.
3535

3636
There are certain drawbacks of static websites we are going to focus on here and how Lektor helps us to combat those.
3737

0 commit comments

Comments
 (0)