Posts: 75
Threads: 9
Joined: Mar 2010
After launching website I like to run it through Nibbler (
http://nibbler.silktide.com) to see what improvements I could make. While it only checks 5 pages, it is usually enough to catch some not so obvious issues. And it is always a fun challenge to reach a higher score.
Another tool I use is PageSpeed (
https://developers.google.com/pagespeed/#), to see how can I make my websites load faster.
What other tools do you use to check and optimize your websites?
Posts: 2,928
Threads: 195
Joined: Feb 2011
Hi Joshas,
fireburner, HTML-validator, CSS-validator is used often, but one "tool" is the most important:
a User! You need a user who navigates around your site, he / she will find many traps ;=)
Posts: 1,247
Threads: 82
Joined: Feb 2011
Joshas Wrote:After launching website I like to run it through Nibbler (http://nibbler.silktide.com) to see what improvements I could make. While it only checks 5 pages, it is usually enough to catch some not so obvious issues. And it is always a fun challenge to reach a higher score.
Another tool I use is PageSpeed (https://developers.google.com/pagespeed/#), to see how can I make my websites load faster.
What other tools do you use to check and optimize your websites?
Didn't know these 2.
Problem with nibbler is that it seems it doesn't work with domain sites where the head-domain points to one site.
I have wouterb.be pointing to wouterb.be/wbpress. But I also have: wouterb.be/gs and wouterb.be/gs-b. Nibbler says I only have wouterb.be/wbpress.
Posts: 2,094
Threads: 54
Joined: Jan 2011
datiswous Wrote:I have wouterb.be pointing to wouterb.be/wbpress. But I also have: wouterb.be/gs and wouterb.be/gs-b. Nibbler says I only have wouterb.be/wbpress.
You could reconfigure your website with sub domains instead of sub directories wouterb.be -> wouterb.be/wbpress, gs.wouterb.be -> gs.wouterb.be/gs, etc., which would be nicer anyway.
Posts: 1,247
Threads: 82
Joined: Feb 2011
mvlcek Wrote:datiswous Wrote:I have wouterb.be pointing to wouterb.be/wbpress. But I also have: wouterb.be/gs and wouterb.be/gs-b. Nibbler says I only have wouterb.be/wbpress.
You could reconfigure your website with sub domains instead of sub directories wouterb.be -> wouterb.be/wbpress, gs.wouterb.be -> gs.wouterb.be/gs, etc., which would be nicer anyway.
Yeah was thinking about that too. Thanks anyway for the tip.
Posts: 1
Threads: 0
Joined: Jan 2012
thanks! This helps alot. =)