During my research on various minification techniques used by different websites, I noticed that most sites employ JS minification, concatenation, and bundling all JS files into one, which I believe is a good practice.
However, CSS and HTML minification seems to be limited to removing extra spaces and comments in most cases.
I was intrigued to find out that Google utilizes unique minification techniques where they modify selector names in both the HTML and CSS files for better optimization.
I am curious to learn more about this specific minification architecture employed by Google. :-)