我使用Opencart电子商务软件版本OC2。当我为我的网站衡量Google的网页速度数据时,我收到以下关于我的journal-icons.svg文件的投诉,该文件允许我在我的网站上使用某些图标:
Enable compression for the following resources to reduce their transfer size by 110.7KiB (72% reduction).
Compressing /catalog/view/theme/journal2/css/icons/fonts/journal-icons.svg could save 110.7KiB (72% reduction).
根据我的模板提供程序,此文件是必需的,无法压缩。该文件是154 kB。
是否有任何变通方法可以避免此投诉?例如,过滤此文件是为了仅保留所用图标的代码并删除其他图标吗?
根据我的htacces文件中的摘录,我了解svg文件可以进行压缩(但我真的不是这个领域的技术人员):
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(\/?((catalog)|(assets)).+)\.js$ assets/script.php?l=4&p=$1&c=604800 [NC,L]
AddType image/svg+xml .svg
AddOutputFilterByType DEFLATE image/svg+xml
AddType application/x-font-woff .woff
AddOutputFilterByType DEFLATE application/x-font-woff
有没有人可以帮助我或提出建议?
此致 SabKo