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
Yes, indeed, we need to move PreloadHeroImage before ServerSideRendering.
I'm wondering if we also should have a lightweight mechanism to check ordering and throw warnings if inter-dependencies are not met, as people can freely re-arrange the transformers...
If used default sequence of transformers ServerSideRendering would move media attributes to custom CSS before Optimizer preload hero images.
Media attribute is removed in
Transformer\ServerSideRendering::adaptBlockingAttributes()
And here we have check
Transformer\PreloadHeroImage::generatePreload()
Should transformers have a different sequence?
The text was updated successfully, but these errors were encountered: