kontur / fontsampler-wordpress-plugin

A Wordpress plugin that let's users interactively preview and test webfonts
http://fontsampler.johannesneumeier.com
GNU General Public License v3.0
39 stars 8 forks source link

Improve font loading to avoid duplicate XHRs #134

Closed kontur closed 6 years ago

kontur commented 6 years ago

Right now each Fontsampler instance loads alls fonts via potentially non-cachable XHR requests. If the same file is included in several Fontsamplers on one page this will result in redundant downloads.

For example a page with 8 Fontsamplers each showing one of eight styles of a font family in a type tester, with a dropdown to select the other style. This would mean EACH style is loaded EIGHT times. Although not a very likely case, for those pages using Fontsampler like this the performance impact is massive.