The w3c resource Timing API gives a mechanism to find the timing details of loading a resource like .js, .css, .gif, font, etc. However, current implementations haven't yet implemented returning the size of the resource (http://www.w3.org/TR/resource-timing/#performanceresourcetiming transferSize).
Till the time browser vendors implement the attribute "transferSize", how are application developers or tool vendors to determine the size of a given resource?