Is there a way to optimize web font (.woff) download?
|
12-11-2015, 05:13 AM
Post: #1
|
|||
|
|||
Is there a way to optimize web font (.woff) download?
http://agr.wa.gov/
Test results 1. Is there a way to compress or optimize a web font file (.woff)? It takes the longest to download by far of all assets. |
|||
12-13-2015, 01:24 AM
Post: #2
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
https://en.wikipedia.org/wiki/Web_Open_Font_Format talks about .woff format, which is already highly compressed via zlib.
Like help speeding up your site? Skype me @ ID davidfavor for a quote. Be sure to include your site name in your Skype Add Contact request. |
|||
12-13-2015, 04:43 AM
Post: #3
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
It's 47kb - but take note it gets cached so your visitors only get that download that one time. You have it hosted locally and you get a A grade for browser caching. You are loading in just over 2 seconds, you really got no problems. Only 22kb isn't getting cached out of all of it.
You've done a excellent job of optimizing this. |
|||
12-15-2015, 08:24 AM
Post: #4
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
Thanks for the responses, I appreciate it. Even though we're a medium-sized state agency, I try hard to "do it right".
Next on the agenda is a redo to a responsive website that is actually accessible and not just hacked together...job security. :-) |
|||
12-18-2015, 01:36 AM
Post: #5
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
For browsers that support it, woff2 gets 30-40% better compression than woff. You can have the browsers that support it pick woff2 automatically: https://gist.github.com/sergejmueller/cf...bcb3e2f64a
|
|||
12-18-2015, 05:26 AM
Post: #6
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
Why not try reducing the file size ?
Most people don't use it all so it can be reduced a fair bit. Thats what i did here http://www.chambresdhotes.org/ i got it down to 7.5kb but could probably have gone further test result http://www.webpagetest.org/result/151203_S1_13H4/ |
|||
12-30-2015, 11:42 PM
Post: #7
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
Just been looking randomly and saw this post
chapelier test result http://www.webpagetest.org/result/151203_S1_13H4/ I had a look at your results I saw some moments to improve http://prntscr.com/9k9fl3 1 why dont you get static content from www.[you site] ? 2 Add DNS prefetch for goodle domain in head of HTML |
|||
01-03-2016, 11:48 AM
Post: #8
|
|||
|
|||
RE: Is there a way to optimize web font (.woff) download?
(12-18-2015 05:26 AM)chapelier Wrote: Why not try reducing the file size ?Nicely done! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)