Skip to content

[BUG] Upgrading to 1.4.0 increases our request time from ~200ms to 3-6s on every page load in development #130

@davidwessman

Description

@davidwessman

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

  • 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:

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

I will abide by the code of conduct

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions