Linked by Thom Holwerda on Mon 27th Aug 2007 15:57 UTC, submitted by luna6
Thread beginning with comment 266061
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
You can use a PHP CMS to spit out cached static versions of the home page. There is often no need for a page to be running PHP every call just because other parts of the site use PHP, it's bad design for high loads.
Also, you can use templating and then cache the dynamic sub-templates so that your page is only being changed when actual data changes rather than having to hit the database every single refresh, when the actual text only ever changes once a month.






Member since:
2007-01-18
"Using static .html documents instead of painful .php scripts will practically eliminate CPU usage."

I liked this one. Let's all go back to static pages. Who needs dynamic content anyway.