Nginx and PHP-FPM Performance Optimization

preview_player
Показать описание
In this video I take a look at some performance optimizations we can achieve on our web application (Laravel) that is deployed to a single EC2 instance in Amazon AWS. These optimizations are not AWS specific and can be applied to any application where it is hosted on-prem or in the cloude.

I take you through the details of the following 5 optimizations:
1. Latest Versions
2. Swap Space
3. Application Caching
4. PHP-FPM Configuration
5. Nginx Configuration

I discuss why each is important, the optimal settings, and take you through examples of configuring the option.

We conclude the video with benchmarking using Apache Benchmark to profile our configuration to gain insightful performance metrics.

This is a continuation of the previous videos in the series where we are developing our capability to deploy an application to Amazon AWS. Previously we covered:

#nginx #php #phpfpm #laravel

#amazon #aws #amazonaws

#scaling #laravel

#technologysandbox
Рекомендации по теме
Комментарии
Автор

Perfect video! Waiting for the next one. Thank you

SergejOleskevic
Автор

Thank you Bob for your knowledge and content! Just a quick question that if I opt in for using Laravel Octane, then there's a different optimize strategy that I should perform right?

passioncorners