Script For Firebug Testing
I need a tool built that will go to a set of URLs and record all the Javascript that runs and records the redirects- I would prefer the FireBug framework.
http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-net-panel-listener-part-viii/
I can send a screenshot of a Firebug example.
I need the Javascript and URLs that load on the page and their response times to be recorded in a mysql database. I then need a basic report that shows which URLs loaded on each day. And also a monthly report of all JS/URLs that loaded that month for the page.
If a redirect happens this needs to be recorded.
Example: file1.js loads, it redirects to url2.com
Sample Report:
DATE
WEBPAGE CHECKED: URL that is loaded
URL1
URL2
URL3
URL4