Page MenuHomePhabricator

Prefetch DNS for restbase.wikimedia.org
Closed, ResolvedPublic1 Estimated Story Points

Description

Add <link rel="dns-prefetch" href="//restbase.wikimedia.org"> to the <head> element of Wikimedia MediaWiki pages.

Event Timeline

ori raised the priority of this task from to Needs Triage.
ori updated the task description. (Show Details)
ori added a project: RESTBase.
ori subscribed.

I think we we'll gain a lot more cold-start performance by proxying directly from the main domain, for example at /api/v1/. This will also share the same established connection (possibly SPDY), and save the expensive TLS setup.

Here is a break-down of timings from a cold-start VE load (the MW.org RESTBase page):

pasted_file (394×693 px, 43 KB)

Edit: Now tracked in T95229.