Mobile app version of vmapp.org
Login or Join
LarsenBagley460

: What does the number mean on the Google web font "Page load" meter? I'm weighing up the pros and cons of using a particular web font combination, and am looking to see exactly how much weight

@LarsenBagley460

Posted in: #Google #WebFonts

I'm weighing up the pros and cons of using a particular web font combination, and am looking to see exactly how much weight it'll add to this site for first time visitors. It's a Google font, and they have this SVG meter labelled Page load, subtitled Impact on page load time (example):



So, this combination of web fonts will have 118... impacts on page load time? That number appears to be completely unlabelled.

What is it? 118 kilobytes? 118 miliseconds based on an average connection? 118 days removed from a user's lifespan from the stress of sitting gnashing their teeth waiting for the text to show?

I can't see any clue. I've even snooped around in the SVG code of the graphic looking for a descriptive label or element ID. The closest is on the svg tag itself - aria-label="A chart.", and a weird hidden tag saying GViz is great.

The actual tff files for the two weights I was looking at are 251kb combined uncompressed, so it's possible it's the compressed weight in KBs.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley460

1 Comments

Sorted by latest first Latest Oldest Best

 

@Yeniel278

This is a good question the GUI has no indication on what that means. However your hunch that its size in compressed KB does seem to be quite close. I would tip this is the correct answer.

How do i reach this conclusion? Well if I unpack 2 fonts and save them and zip the result I get windows to say that the two fonts zipped use up:

119 KB versus Google's 118


lets try a few others just one at a time turn out to be

60-56 KB versus Google's 58


All fonts:

523 KB vs 531


These are all very close. However the compression algorithms used are a bit different in some aspects they for one have different header requirements. So this may just be Google either rounding combos so each font looks as expensive in the set or just differences in format. One could use tools like firebug to see if the actual sent files match in size.

This is all certainly within what I would expect form a experiment to have as a answer. So the hypothesis seems to be valid.

PS: Bad Google, better docs please.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme