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

feat(functions): optimize grapher worker for the hot code path #2857

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

marcelgerber
Copy link
Member

The hot code path being the one where the user requests the correct slug from the very start.

This makes it such that redirects make a tiny bit longer, but non-redirects will be a bit quicker. And that should improve the overall expected response time by a bit.

@marcelgerber marcelgerber merged commit b528c1c into master Oct 25, 2023
12 checks passed
@marcelgerber marcelgerber deleted the worker-redirects-hot-code-path branch October 25, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant