Warm up DNS/TLS for required cross-origin hosts early with preconnect or dns-prefetch.
Why This Matters
Establishing a connection to a new origin costs DNS + TCP + TLS round trips; doing it early hides that latency.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.