Currently i am testing my site on Google page speed Insight and i am getting following error in revslider
In which file i should add <link rel=preload>
as described here.
Currently i am testing my site on Google page speed Insight and i am getting following error in revslider
In which file i should add <link rel=preload>
as described here.
Just Go to the Header Section of the Page and add the code below :
link rel=”preload” href="URL” as=”style”>
link rel=”preload” href="URL” as=”font” crossorigin=”anonymous”>
Choose any one only, check what works for you.
After that, Clear the Page Cache Problem Solved.