I'm load-testing my page with apache benchmark:
ab -n 20 -c 5 http://localhost/mysite/index/index

I know that Document Lenght stands for the sum of all HTML images,CSS,JS and anything within the response in bytes.
If I go over Firefox and I run YSlow i see that:
The page has a total of 22 HTTP requests and a TOTAL WEIGHT of 202.7K bytes
with empty cache
- what's the difference between the Document lenght size and the YSlow page's total weight?
I'd love to know where these definitions (Ab/Jslow) differ so that (maybe) I can understand why my ab Document Lenght is Soo high (up to 14000 bytes) compared to other websites(with similar contents Ex. grubwithus.com) that have a Document Lenght not exceeding 91 bytes!I also noticed that, however, the jSlow size of my webpage is a way less than the compared size of grubwithus.com (202k against 1124k)...why?
thanks