We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want to apply prefetch to eligible domains instead of using preconnect using a filter
Acceptance Criteria
preconnect
dns-prefetch
<link rel="dns-prefetch" href="https://fonts.googleapis.com/" />
The text was updated successfully, but these errors were encountered:
That's already handled here:
wp-rocket/inc/Engine/Media/PreconnectExternalDomains/Frontend/Controller.php
Lines 179 to 188 in af70f6b
and the filter is here:
Line 207 in af70f6b
Sorry, something went wrong.
No branches or pull requests
User Story
As a user, I want to apply prefetch to eligible domains instead of using preconnect using a filter
Acceptance Criteria
preconnect
todns-prefetch
<link rel="dns-prefetch" href="https://fonts.googleapis.com/" />
The text was updated successfully, but these errors were encountered: