Forum Moderators: coopster
I have two options in our custom built CMS. I can have the pages be purely dynamic and call the content from the MySQL database on every page or I can build the new pages and the affected pages (if the article link is listed on another page) every night or whenever I feel. What this will do is build static .html pages (parse .html as php) with a minimal amount of php in them just for cookies, log-in stuff, etc.
Do I have to worry about load with only 20,000 (~70,000 page views) per day or should I use the building static pages method? I want my site to be as fast as possible, obviously.
Thanks for any input!
I would go with the static page gen. I would also cut down on images and anything else that ups bandwidth.
>> Do I have to worry about load
I think we should all worry about load, we pay for it after all. Keep the costs down and use the money where it's needed.