# Vapor: Common Infrastructure Performance Tips

DevFeed: [Vapor: Common Infrastructure Performance Tips](<https://devfeed.tech/articles/vapor-common-infrastructure-performance-tips-3944.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-common-infrastructure-performance-tips>)

Author: Nuno Maduro

Published: 2021-06-11T15:00:00Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [containers](<https://devfeed.tech/tags/containers.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [memory](<https://devfeed.tech/tags/memory.md>), [performance](<https://devfeed.tech/tags/performance.md>), [scale](<https://devfeed.tech/tags/scale.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

## AI overview

The article gives Laravel Vapor infrastructure performance advice for AWS serverless deployments. It recommends optimizing the application first, then tuning Lambda memory, pre-warmed containers to reduce cold starts, and database configuration while considering AWS cost impacts.

## Source excerpt

In this article, we'll cover the Vapor most common infrastructure performance tips that may speed your Laravel applications powered by Vapor.