Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

TechFounder.net:
Making web-pages go faster using PHP
Nov 17, 2008 @ 14:42:16

The TechFounder blog has a few general tips you can use to help your web pages go a bit faster:

As it might be expected, there are several techniques to optimize the delivery of web pages. The Exceptional Performance guide by Yahoo is a great resource for a multitude of optimizations practices, including specifically two techniques which I will address in this article - script minifcation and concatenation.

Suggestions include reducing total request counts and minification of external libraries via the Minify tool.

tagged: webpage speed load minify performance tutorial

Link:


Trending Topics: