Hi,
Does anyone have any measurable data if there's any difference between static html (hand built) vs wordpress sites for adsense? Wordpress itself is quite heavy in code and comes with a lot of extras in code, so page load times should be slower than static html.
Lennart


Results 1 to 3 of 3
Thread: Static html vs dynamic wordpress
- 07-04-11, 11:12 #1newtoASGuest
Static html vs dynamic wordpress
- 07-04-11, 21:53 #2
- Gender
- Age
- 42
- Country
- Germany
- Join Date
- 10-27-10
- Posts
- 836
If you don't need a content management system and can create and design quality websites by yourself for sure go with static html pages. Speed counts.
However the comfort of a quality CMS sure has its benefits
- 07-29-11, 16:25 #3JamesColinGuest
For sure if you have homemade html pages, the load times will be faster. But even with dynamic websites, you can implement good caching systems which generate html files, so most of the time the pages are returned directly like a static website, without passing through php or mysql.