Extend setting base transform to withTransforms param #8862
Unanswered
nixondesigndev
asked this question in
Ideas
Replies: 1 comment
-
That |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
This is a request to add support for specifying a base transform (#5853 (comment)) when eager loading asset transforms with
withTransforms
.Eager loading image transforms has significantly reduced our db queries (big thanks for that). We're now experimenting adding support for webp using the picture tag but can foresee issues with the implementation of #6381 as I'd assume Craft will need to do a whole new set of queries to do the overrides.
Perhaps eager loading could be enabled with a
withTransformOverrides
param orwithTransforms
takes an object of variants.Beta Was this translation helpful? Give feedback.
All reactions