[wp-meta] [Making WordPress.org] #6769: Plugin pages should prewarm s.w.org
Making WordPress.org
noreply at wordpress.org
Fri Feb 17 05:53:51 UTC 2023
#6769: Plugin pages should prewarm s.w.org
------------------------------+-----------------------------
Reporter: jonoaldersonwp | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Keywords: seo performance
------------------------------+-----------------------------
Plugin pages like https://id.wordpress.org/plugins/tiny-compress-images/
are often slow to load.
As an easy win, we can pre-warm the connection to s.w.org and ps.w.org,
which host various resources for the page.
To do this, we should add the following meta tags:
{{
<link rel="dns-prefetch" href="https://s.w.org">
<link rel="preconnect" href="https://s.w.org">
<link rel="dns-prefetch" href="https://ps.w.org">
<link rel="preconnect" href="https://ps.w.org">
}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6769>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list