Actions
Feature #447
closedEnable compression on WSvgImage
Start date:
07/21/2010
Due date:
% Done:
0%
Estimated time:
Description
When a WSvgImage is served via generated URI, the data is not compressed.
I did a little experiment with my image and saw a 500KB SVG compress to 30KB.
Updated by Koen Deforche over 14 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
I guess you are referring to the behavior of the built-in httpd (in general compression is a property of the connector/web server; not Wt itself).
Indeed, the WSvgImage mime-type was not listed as one that can and should be compressed when possible. Fixed now.
Regards,
koen
Updated by Thomas Suckow over 14 years ago
Confirmed fixed in master.
Thanks,
Thomas
Updated by Pieter Libin over 14 years ago
- Status changed from Resolved to Closed
Actions