16. 09. 09
PHP & Yahoo Smush It
Whenever one of my projects has finished, I use the Firebug plugin ySlow to analyse the speed of the page.
They have one neat feature called SmushIt. This can cut down image sizes up to 80% which ofcourse has a massive impact on your page’s loading time.
However, once a project has finished, and there is some sort of image generation in the backend of the website, or a file uploading system, we also want those images to be as fast as possible, and therefor I have written this PHP class. Lets hope Yahoo still likes me after this.
You can also read this post here
In: PHPReacties (0)