Making WordPress.org

Changeset 8281


Ignore:
Timestamp:
02/19/2019 10:11:24 PM (7 years ago)
Author:
coffee2code
Message:

Trac: Add additional DNS prefetches.

See https://meta.trac.wordpress.org/ticket/4189#comment:7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r8280 r8281  
    6161<!--! Styles and such. Load before first JS file (jquery.js) -->
    6262<py:match path="head/script[contains(@src,'jquery.js')]">
     63    <link rel="dns-prefetch" href="//s.w.org" />
     64    <link rel="dns-prefetch" href="//fonts.googleapis.com" />
     65    <link rel="dns-prefetch" href="//fonts.gstatic.com" />
    6366    <link rel="dns-prefetch" href="//www.googletagmanager.com" />
    6467    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
Note: See TracChangeset for help on using the changeset viewer.