- Issue created by @vaish
- Issue was unassigned.
- Status changed to Fixed
5 months ago 10:52am 14 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
When CSS/JS aggregation is enabled, HTTP requests to files/css
and files/js
will be processed by Drupal and will count towards the rate limit. That makes it difficult to properly assess the rate limit because end user never makes such requests directly. In a recent experiment I was able to make only 5 requests before being blocked although the rate limit was set to 10.
Add public files folder path to crawler rate limit's ignore list. This will take care of CSS/JS aggregation as well as any other service using the files folder to store its files (image styles, twig templates, etc).
Fixed
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.