We have railsadmin set up at /admin but it tries to count measurements when you load it (very slow, too expensive to load on dev envs).
It's possible #529 might also fix this if we do an ActiveRecord count cache and RailsAdmin uses that by default.
Either way, we can't count the measurement table for ever admin page load. Too expensive in general.
We have railsadmin set up at
/adminbut it tries to count measurements when you load it (very slow, too expensive to load on dev envs).It's possible #529 might also fix this if we do an ActiveRecord count cache and RailsAdmin uses that by default.
Either way, we can't count the measurement table for ever admin page load. Too expensive in general.