I’m using the dawn theme in that I want to know why the heart icon is taking time to load and header logo too. I want to resolve this. Please anyone help with me. I’ll attach the video for your view.
This happens because the icon is output by the App. App needs time to load it’s code and then add the icon to the page code.
You may reserve the space so that when icon is added, there is no CLS.
Or, you may try and add this HTML code to the theme code – app will replace it, but it will be there before app loads.
Would also need to add some CSS to make it look proper…