Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Feb 13, 2023
1 parent 6e3b4bd commit ecbf63a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ If enabled it will rate limit requests (per minute) by the IP address. After a m

Make sure you set a too low rate, so you don't risk blocking Gooble Bot and other search engine crawlers out there.

## Request time overhead and middleware

On our benchmarks we detected around 10ms over extra overhead on each request, adding the middleware to the end of the list. If you don't need authentication, you can set the `middleware.method` to `prepend`, it will execute before all other middleware and block requests as soon as possible. You can also disable automatic middleware injection and configure it yourself.

## Installing

### Require the Composer package:
Expand Down

0 comments on commit ecbf63a

Please sign in to comment.