Opened 8 years ago
Closed 8 years ago
#3981 closed enhancement (fixed)
Add DNS preloading to .org homepage
| Reported by: | jonoaldersonwp | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Keywords: | |
| Cc: |
Description
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' />
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Ah, we should add
fonts.gstatic.com, too - the Google Fonts CSS calls this.