[ad_1]
Hello @giffeler
Thank you for reaching out and I am happy to assist you with this.
Can you please replace the file /wp-content/plugins/w3-total-cache/BrowserCache_Environment.php with the one you can download here and let me know if this helps?
Thanks!
325c325
< $rules .= " AddOutputFilter BROTLI_COMPRESS js css htm html xml\n";
---
> $rules .= " AddOutputFilter BROTLI_COMPRESS js css htm html xml SVG\n";
369c369
< $rules .= " AddOutputFilter DEFLATE js css htm html xml\n";
---
> $rules .= " AddOutputFilter DEFLATE js css htm html xml SVG\n";
I see that you have added SVG to the rules. I have taken over this, but for the sake of uniformity I have written “svg” in lower case. And yes: that worked. You should adopt it in the standard. Thank you!
