From 231571e0328ac2fdf7b02ded937f9a8f438fee9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Tue, 30 Jan 2024 22:27:51 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc7e23b..315c852 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ [![Static analysis](https://github.com/mako-framework/afterburner/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mako-framework/afterburner/actions/workflows/static-analysis.yml) -The `mako/afterburner` package allows you to boost application performance by running it on an application server like FrankenPHP. +The `mako/afterburner` package allows you to boost your application performance by running it on an application server like FrankenPHP. -> Note that this package is experimental! +The performance gains will vary based on the application but a basic "Hello, world!" application will run about 4-5 times faster than on a php+apache setup. + +> Note that this package is experimental and make sure not to leak data between requests by using static variables! ## Requirements