[wp-meta] [Making WordPress.org] #3981: Add DNS preloading to .org homepage

Making WordPress.org noreply at wordpress.org
Sun Dec 9 15:46:43 UTC 2018


#3981: Add DNS preloading to .org homepage
----------------------------+--------------------
 Reporter:  jonoaldersonwp  |      Owner:  (none)
     Type:  enhancement     |     Status:  new
 Priority:  low             |  Milestone:
Component:  General         |   Keywords:
----------------------------+--------------------
 All of our pages make calls to `s.w.org` and `fonts.googleapis.com` for
 scripts and resources.

 On most templates, we use DNS prefetching to warm up the connection, which
 reduces load time by 200-300ms for each extra connection.

 We currently don't have this on the wordpress.org homepage.

 We should add the following code to the <head>, as early as possible.

 {{{
 <link rel='dns-prefetch' href='//s.w.org' />
 <link rel='dns-prefetch' href='//fonts.googleapis.com' />
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3981>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list