Compress JS and CSS files to improve page load
-
I tested my site using Google Developers page insights (https://developers.google.com/speed/pagespeed/insights/) and one recommendation was to compress Contact Form 7 js and css files.
– /js/jquery.form.min.js could save 9.2KiB (61% reduction).
– /js/scripts.js could save 8.4KiB (72% reduction)
– /includes/css/styles.css could save 630B (57% reductionIf I compress these files myself they will get overwritten during the next update. Developers, would you consider compressing these files for future updates?
- The topic ‘Compress JS and CSS files to improve page load’ is closed to new replies.