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
{{ message }}
This repository has been archived by the owner on May 8, 2022. It is now read-only.
I have been trying to shorten my Rails app startup times, so I benchmarked the gem requirement times using the trick described at http://stackoverflow.com/questions/9505612/slow-loading-time-for-rails-3-2-debug-shows-rails-loading-twice.
I found dynamic_form to be the slowest-loading gem next to Devise (which notoriously slow-loading).
Any idea why the loading of dynamic_form is so slow and how to speed it up?
The text was updated successfully, but these errors were encountered: