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
- Host: GitHub
- URL: https://github.com/daddye/golia
- Owner: DAddYE
- Created: 2011-04-12T11:41:03.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-09T11:36:41.000Z (almost 15 years ago)
- Last Synced: 2025-03-24T00:51:29.432Z (about 1 year ago)
- Language: Ruby
- Homepage: www.padrinorb.com
- Size: 90.8 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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.