Need to Preload v0.js file.
-
Hello,
i’m using AMPforWP since long, as google page speed perspective this .js file taking too much time to load as “<script src=”https://cdn.ampproject.org/v0.js” async>”. after read may tread n Speed up post, i realize that Preload “https://cdn.ampproject.org/v0.js” is best way to optimized this.
afterward i put this <link rel=”preload” as=”script” href=”https://cdn.ampproject.org/v0.js”> head hook section, but getting error of 2 time loading same file..
give idea how i use this v0.js file as Preload.. ??
<link rel=”preload” as=”script” href=”https://cdn.ampproject.org/v0.js”>Please guide me..
Thank you..Ref URL with Example here : https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/optimize_amp/
- The topic ‘Need to Preload v0.js file.’ is closed to new replies.