Name |
Last commit
|
Last update |
---|---|---|
.. | ||
go.rb | ||
multipart.rb | ||
rails_queue_duration.rb | ||
read_only.rb | ||
static.rb | ||
webpack_proxy.rb |
BigW Consortium Gitlab
In !15082, we changed the behavior of the middleware to call `Rails.application.routes.recognize_path` whenever a new route arrived. However, this can be a CPU-intensive task because Rails needs to allocate memory and compile 850+ different regular expressions, which are complicated in GitLab. As a short-term fix, we can do a lightweight string match before we do the heavier comparison. Closes #40185, gitlab-com/infrastructure#3240
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
go.rb | Loading commit data... | |
multipart.rb | Loading commit data... | |
rails_queue_duration.rb | Loading commit data... | |
read_only.rb | Loading commit data... | |
static.rb | Loading commit data... | |
webpack_proxy.rb | Loading commit data... |