CSS size
How can i reduce my CSS size? i get this error from my hosting server (Godaddy)
Limit your total CSS size
Delivering large amounts of CSS to the browser slows down rendering; it causes more work for the browser when parsing the CSS against the HTML. Instead, try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
and
Limit your JavaScript size
If you have a lot of JavaScript, it often means you are downloading more than you need. Make sure that you are only downloading what you need. How complex is the page and what can the user do on the page? Do you need to use multiple JavaScript frameworks?
Comments
this is not an error message, they just are letting you know that it would work better if you would optimize your website by minifying the css files. Please do not touch the JS files at all, it will break the theme.
We would dissregard this notice because this is a very large wordpress theme and it is normal.
thanks
You can also have static css in the theme,
http://themes.muffingroup.com/betheme/documentation/#static-css
thanks