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: simplify isHtmlProxy regex #15590

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

patak-dev
Copy link
Member

Description

We're using a complex regex with capture groups to check if an id is a html proxy. This PR introduces a new simpler regex to do this test.


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

@patak-dev patak-dev added the performance Performance related enhancement label Jan 12, 2024
Copy link

stackblitz bot commented Jan 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy merged commit 644d120 into main Jan 16, 2024
15 checks passed
@bluwy bluwy deleted the perf/simplify-is-html-proxy-regex branch January 16, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants