Combine & Minify CSS
Turning On Combine & Minify CSS
The setting to enable this feature in ProductCart is under:Settings > Store Settings > Store & Display Settings > Miscellaneous]> scroll to bottom
Enable "Combine & Minify CSS / JavaScript":
The feature minifies the CSS and JavaScript and moves them to the bottom of the page (except jQuery). To confirm the feature is working, the following tests should indicate a Passing grade in Google PageSpeed Insights.
Minify CSS
Your CSS is minified.
Minify JavaScript
Your JavaScript content is minified.
Note: if you have customized the related CSS and JS files, you should re-combine the files using one of the Developer Tools buttons found at the bottom of the Troubleshooting Utility page (Help > Troubleshooting Utility).
If those tests pass, then it's working on your store. Page Speed improvements (on Google's Tool) from minification and bundling seem to range from 2 to 15 points in our experience.
Keep in mind however, that there are other tests worth more points, and which have a greater impact on your site's Page Speed. E.G.:
- Caching
- Compression
- Image Optimization
Results from the Caching, Compression, and Image Optimization can be worth as much as 40 - 50 points. These things must all be done outside of ProductCart (using the web.config and/or image software).