Site Load Time Utility?

Hello!

Could someone please advise a utility to test site load times? So I can provide it with a URL to fetch and it will return the time it took.

I hope there has been some work done to accomplish this and ported to freebsd FreeBSD.

Thanks.
 
I don't know if it has been ported to FreeBSD but with Google chrome there is a tool called developers tools. You can debug code and even there is an area where it can show you load times of JavaScript, images and html files of the website. Firefox has a plugin called firebug that does the same. I don't know if that is what you're looking for? And if that is included with the browsers offered in FreeBSD OS. I know FreeBSD has Firefox. Look into a plugin called firebug.
 
A very powerful tool for this purpose is the PageSpeed add-on for Firefox. This tool requires Firebug, another utility very useful for those who want to debug web content.
 
Back
Top