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
This means that sorted_articles and friends inefficiently loop through the site's items no matter when they're called. I have a blog that defines a couple of helpers on top of sorted_articles to build archives by month and tag, and compilation is painfully slow.
This is version 4.1.1 on Ruby 2.3.0.
The text was updated successfully, but these errors were encountered:
This one’s a little tricky because the item views are never frozen explicitly—but I suppose they should mirror the frozen-ness of the backing entity. Fix coming up.
This means that
sorted_articles
and friends inefficiently loop through the site's items no matter when they're called. I have a blog that defines a couple of helpers on top ofsorted_articles
to build archives by month and tag, and compilation is painfully slow.This is version 4.1.1 on Ruby 2.3.0.
The text was updated successfully, but these errors were encountered: