2

Currently i am testing my site on Google page speed Insight and i am getting following error in revslider
enter image description here

In which file i should add <link rel=preload> as described here.

iqbal malik
  • 222
  • 3
  • 12

1 Answers1

0

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.

Dulaj Kulathunga
  • 1,248
  • 2
  • 9
  • 19