Test drive your website
After designing and development of your website, you may want to test the site’s accessibility and loading speed. You do not need to be a professional designer or developer to test your site. Here is the simple way to test your site’s accessibility and loading speed.
Testing accessibility: Accessibility of your website is important not only from the business point of view but also from legal point of view. If you want to know why is it important from legal point of view just google “the target accessibility case”. I am not writing more details about this case to keep this blog brief.
To test your site’s accessibility, follow these steps:
- Validate your site using W3 validator ( http://validator.w3.org )
- Run function accessibility evaluator (http://fae.cita.uiuc.edu/ ). The result should be complete or almost complete.
- Check for cross browser compatibility.
To test your site speed you can do either/both of the following.:
Google page speed
- Download google page speed tool from http://code.google.com/speed/page-speed/download.html
- Open your website in firefox.
- Open firebug console ( at the bottom of the page with some bug icon )
- Click on page speed and then click on analyze performance.
YSow
- Download Yahoo! Yslow add-on from http://developer.yahoo.com/yslow/
- Open your website in firefox.
- Open firebug console.
- Click on Yslow, select “smallsite or blog” from rulesets dropdown.
- Click on run test.
If you are using Wordpress then I recommend using the WP Minify and WP Super cache plugins.
I will write about these plugins in my next blog post. Until then good luck with test driving your website.