Forum Moderators: phranque
I create a copy of both formats, only the 'minified' version gets uploaded.
When Page Speed Insights says to minify your html, css and js, they don't mean minify. I could never understand why they claimed my html was minified (it isn't) while the css and js weren't (and never will be). It's because when they say "minify" they mean "compress" as with gzip.
In Apache the line isAddOutputFilterByType DEFLATE text/css text/javascript
I have to assume my host already does this with html, so I didn't say anything about it. I just added this line. And abracadabra, now my styles and scripts are "minified" according to Google.
<picture> and srcset). Though they could work on FF if a person were to edit the configuration file.
Another Employee(for the past 10 years) was using inline styles on every TD on similar reports: 1500 rows, 10 columns, each column had inline CSS worth of 150 characters. Can you imagine?