PHP Magazine has a new posting today about an article from WebProNews.com concerning a new article - Generate HTML Files With PHP To Reduce The Server Load.
webpronews.com has posted a new article that uses a Problem-Design-Solution approach to solve a classic problem, "How you can have a site with tons of visitors without crashing the server?" The author demonstrates how to: Dynamically create static HTML files with PHP to reduce the server loads, Allow users to use the generated HTMLs for their own, Improve search engine optimisation with the static files, and, Allow hundred thousands of users to visit your site without database server crash.
For more information and the full story, check out this new article. It's actually surprising how such a simple thing (as making static pages from dynamic ones) can have such a profound impact on the load of your site...




