vote up 2 vote down star
2

Hi, I was looking to get a prioritized list of things to look for while doing web site testing. There are things we could do to improve the performance of a site and there are things which affects the performance. Is there a guide for developer and testers to follow strictly which will deliver the best website experience?

Related:

What should a developer know before building a public web site?

flag

36% accept rate

4 Answers

vote up 2 vote down

For starters, Yahoo has a great list @ Best Practices for Speeding Up Your Web Site.

For security there is OWASP Top Ten.

link|flag
Ya, I need to look at Yslow and also on how Ajex could affect the performance – Chanakya Apr 7 at 21:14
vote up 0 vote down

The guys from Yahoo! have an excellent Developer's Network. Specifically you can look at their Guide to Exceptional Performance.

I would definitely recommend that you follow their suggestion to download Yslow for Firebug and use that to gauge your site's performance up front and then use its grading system as a way to improve performance.

Keep in mind that these are general rules of thumb and sometimes it is simply not possible to follow all of their best recommendations for improving performance.

link|flag
Yes, I have Yslow, but never used it. will look into it for sure – Chanakya Apr 7 at 21:09
do you know what is considered as good performance gread for the site on Yslow? – Chanakya Apr 7 at 21:20
vote up 1 vote down

That your website works as expected on all major web browsers

link|flag
vote up 0 vote down

Some security problems: Looking if Cross-Site-Scripting or Cross-Request-Forgery-attacks are possible. Can pages be accessed without login, if you know the URL?

link|flag
yes, they can be accessed without login – Chanakya Apr 7 at 21:08
I meant, if login should be required. :-) – Mnementh Apr 8 at 10:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.