jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
780 stars 112 forks source link

Refactor Redirectable mixin to reduce allocations #241

Closed ashmaroli closed 2 years ago

ashmaroli commented 2 years ago

Multiple calls to to_liquid[attribute] results in unnecessary allocations especially for Page objects since their to_liquid method is not memoized nor returns a Liquid::Drop.

parkr commented 2 years ago

@jekyllbot: merge +fix