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
Rendering became extremely slow for me. Debugging it led to models_with_included_presenters which every call gets all the models from last call plus more models for the current endpoint, regardless if the models were on the array or not.
The array should hold only unique models without dups.
Rendering time was 360 seconds for about 80 endpoints.
PR coming.
The text was updated successfully, but these errors were encountered:
Rendering became extremely slow for me. Debugging it led to
models_with_included_presenters
which every call gets all the models from last call plus more models for the current endpoint, regardless if the models were on the array or not.The array should hold only unique models without dups.
Rendering time was 360 seconds for about 80 endpoints.
PR coming.
The text was updated successfully, but these errors were encountered: