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 was archived by the owner on Jul 28, 2018. It is now read-only.
I'm not entirely sure if this is desired following sentiment of the discussion here: #515
I've hacked it in myself
In the fetchReplacement method
And this lets me call this.
This has allowed me to whittle my views render time from ~500ms...
...to ~55ms for the same query by avoiding the layout rendering and choosing the exact partial to render.
Causing my app to be the fastest thing I've ever seen.
The text was updated successfully, but these errors were encountered: