Show HN: Checkbot for Chrome – web crawler that tests for web best practices
1–10 of 47 posts
Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#2Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#3Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#4Hi, I didn't get much feedback when I posted last time so I'm giving it another try. This is aimed at helping web developers follow SEO, performance and security best practices so I'd love to know what the community thinks. Can you think of any changes that would make Checkbot more helpful? Did you notice any bugs? Thanks!
Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#5Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#6Hi, I didn't get much feedback when I posted last time so I'm giving it another try. This is aimed at helping web developers follow SEO, performance and security best practices so I'd love to know what the community thinks. Can you think of any changes that would make Checkbot more helpful? Did you notice any bugs? Thanks!
Cool, I'm checking it out right now. Can you share what your tool provides that others don't?
Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#7Earlier quoted context omitted.
Cool, I'm checking it out right now. Can you share what your tool provides that others don't?
The major one is that instead of manually checking pages one at a time, Checkbot lets you easily test 1,000s of pages in a few minutes to root out issues you'd normally miss. As you're doing web crawls from your own machine, you can also crawl any site you want as often as you want including localhost/development, staging and production sites. This lets you identify issues early and confirm fixes during development b…
Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#8I noticed that it's mangling some of my URLs, though.
`/!0ead1aEq` is getting turned into `/%210ead1aEq` (the exclamation point is getting percent-encoded), which leads to a bunch of spurious 404 errors.
Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#9Very cool. I noticed that it's mangling some of my URLs, though. `/!0ead1aEq` is getting turned into `/%210ead1aEq` (the exclamation point is getting percent-encoded), which leads to a bunch of spurious 404 errors. https://tools.ietf.org/html/rfc3986#section-3.3
Re: Show HN: Checkbot for Chrome – web crawler that tests for web best practices
#10Earlier quoted context omitted.
Cool, I'm checking it out right now. Can you share what your tool provides that others don't?
The major one is that instead of manually checking pages one at a time, Checkbot lets you easily test 1,000s of pages in a few minutes to root out issues you'd normally miss. As you're doing web crawls from your own machine, you can also crawl any site you want as often as you want including localhost/development, staging and production sites. This lets you identify issues early and confirm fixes during development b…