|
I think it would be a good idea if freelancer.com would offer a light version of the site for registered users.
Post a Project page for instance loads
- 25 javascript files,
- 13 css files,
- 20 image files.
So opening the post project page, your browser makes 59 HTTP requests. But that is not all. There are large portions of css code inside style tags in the HTML source, and even yet there are elements with style property defined inline! Also there are 25 javascript functions in script tags in the HTML source.
And mind you, Post a Project is not the worst page on freelancer.com. The Financial Dashboard page routinely crashes Google Chrome half the times in my experience -- and Google Chrome is a very robust and high tolerance browser which is very hard to crash.
This, for a company which connects thousands of web application developer to clients is not leading by example to say the least.
Last edited by customapps; 06-19-2012 at 04:05 PM..
|