Statically imported image - Loads in last, 'flicker'
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
I would like to know why my server component which renders some text and a png image (which is statically imported) is loading in last? I would think the component is rendered on server and served to client, so the image is not being streamed in but is available. However the image still has this slight delay when the page is loaded which is bugging me. Any ideas on how to solve this and make the full page load at same time? I've add the placeholder="blur" property but its quite annoying. Thanks