Daily Archive for January 31st, 2009

Bundle-PHP

A good while ago I started thinking about how best to optimise web pages, which led me to the Yahoo! Exceptional Performance team. The first recommendation was to minimise HTTP requests. One way of doing this is to combine all JavaScript and all CSS files used on a page into single files. This can make maintainability an issue unless you have good build and release processes.

Continue reading ‘Bundle-PHP’