An open API service indexing awesome lists of open source software.

https://github.com/daddye/golia

WebSite Link and Speed Checker
https://github.com/daddye/golia

Last synced: 12 months ago
JSON representation

WebSite Link and Speed Checker

Awesome Lists containing this project

README

          

= GOLIA

Golia is an website performance analyzer. Check speed and dead links.

== Usage

$ gem install golia
$ golia www.padrinorb.com

You see an output like that:

$ golia padrinorb.com --w3c

OK - Ignore - (0.66ms) http://padrinorb.com/stylesheets/padrino-bundle.css?1302660688
OK - Valid - (0.71ms) http://padrinorb.com/blog
OK - Not Valid - (0.72ms) http://padrinorb.com/api
OK - Valid - (0.65ms) http://padrinorb.com/pages/why
OK - Valid - (0.58ms) http://padrinorb.com/team
OK - Ignore - (0.88ms) http://padrinorb.com/javascripts/padrino-bundle.js?1302660688
OK - Not Valid - (0.77ms) http://padrinorb.com/guides
OK - Not Valid - (0.57ms) http://padrinorb.com/blog/padrino-slides
OK - Not Valid - (0.67ms) http://padrinorb.com/blog/looking-at-projects-using-padrino
OK - Not Valid - (0.65ms) http://padrinorb.com/blog/padrino-0-9-21-nested-forms-translations-and-more
OK - Not Valid - (0.57ms) http://padrinorb.com/blog/padrino-0-9-20-now-works-with-sinatra-1-2

======== SUMMARY ========
OK Links: 48
KO Links: 0
Long requests: 4
http://padrinorb.com/changes
http://padrinorb.com/guides/application-helpers
http://padrinorb.com/guides/home
http://padrinorb.com/guides/adding-new-components
Invalid W3C Links: 37
http://validator.w3c.com/check?uri=http://padrinorb.com/api
http://validator.w3c.com/check?uri=http://padrinorb.com/guides
Average load time 0.73ms

== Credits

This software is created by DAddYE under MIT LICENSE.