I am trying to reduce the imagesize of the webpage www.chevereganga.com by using this code in the htaccess-file. How does it work ?
<IFModule mod_deflate.c>
<filesmatch "\.(js|css|html|jpg|png|gif|jpeg|php)$">
SetOutputFilter DEFLATE
</filesmatch>
</IFModule>
I got the following comments while running Google speedtest
Properly formatting and compressing images can save many bytes of data. Optimize the following images to reduce their size by 10KiB (15% reduction). Losslessly compressing http://www.chevereganga.com/img/gr%C3%B6nkartatrans.gif could save 3.7KiB (11% reduction). Losslessly compressing http://www.chevereganga.com/img/landskap_splitblack.gif could save 2.6KiB (18% reduction).