Static site vs Dynamic Site ?

What kind question is it?
If you want to start a website just use any CMS that suit with your need. Most BHW members using WordPress to build their website.
Oh..wait...do you know WordPress right?
 
Wp runs on php and needs a database server which means everytime someone visits the cpu is going to be used meanwhile static sites are mostly html+js+css and dont need to be preprocessed before sending the resulting website to the visitor.
I think if we use static sites loading speed will increase a lot which is a good thing for seo.
 
I prefer static. It's faster, and loading time matters a lot these days.
 
Dynamic site is really the way to go if you are a blogger in some niches that constantly update contents like news, tutorials, adult, how tos etc.
 
As far as Seo goes I know that google favors sites that are constantly being updated. Static sites can lose out on that.
 
there are ways to make a dynamic site serve static content (Actually, it's always static content being served, but you got it). But I don't think it is relevant to IM
 
but theres apps like Jekyll and Hugo for example, a local cms that exports to static content
 
Back
Top