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

Sign In or Register to comment.