Skip to content
New issue

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

perf: Add dns-prefetch for static resources #571

Merged
merged 1 commit into from May 13, 2024

Conversation

denisx
Copy link
Contributor

@denisx denisx commented May 11, 2024

Prerequisites checklist

What is the purpose of this pull request?

To remove the delay on dns connection of static files from external resources

What changes did you make? (Give an overview)

Add dns-prefetch of popular static files to speed up site performance

@eslint-github-bot
Copy link

Hi @denisx!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

  • The commit message tag wasn't recognized. Did you mean "docs", "fix", or "feat"?
  • There should be a space following the initial tag and colon, for example 'feat: Message'.
  • The first letter of the tag should be in lowercase

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here

Copy link

netlify bot commented May 11, 2024

Deploy Preview for ja-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/ja-eslint/deploys/6640000a520b6b00086deca5
😎 Deploy Preview https://deploy-preview-571--ja-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 11, 2024

Deploy Preview for zh-hans-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/zh-hans-eslint/deploys/6640000a1962b500083890f1
😎 Deploy Preview https://deploy-preview-571--zh-hans-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 11, 2024

Deploy Preview for new-eslint ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/new-eslint/deploys/6640000a52aca10008848a62
😎 Deploy Preview https://deploy-preview-571--new-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 11, 2024

Deploy Preview for es-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/es-eslint/deploys/6640000a2423d900081176b1
😎 Deploy Preview https://deploy-preview-571--es-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 11, 2024

Deploy Preview for pt-br-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/pt-br-eslint/deploys/6640000a8330030008e69e6b
😎 Deploy Preview https://deploy-preview-571--pt-br-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 11, 2024

Deploy Preview for fr-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/fr-eslint/deploys/6640000a0ca17800080aa692
😎 Deploy Preview https://deploy-preview-571--fr-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@denisx denisx changed the title Add dns-prefetch for static resources Feat: add dns-prefetch for static resources May 11, 2024
@eslint-github-bot
Copy link

Hi @denisx!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

  • The commit message tag wasn't recognized. Did you mean "docs", "fix", or "feat"?
  • There should be a space following the initial tag and colon, for example 'feat: Message'.
  • The first letter of the tag should be in lowercase

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here

Copy link

netlify bot commented May 11, 2024

Deploy Preview for de-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/de-eslint/deploys/6640000a128a4c0008eb3b8f
😎 Deploy Preview https://deploy-preview-571--de-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@denisx denisx changed the title Feat: add dns-prefetch for static resources feat: Add dns-prefetch for static resources May 11, 2024
Copy link

netlify bot commented May 11, 2024

Deploy Preview for hi-eslint ready!

Name Link
🔨 Latest commit 65f5ce0
🔍 Latest deploy log https://app.netlify.com/sites/hi-eslint/deploys/6640000a2423d900081176b5
😎 Deploy Preview https://deploy-preview-571--hi-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@denisx denisx marked this pull request as ready for review May 11, 2024 23:35
Copy link
Member

@kecrily kecrily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@aladdin-add aladdin-add left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm changing the tag to perf, otherwise LGTM, thanks!

@aladdin-add aladdin-add changed the title feat: Add dns-prefetch for static resources perf: Add dns-prefetch for static resources May 13, 2024
@aladdin-add aladdin-add merged commit 1fe7b03 into eslint:main May 13, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

None yet

3 participants