﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1530	Favicon Gzip über htaccess	voodoopupp	somebody	"Auch Favicons sollten noch über die htaccess gezippt werden.

Statt 

{{{
##-- Enable the compression for any type of content
<IfModule mod_deflate.c>
  <FilesMatch ""\\.(js|css|html|htm|php|xml|jpg|jpeg|png|gif|svg|woff|woff2|ttf|otf|eot)$"">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>
}}}

also sowas hier

{{{
##-- Enable the compression for any type of content
<IfModule mod_deflate.c>
  <FilesMatch ""\\.(ico|js|css|html|htm|php|xml|jpg|jpeg|png|gif|svg|woff|woff2|ttf|otf|eot)$"">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>
}}}"	Erweiterung	closed	normal	modified-shop-2.0.5.0	Shop	2.0.4.2	fixed				
