Osclass Minifyer Plugin Load osclass faster
Minify plugin has 2 core features:- CSS style sheets Merge all style sheets into one, compress and minify style sheets and move CSS into footer
- JavaScript files Merge all javascript files into one, compress and minify JS files
Tips before usage
- only CSS files added using osc_enqueue_function will be minified
- only JS files added using osc_register_script function will be minified
- test well before using on live osclass, especially JavaScript compression may cause issues