You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following middleware is unused for the benchmark:
- Callbacks
- Rack::TempfileReaper
The following middleware is already disabled in production by default,
so they don't need to be deleted:
- ActionDispatch::HostAuthorization
- ActionDispatch::Static
The remaining middleware are:
- ActiveSupport::Cache::Strategy::LocalCache::Middleware
- Hello::Application.routes
Also sort the middleware.
The middleware can be checked using the following command:
SECRET_KEY_BASE_DUMMY=1 RAILS_ENV=production_mysql bin/rails middleware
0 commit comments