I am new to web development and my pages are loading incredibly slow in IE 8 and 7. What would you suggest I do to debug these problems?
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.
.In all cases you can improve speed by, using image sprites, remove whitespace from code, optcode caching, and using a CDN.
It also depends on what you are using to write your pages
HTML – I don’t think this is a problem, HTML code just gets read and displayed by the broswer.
PHP – If you are using PHP then it may be the time for browser to parse your code into HTML. If this is the case I would recommend thoroughly checking your markup and seeing how you can “neaten” the code per se.
ASP – Same applies here really
WordPress – If you are using wordpress as a management system, then your pages will be in PHP but also there is a plugin called W3C Total Cache, this can optimally improve web loading times.