Recently, I was focused on enhancing my website's performance and decided to run a google developer performance test. The results were positive overall, but the google analyzer recommended compressing the CSS files for even better performance.
Up until this point, I had always considered compression and minifying to be the same thing. Now, I am curious to understand the differences between the two, if any exist.
Additionally, I'm contemplating whether consolidating all CSS into one main file and then linking that file to HTML pages is a good strategy for optimization.
As a beginner in web development, I hope these questions are clear and relevant.
Thank you.