Skip to content

Commit fe3e78a

Browse files
committed
added benchmarks to readme
1 parent c1ffb8f commit fe3e78a

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@ Flight::route('/', function () {
3434
Flight::start();
3535
```
3636

37+
## Is it fast?
38+
39+
Yes! Flight is fast. It is one of the fastest PHP frameworks available. You can see all the benchmarks at [TechEmpower](https://www.techempower.com/benchmarks/#section=data-r18&hw=ph&test=frameworks)
40+
41+
See the benchmark below with some other popular PHP frameworks.
42+
43+
| Framework | Plaintext Reqs/sec | JSON Reqs/sec |
44+
| --------- | ------------ | ------------ |
45+
| Flight | 190,421 | 182,491 |
46+
| Yii | 145,749 | 131,434 |
47+
| Fat-Free | 139,238 | 133,952 |
48+
| Slim | 89,588 | 87,348 |
49+
| Phalcon | 95,911 | 87,675 |
50+
| Symfony | 65,053 | 63,237 |
51+
| Lumen | 40,572 | 39,700 |
52+
| Laravel | 26,657 | 26,901 |
53+
| CodeIgniter | 20,628 | 19,901 |
54+
3755
## Skeleton App
3856

3957
You can also install a skeleton app. Go to [flightphp/skeleton](https://github.com/flightphp/skeleton) for instructions on how to get started!
@@ -46,7 +64,7 @@ We have our own documentation website that is built with Flight (naturally). Lea
4664

4765
Chat with us on Matrix IRC [#flight-php-framework:matrix.org](https://matrix.to/#/#flight-php-framework:matrix.org)
4866

49-
or on Discord [Invite](https://discord.gg/Ysr4zqHfbX)
67+
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/Ysr4zqHfbX)](https://discord.gg/Ysr4zqHfbX)
5068

5169
# Upgrading From v2
5270

0 commit comments

Comments
 (0)