What does js and css minify means? - Joomla! Forum - community, help and support
what js , css minifying? , how can implement in website?
minification refers process of removing unnecessary or redundant data without affecting how resource processed browser - e.g. code comments , formatting, removing unused code, using shorter variable , function names, , on.
many templates include ability minify javascript , css. if yours doesn't, hand using tools mentioned here https://developers.google.com/speed/docs/insights/minifyresources.
however free account @ cloudflare https://www.cloudflare.com/ minifying need.
Comments
Post a Comment