
08-21-2007, 02:53 AM
|
| D-Web Analyst | | Join Date: Feb 2007
Posts: 293
| |
Re: Website Performance Tips & Tricks Tips for increase the site performance - General rule of thumb for hardware upgrades: For PHP scripts, the main bottleneck is the CPU. For static HTML/images, the bottleneck is RAM and the network. According to Compaq benchmarks in 1999 (the original article is lost due to bitrot), a slow 400 Mhz Pentium can saturate a T3 line (that's 45 Mbps) with static HTML pages.
- A PHP script will be served at least 2-10 times slower than a static HTML page by Apache. Try to use more static HTML pages and fewer scripts.
__________________
J.Vijayanand |