The only reference I found to performance was this from the laravel vapor presentation:
![]()
12ms it what I’m expecting with 2048mb
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, i'm evaluating Vapor before moving our biggest project to serverless. I'm triying to get some numbers comparing our current setup vs a serverless one.
Performance is not looking great. With a clean laravel 7 installation, on a url with no middlewares (or session), a simple return 'ok':

And with 2048mb i got this:

And all of that is without touching sessions or db. If i add a query to return the first user and json encode it, i get a large latency increase (i checked the db is on the same region).

What it's weirder, in one ocassion after few hours without deploying, i saw a constant processing time of 10 ms, i cannot explain how is that possible. I tried running some ab during few minutes to see if it's related to warming without results.
A aws panel screenshot that shows the expected performance on a random ocassion:

Is this expected performance? I'm all in on serverless, but i value single request performance more than anything else.
Please or to participate in this conversation.