RailsAdmin - preventing N + 1 requests through includes

Does anyone know how to set this up? Or another method for optimizing database queries?

I am using Rails 4.1.8 with RailsAdmin 0.6.8 and Mongoid 4.0.2

+4
source share
1 answer

https://github.com/sferik/rails_admin/issues/2427

It seems that this problem has not yet been resolved.

0
source

Source: https://habr.com/ru/post/1610831/


All Articles