Replies: 1 comment 3 replies
-
Register tag/filters should be very lightweight, it just add them into a set. Though There'll be a major update soon which improve performance a lot (like, x3 or x5 faster). see: https://github.com/harttle/liquidjs/milestone/3 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to recreate the liquid object on each request because I want to customize some tags within the context on the request. I understand registerTag and registerFilter sets it to the Liquid instance. Is there a way to customize filters and tags specific to each rendering or the only way to achieve that now is to create a new liquid object each time.
Beta Was this translation helpful? Give feedback.
All reactions