![]() |
Problem with SVG compression - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Optimization Discussions (/forumdisplay.php?fid=5) +--- Thread: Problem with SVG compression (/showthread.php?tid=12898) |
Problem with SVG compression - geraldjim - 04-09-2014 12:54 PM Hi everyone, I have gzip compression working for just about all elements on the iste but for some reason SVG files are not getting compressed. The htaccess file contains the following: Code: <IfModule mod_deflate.c> The headers of the SVG file matches as above. I've seen in some place that other people using LiteSpeed server are having the same issue but with no resolution. Any ideas or suggestions? Much appreciated. |