Skip to content

Commit ebe4fa4

Browse files
committed
Update: readme.md
1 parent 6206fce commit ebe4fa4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ Of course, performance is also a concern, you don't want to slow down the sites
2727

2828
We performed a test against the firewall engine and supplied it with 100 firewall rules. Of course, in no realistic scenario would a site have to process that many firewall rules, but it gives you an idea on what the performance impact might be.
2929

30-
Process time: 0.0013 seconds, or about 1.3 millisecond
30+
Process time:
31+
PHP 5.6: 0.0020, or about 2 milliseconds
32+
PHP 7.3: 0.0013 seconds, or about 1.3 milliseconds
33+
PHP 7.4: 0.00017 seconds, or about 0.17 milliseconds
34+
PHP 8+: 0.00011 seconds, or about 0.11 milliseconds
3135

3236
These numbers are subject to change slightly as we are still making optimizations and adjustments. However, compared to the previous PHP code-based firewall rules, it's 10 times faster.
3337

0 commit comments

Comments
 (0)