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

Faster cold start with V8 snapshots #544

Open
jasonkuhrt opened this issue Mar 26, 2020 · 1 comment
Open

Faster cold start with V8 snapshots #544

jasonkuhrt opened this issue Mar 26, 2020 · 1 comment
Labels
effort/hard scope/builder scope/deployment type/feat Add a new capability or enhance an existing one

Comments

@jasonkuhrt
Copy link
Member

Perceived Problem

  • Cold start time is over half a second
  • Combined with serverless platform, TTFB latency will easily exceed 1s in many cases
  • And this is before any real app logic kicks in, db etc.

Ideas / Proposed Solution(s)

Links

@jasonkuhrt jasonkuhrt added type/feat Add a new capability or enhance an existing one scope/builder effort/hard scope/deployment labels Mar 26, 2020
@russell-dot-js
Copy link

Commmented on #295 also

I'm definitely interested in your progress with this -- custom runtimes with V8 Snapshots sounds like a huge win (but also sounds like something the AWS Lambda team easily can and probably should do on their own, considering end users are not charged for init time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/hard scope/builder scope/deployment type/feat Add a new capability or enhance an existing one
Projects
None yet
Development

No branches or pull requests

2 participants