Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any way you could get us an execution profile? A flamegraph similar to what you get with asyncprofiler could be helpful. A few general comments:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @gsmet
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have fairly simple REST API deployed on AWS Lambda behind AWS API Gateway HTTP. The startup times are quite high. Especially after we added Hibernate the startup time went from 2.5s to 7.5s or more.
application.properties:
The function.zip package size is ~70MB and deployed from AWS S3
Is there any way to speed this up? Can any of the dependencies be removed to shrink the deployment size?
Beta Was this translation helpful? Give feedback.
All reactions