My client complained me that my web page contains so many spaces so it is not good for the performance.
Does the space matters in web pages?
UPDATE :
I mean whitespace for performance and cost issue.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, space, like any other character, has it’s size. so, if you’ll have a page full of spaces, then you’ll pay the cost of transferring this additional bytes.
this can cost time, until the client receive the whole page, and money, if bandwidth is limited and you are charged for every byte.
there are tools that can automatically optimize your scripts and remove empty spaces and un-needed line breaks.