<!--- Before creating a bug report, please, answer the following questions --> <!--- Did you check the documentation for answers? --> <!--- Did you make sure that this bug has not already been reported? --> ## Expected Behavior - next_rails should to affect the response time of our app at all ## Actual Behavior - Rails 7.1.3.4 - next_rails 1.4.0 ## Possible Fix <!--- Optionally suggest a fix or work around --> - Not including the gem in development group (saw a comment in the README to put it in test) ## To Reproduce Install `next_rails` in Gemfile like: ```ruby gem "next_rails", "~> 1.4.0" ``` Reload a page multiple time and check the response time in devtools. Remove it and see if it is faster. Would love to create a new app to test it in, but I have no time :( If the solution is to recommend `bundle add next_rails --group development` then I am okay with that 🙂 ## Additional Information <!--- Include any relevant details about your environment (branch, browser, OS) --> <!--- and the bug (screenshots, logs, etc) --> **I will abide by the [code of conduct](https://github.com/fastruby/next_rails/blob/main/CODE_OF_CONDUCT.md)**