I have web page its performance is verly its taking long time to load images and other things.how to improve the loading performance.
Share
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.
This is a vague question but there are some general recommendations that can be given.
Start by running your site through a tool like http://gtmetrix.com/ which uses YSlow from Yahoo and a custom validation engine to provide recommendations. The recommendations you will get from GT Metrix will cover 95%+ of the most common web best practices. (Not affiliated; just really like their tool).
If your site isn’t publicly available, you can use Chrome’s developer tools (run an audit to get a list performance recommendations on the whole page, and also on JS and CSS interpretation times–very useful).
Validate your document for errors using http://validator.w3.org. Even if your site isn’t public, you can paste the source into the validator engine as text.
If images are your main concern, use lazy loading techniques to only load visible content, such as the jQuery lazy loader for images. Use the correct size/format for web images. Use a tool like http://www.smushit.com/ysmush.it/ to compress images.
General Page Performance Factors
From YSlow, in alphabetical order