Performance Optimization

This is basically done by minimizing the amount of data transfered one way or another.

Downsizing favicon

This is the simplest.

I simply used ImageMagick to convert the format by running:

convert favicon.ico favicon.png

Then I replaced the old favicon with

mv f...

Continue Reading